2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/drivers/infiniband/hw/hns
Moni Shoua 477864c8fc IB/core: Let create_ah return extended response to user
Add struct ib_udata to the signature of create_ah callback that is
implemented by IB device drivers. This allows HW drivers to return extra
data to the userspace library.
This patch prepares the ground for mlx5 driver to resolve destination
mac address for a given GID and return it to userspace.
This patch was previously submitted by Knut Omang as a part of the
patch set to support Oracle's Infiniband HCA (SIF).

Signed-off-by: Knut Omang <knut.omang@oracle.com>
Signed-off-by: Moni Shoua <monis@mellanox.com>
Reviewed-by: Yishai Hadas <yishaih@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2016-12-13 13:38:27 -05:00
..
hns_roce_ah.c IB/core: Let create_ah return extended response to user 2016-12-13 13:38:27 -05:00
hns_roce_alloc.c
hns_roce_cmd.c
hns_roce_cmd.h
hns_roce_common.h
hns_roce_cq.c IB/hns: Cq has not been freed 2016-10-03 11:43:15 -04:00
hns_roce_device.h IB/core: Let create_ah return extended response to user 2016-12-13 13:38:27 -05:00
hns_roce_eq.c IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn 2016-10-03 11:43:15 -04:00
hns_roce_eq.h IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpn 2016-10-03 11:43:15 -04:00
hns_roce_hem.c IB/hns: Fix bug of clear hem 2016-10-03 11:43:15 -04:00
hns_roce_hem.h IB/hns: Fix bug of clear hem 2016-10-03 11:43:15 -04:00
hns_roce_hw_v1.c IB/hns: Fix for removal of redundant code 2016-10-03 11:43:15 -04:00
hns_roce_hw_v1.h IB/hns: Fix bug of clear hem 2016-10-03 11:43:15 -04:00
hns_roce_main.c IB/hns: Modify the init of iboe lock 2016-10-03 11:43:15 -04:00
hns_roce_mr.c IB/hns: Fix bug of memory leakage for registering user mr 2016-10-03 11:43:15 -04:00
hns_roce_pd.c IB/hns: Fix the bug when platform_get_resource() exec fail 2016-10-03 11:43:15 -04:00
hns_roce_qp.c IB/hns: Fix for removal of redundant code 2016-10-03 11:43:15 -04:00
hns_roce_user.h
Kconfig
Makefile