From: Wei Yongjun <weiyongjun1(a)huawei.com>
hulk inclusion
category: feature
bugzilla: NA
CVE: NA
-------------------------------------------------
Add config item CONFIG_TCP_COMP for tcp payload compression.
This allows payload compression handling of the TCP protocol
to be done in-kernel.
This patch only adds the CONFIG_TCP_COMP config, tcp compression
capability is implemented later.
Signed-off-by: Wei Yongjun <weiyongjun1(a)huawei.com>
Signed-off-by: Wang Yufen <wangyufen(a)huawei.com>
Reviewed-by: Yue Haibing <yuehaibing(a)huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang(a)huawei.com>
---
net/ipv4/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 2e12f848203a4..883a638648e1f 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -754,3 +754,11 @@ config TCP_MD5SIG
on the Internet.
If unsure, say N.
+
+config TCP_COMP
+ bool "TCP: Transport Layer Compression support"
+ ---help---
+ Enable kernel payload compression support for TCP protocol. This allows
+ payload compression handling of the TCP protocol to be done in-kernel.
+
+ If unsure, say Y.
--
2.25.1