mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
bde6b7cdae
This change replaces the network device operations for adding or removing a VXLAN port with operations that are more generically defined to be used for any UDP offload port but provide a type. As such by just adding a line to verify that the offload type if VXLAN we can maintain the same functionality. I have also gone though and removed the BE2NET_VXLAN config option since it no longer relies on the VXLAN code anyway. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
config BE2NET
|
|
tristate "ServerEngines' 10Gbps NIC - BladeEngine"
|
|
depends on PCI
|
|
---help---
|
|
This driver implements the NIC functionality for ServerEngines'
|
|
10Gbps network adapter - BladeEngine.
|
|
|
|
config BE2NET_HWMON
|
|
bool "HWMON support for be2net driver"
|
|
depends on BE2NET && HWMON
|
|
depends on !(BE2NET=y && HWMON=m)
|
|
default y
|
|
---help---
|
|
Say Y here if you want to expose thermal sensor data on
|
|
be2net network adapter.
|