2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-11-28 21:34:17 +08:00
|
|
|
#
|
|
|
|
# Configuration for Switch device support
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_SWITCHDEV
|
2016-05-15 03:49:54 +08:00
|
|
|
bool "Switch (and switch-ish) device support"
|
2014-11-28 21:34:17 +08:00
|
|
|
depends on INET
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2014-11-28 21:34:17 +08:00
|
|
|
This module provides glue between core networking code and device
|
|
|
|
drivers in order to support hardware switch chips in very generic
|
|
|
|
meaning of the word "switch". This include devices supporting L2/L3 but
|
|
|
|
also various flow offloading chips, including switches embedded into
|
|
|
|
SR-IOV NICs.
|