mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 11:43:54 +08:00
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
|
#
|
||
|
# MPLS configuration
|
||
|
#
|
||
|
config NET_MPLS_GSO
|
||
|
tristate "MPLS: GSO support"
|
||
|
help
|
||
|
This is helper module to allow segmentation of non-MPLS GSO packets
|
||
|
that have had MPLS stack entries pushed onto them and thus
|
||
|
become MPLS GSO packets.
|