All of lore.kernel.org
 help / color / mirror / Atom feed
* How far back does rdma-core X supports the kernel Y?
@ 2017-11-01 12:07 Amrani, Ram
       [not found] ` <BN3PR07MB2578883C85DD3855C496F367F85F0-EldUQEzkDQfpW3VS/XPqkOFPX92sqiQdvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Amrani, Ram @ 2017-11-01 12:07 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Elior, Ariel, Kalderon, Michal

Hi All,
I've installed rdma-core-15 on kernel 4.3 and ran into issues.

It seems this kernel doesn't include the following patch:
https://github.com/torvalds/linux/commit/aa744cc01fe0f21dfbe2744d3fd5f2fb3244c9b3

So IB_QP_SMAC is present in kernel 4.3 but not in rdma-core-15.
This caused a failure here:

int ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
                      int attr_mask,
                      struct ibv_modify_qp *cmd, size_t cmd_size)
{
        /*
         * Masks over IBV_QP_DEST_QPN are only supported by
         * ibv_cmd_modify_qp_ex.
         */
        if (attr_mask & ~((IBV_QP_DEST_QPN << 1) - 1))
                return EOPNOTSUPP;
        ...
}

Do we expect these versions to operate?
If not, from what version do we support backward compatibility?
Are there any other backward compatibility issues you are aware of?

Thanks,
Ram

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-02 21:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 12:07 How far back does rdma-core X supports the kernel Y? Amrani, Ram
     [not found] ` <BN3PR07MB2578883C85DD3855C496F367F85F0-EldUQEzkDQfpW3VS/XPqkOFPX92sqiQdvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-11-01 16:39   ` Jason Gunthorpe
     [not found]     ` <20171101163915.GB1030-uk2M96/98Pc@public.gmane.org>
2017-11-01 17:27       ` Amrani, Ram
     [not found]         ` <BN3PR07MB257867500E3A15914B2AD075F85F0-EldUQEzkDQfpW3VS/XPqkOFPX92sqiQdvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-11-01 17:33           ` Jason Gunthorpe
     [not found]             ` <20171101173324.GF1030-uk2M96/98Pc@public.gmane.org>
2017-11-02  5:54               ` Leon Romanovsky
2017-11-02  7:01               ` Amrani, Ram
     [not found]                 ` <BN3PR07MB257829836974C1D0F1257387F85C0-EldUQEzkDQfpW3VS/XPqkOFPX92sqiQdvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-11-02 21:35                   ` Jason Gunthorpe
2017-11-01 17:28       ` Yishai Hadas
     [not found]         ` <287a10c2-15a7-0748-c59e-3f084e7538f4-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-11-01 18:00           ` Jason Gunthorpe
     [not found]             ` <20171101180001.GH1030-uk2M96/98Pc@public.gmane.org>
2017-11-01 18:22               ` Yishai Hadas
     [not found]                 ` <3424c3a1-22cb-7330-81d6-0e1bf45ab755-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2017-11-01 18:53                   ` Jason Gunthorpe
     [not found]                     ` <20171101185319.GK1030-uk2M96/98Pc@public.gmane.org>
2017-11-02  6:55                       ` Amrani, Ram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.