IB/cm: Expose service ID in request events
Expose the service ID on an incoming CM or SIDR request to the event handler. This will allow the RDMA CM module to de-multiplex connection requests based on the information encoded in the service ID. Acked-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
ddde896e56
commit
15865e7dab
@@ -223,6 +223,7 @@ struct ib_cm_apr_event_param {
|
||||
|
||||
struct ib_cm_sidr_req_event_param {
|
||||
struct ib_cm_id *listen_id;
|
||||
__be64 service_id;
|
||||
u8 port;
|
||||
u16 pkey;
|
||||
};
|
||||
|
Reference in New Issue
Block a user