Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Yotam Gigi | 1ce8460 | 2017-02-01 15:30:02 +0200 | [diff] [blame] | 2 | # |
| 3 | # IFE subsystem configuration |
| 4 | # |
| 5 | |
| 6 | menuconfig NET_IFE |
Krzysztof Kozlowski | bf69aba | 2019-09-23 17:52:42 +0200 | [diff] [blame] | 7 | tristate "Inter-FE based on IETF ForCES InterFE LFB" |
Yotam Gigi | 1ce8460 | 2017-02-01 15:30:02 +0200 | [diff] [blame] | 8 | default n |
| 9 | help |
| 10 | Say Y here to add support of IFE encapsulation protocol |
| 11 | For details refer to netdev01 paper: |
| 12 | "Distributing Linux Traffic Control Classifier-Action Subsystem" |
| 13 | Authors: Jamal Hadi Salim and Damascene M. Joachimpillai |
| 14 | |
| 15 | To compile this support as a module, choose M here: the module will |
| 16 | be called ife. |