mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
e3cf00d0a8
This adds a driver that allows userspace to use UD-like QPs over a proprietary Cisco transport with Cisco's Virtual Interface Cards (VICs), including VIC 1240 and 1280 cards. Signed-off-by: Upinder Malhi <umalhi@cisco.com> Signed-off-by: Christian Benvenuti <benve@cisco.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
config INFINIBAND_USNIC
|
|
tristate "Verbs support for Cisco VIC"
|
|
depends on NETDEVICES && ETHERNET && PCI && INTEL_IOMMU
|
|
select ENIC
|
|
select NET_VENDOR_CISCO
|
|
select PCI_IOV
|
|
select INFINIBAND_USER_ACCESS
|
|
---help---
|
|
This is a low-level driver for Cisco's Virtual Interface
|
|
Cards (VICs), including the VIC 1240 and 1280 cards.
|