From: Ajay Sharma
Change from v5:
Use xarray for qp lookup.
Ajay Sharma (5):
RDMA/mana_ib : Rename all mana_ib_dev type variables to mib_dev
RDMA/mana_ib : Register Mana IB device with Management SW
RDMA/mana_ib : Create adapter and Add error eq
RDMA/mana_ib : Query adapter capabilities
From: Ajay Sharma
Each of the MANA infiniband devices must be registered
with the management software to request services/resources.
Register the Mana IB device with Management
which would later help get an adapter handle.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c
From: Ajay Sharma
This patch does not introduce any functional changes. It
creates naming convention to distinguish especially when
used in the same function.Renaming all mana_ib_dev type
variables to mib_dev to have clean separation between
eth dev and ibdev variables.
Signed-off-by: Ajay Sharm
From: Ajay Sharma
Query the adapter capabilities to expose to
other clients and VF. This checks against
the user supplied values and protects against
overflows.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c | 4 ++
drivers/infiniband/hw/mana/main.c| 67 ++
From: Ajay Sharma
Send the QP fatal error event to only the
context that created the qp.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c | 4
drivers/infiniband/hw/mana/main.c| 11 ---
drivers/infiniband/hw/mana/mana_ib.h | 18 +-
drivers/i
From: Ajay Sharma
Create adapter object as nice container for VF resources.
Add error eq needed for adapter creation and later used
for notification from Management SW. The management
software uses this channel to send messages or error
notifications back to the Client.
Signed-off-by: Ajay Sharm
From: Ajay Sharma
Change from v5:
Use xarray for qp lookup.
Ajay Sharma (5):
RDMA/mana_ib: Rename all mana_ib_dev type variables to mib_dev
RDMA/mana_ib: Register Mana IB device with Management SW
RDMA/mana_ib: Create adapter and Add error eq
RDMA/mana_ib: Query adapter capabilities
R
From: Ajay Sharma
Each of the MANA infiniband devices must be registered
with the management software to request services/resources.
Register the Mana IB device with Management
which would later help get an adapter handle.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c
From: Ajay Sharma
Query the adapter capabilities to expose to
other clients and VF. This checks against
the user supplied values and protects against
overflows.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c | 4 ++
drivers/infiniband/hw/mana/main.c| 67 ++
From: Ajay Sharma
Send the QP fatal error event to only the
context that created the qp.
Signed-off-by: Ajay Sharma
---
drivers/infiniband/hw/mana/device.c | 4
drivers/infiniband/hw/mana/main.c| 11 ---
drivers/infiniband/hw/mana/mana_ib.h | 18 +-
drivers/i
From: Ajay Sharma
Create adapter object as nice container for VF resources.
Add error eq needed for adapter creation and later used
for notification from Management SW. The management
software uses this channel to send messages or error
notifications back to the Client.
Signed-off-by: Ajay Sharm
From: Ajay Sharma
This patch does not introduce any functional changes. It
creates naming convention to distinguish especially when
used in the same function.Renaming all mana_ib_dev type
variables to mib_dev to have clean separation between
eth dev and ibdev variables.
Signed-off-by: Ajay Sharm
12 matches
Mail list logo