mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
371bb62158
-----BEGIN PGP SIGNATURE----- iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAl0Os1seHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGtx4H/j6i482XzcGFKTBm A7mBoQpy+kLtoUov4EtBAR62OuwI8rsahW9di37QKndPoQrczWaKBmr3De6LCdPe v3pl3O6wBbvH5ru+qBPFX9PdNbDvimEChh7LHxmMxNQq3M+AjZAZVJyfpoiFnx35 Fbge+LZaH/k8HMwZmkMr5t9Mpkip715qKg2o9Bua6dkH0AqlcpLlC8d9a+HIVw/z aAsyGSU8jRwhoAOJsE9bJf0acQ/pZSqmFp0rDKqeFTSDMsbDRKLGq/dgv4nW0RiW s7xqsjb/rdcvirRj3rv9+lcTVkOtEqwk0PVdL9WOf7g4iYrb3SOIZh8ZyViaDSeH VTS5zps= =huBY -----END PGP SIGNATURE----- Merge tag 'v5.2-rc6' into rdma.git for-next For dependencies in next patches. Resolve conflicts: - Use uverbs_get_cleared_udata() with new cq allocation flow - Continue to delete nes despite SPDX conflict - Resolve list appends in mlx5_command_str() - Use u16 for vport_rule stuff - Resolve list appends in struct ib_client Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_HNS
|
|
tristate "HNS RoCE Driver"
|
|
depends on NET_VENDOR_HISILICON
|
|
depends on ARM64 || (COMPILE_TEST && 64BIT)
|
|
---help---
|
|
This is a RoCE/RDMA driver for the Hisilicon RoCE engine. The engine
|
|
is used in Hisilicon Hip06 and more further ICT SoC based on
|
|
platform device.
|
|
|
|
To compile HIP06 or HIP08 driver as module, choose M here.
|
|
|
|
config INFINIBAND_HNS_HIP06
|
|
bool "Hisilicon Hip06 Family RoCE support"
|
|
depends on INFINIBAND_HNS && HNS && HNS_DSAF && HNS_ENET
|
|
---help---
|
|
RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip06 and
|
|
Hip07 SoC. These RoCE engines are platform devices.
|
|
|
|
To compile this driver, choose Y here: if INFINIBAND_HNS is m, this
|
|
module will be called hns-roce-hw-v1
|
|
|
|
config INFINIBAND_HNS_HIP08
|
|
bool "Hisilicon Hip08 Family RoCE support"
|
|
depends on INFINIBAND_HNS && PCI && HNS3
|
|
---help---
|
|
RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip08 SoC.
|
|
The RoCE engine is a PCI device.
|
|
|
|
To compile this driver, choose Y here: if INFINIBAND_HNS is m, this
|
|
module will be called hns-roce-hw-v2.
|