Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jiri Pirko | 007f790 | 2014-11-28 14:34:17 +0100 | [diff] [blame] | 2 | # |
| 3 | # Configuration for Switch device support |
| 4 | # |
| 5 | |
| 6 | config NET_SWITCHDEV |
Florian Fainelli | 8fbb89c | 2016-05-14 12:49:54 -0700 | [diff] [blame] | 7 | bool "Switch (and switch-ish) device support" |
Jiri Pirko | 007f790 | 2014-11-28 14:34:17 +0100 | [diff] [blame] | 8 | depends on INET |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Jiri Pirko | 007f790 | 2014-11-28 14:34:17 +0100 | [diff] [blame] | 10 | This module provides glue between core networking code and device |
| 11 | drivers in order to support hardware switch chips in very generic |
| 12 | meaning of the word "switch". This include devices supporting L2/L3 but |
| 13 | also various flow offloading chips, including switches embedded into |
| 14 | SR-IOV NICs. |