]> git.ipfire.org Git - people/ms/linux.git/commit - drivers/infiniband/hw/qib/qib_verbs.c
IB/core: Add ability for drivers to report an alternate MAD size.
authorIra Weiny <ira.weiny@intel.com>
Sat, 6 Jun 2015 18:38:29 +0000 (14:38 -0400)
committerDoug Ledford <dledford@redhat.com>
Fri, 12 Jun 2015 18:49:17 +0000 (14:49 -0400)
commit337877a466bb8b0c51f4fa727eeef7d734665632
tree3d05512e358f2fe92e15db23a2b7bc18312f116b
parentda2dfaa3a35cb5b68fc6ab2e442339de03cacd09
IB/core: Add ability for drivers to report an alternate MAD size.

Add max MAD size to the device immutable data set and have all drivers that
support MADs report the current IB MAD size (IB_MGMT_MAD_SIZE) to the core.

Verify MAD size data in both the MAD core and when reading the immutable data.

OPA drivers will report alternate MAD sizes in subsequent patches.

Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/device.c
drivers/infiniband/core/mad.c
drivers/infiniband/hw/ehca/ehca_main.c
drivers/infiniband/hw/ipath/ipath_verbs.c
drivers/infiniband/hw/mlx4/main.c
drivers/infiniband/hw/mlx5/main.c
drivers/infiniband/hw/mthca/mthca_provider.c
drivers/infiniband/hw/ocrdma/ocrdma_main.c
drivers/infiniband/hw/qib/qib_verbs.c
include/rdma/ib_mad.h
include/rdma/ib_verbs.h