mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 23:51:46 +00:00
7d6f728c67
OPA VNIC netdev function supports Ethernet functionality over Omni-Path fabric by encapsulating Ethernet packets inside Omni-Path packet header. It allocates a rdma netdev device and interfaces with the network stack to provide standard Ethernet network interfaces. It overrides HFI1 device's netdev operations where it is required. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Signed-off-by: Sadanand Warrier <sadanand.warrier@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> Signed-off-by: Andrzej Kacprowski <andrzej.kacprowski@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
7 lines
249 B
Makefile
7 lines
249 B
Makefile
obj-$(CONFIG_INFINIBAND_IPOIB) += ipoib/
|
|
obj-$(CONFIG_INFINIBAND_SRP) += srp/
|
|
obj-$(CONFIG_INFINIBAND_SRPT) += srpt/
|
|
obj-$(CONFIG_INFINIBAND_ISER) += iser/
|
|
obj-$(CONFIG_INFINIBAND_ISERT) += isert/
|
|
obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic/
|