[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180502202801.5255-5-stephen@networkplumber.org>
Date: Wed, 2 May 2018 13:28:00 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <sthemmin@...rosoft.com>,
Stephen Hemminger <stephen@...workplumber.org>
Subject: [RFC iproute2-next 4/5] ss: don't look for skbuff_head_cache
From: Stephen Hemminger <sthemmin@...rosoft.com>
Not used in current code.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
misc/ss.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/misc/ss.c b/misc/ss.c
index 4f76999c0fee..97304cd8abfc 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -734,7 +734,6 @@ struct slabstat {
int socks;
int tcp_tws;
int tcp_syns;
- int skbs;
};
static struct slabstat slabstat;
@@ -749,7 +748,6 @@ static int get_slabstat(struct slabstat *s)
"sock",
"tcp_tw_bucket",
"tcp_open_request",
- "skbuff_head_cache",
};
if (slabstat_valid)
--
2.17.0
Powered by blists - more mailing lists