Skip to content

Commit ffa7948

Browse files
choppsv1klassert
authored andcommitted
xfrm: config: add CONFIG_XFRM_IPTFS
Add new Kconfig option to enable IP-TFS (RFC9347) functionality. Signed-off-by: Christian Hopps <[email protected]> Tested-by: Antony Antony <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 152d00a commit ffa7948

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

net/xfrm/Kconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,22 @@ config NET_KEY_MIGRATE
135135

136136
If unsure, say N.
137137

138+
config XFRM_IPTFS
139+
tristate "IPsec IP-TFS/AGGFRAG (RFC 9347) encapsulation support"
140+
depends on XFRM
141+
help
142+
Information on the IP-TFS/AGGFRAG encapsulation can be found
143+
in RFC 9347. This feature supports demand driven (i.e.,
144+
non-constant send rate) IP-TFS to take advantage of the
145+
AGGFRAG ESP payload encapsulation. This payload type
146+
supports aggregation and fragmentation of the inner IP
147+
packet stream which in turn yields higher small-packet
148+
bandwidth as well as reducing MTU/PMTU issues. Congestion
149+
control is unimplementated as the send rate is demand driven
150+
rather than constant.
151+
152+
If unsure, say N.
153+
138154
config XFRM_ESPINTCP
139155
bool
140156

0 commit comments

Comments
 (0)