Re: [PATCH ] net: frag: print frag_mem_limit value in sockstat proc file

2017-08-29 Thread David Miller
From: Date: Tue, 29 Aug 2017 21:05:34 +0800 > From: liujian > > From 6d7b857d5( net: use lib/percpu_counter API for fragmentation mem > accounting), > frag_mem_limit and sum_frag_mem_limit have different value if there are > multiple NIC RX CPU. > Print frag_mem_limit value, then we can get mor

[PATCH ] net: frag: print frag_mem_limit value in sockstat proc file

2017-08-29 Thread liujian56
From: liujian >From 6d7b857d5( net: use lib/percpu_counter API for fragmentation mem accounting), frag_mem_limit and sum_frag_mem_limit have different value if there are multiple NIC RX CPU. Print frag_mem_limit value, then we can get more debug info. Signed-off-by: liujian --- net/ipv4/proc.c