diff mbox series

[net] xfrm: update doc about xfrm[46]_gc_thresh

Message ID 20190409151659.31525-1-nicolas.dichtel@6wind.com
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series [net] xfrm: update doc about xfrm[46]_gc_thresh | expand

Commit Message

Nicolas Dichtel April 9, 2019, 3:16 p.m. UTC
Those entries are not used anymore.

CC: Florian Westphal <fw@strlen.de>
Fixes: 09c7570480f7 ("xfrm: remove flow cache")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
---
 Documentation/networking/ip-sysctl.txt | 2 ++
 1 file changed, 2 insertions(+)

Comments

Steffen Klassert April 16, 2019, 9:30 a.m. UTC | #1
On Tue, Apr 09, 2019 at 05:16:59PM +0200, Nicolas Dichtel wrote:
> Those entries are not used anymore.
> 
> CC: Florian Westphal <fw@strlen.de>
> Fixes: 09c7570480f7 ("xfrm: remove flow cache")
> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>

Applied, thanks Nicolas!
diff mbox series

Patch

diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index acdfb5d2bcaa..f1843b132453 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -1336,6 +1336,7 @@  tag - INTEGER
 	Default value is 0.
 
 xfrm4_gc_thresh - INTEGER
+	(Obsolete since linux-4.14)
 	The threshold at which we will start garbage collecting for IPv4
 	destination cache entries.  At twice this value the system will
 	refuse new allocations.
@@ -1919,6 +1920,7 @@  echo_ignore_all - BOOLEAN
 	Default: 0
 
 xfrm6_gc_thresh - INTEGER
+	(Obsolete since linux-4.14)
 	The threshold at which we will start garbage collecting for IPv6
 	destination cache entries.  At twice this value the system will
 	refuse new allocations.