Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Shawn Bohrer
On Tue, Aug 06, 2013 at 03:14:48AM -0700, Eric Dumazet wrote: > On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: > > Move the low latency mib counter to the ip section. > > Rename it from low latency to busy poll. > > > > Reported-by: Shawn Bohrer > > Signed-off-by: Eliezer Tamir > > ---

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eric Dumazet
On Tue, 2013-08-06 at 13:23 +0300, Eliezer Tamir wrote: > So, just rename it to busy poll? > Or maybe just drop the whole patch? I guess a rename would be fine. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eliezer Tamir
On 06/08/2013 13:14, Eric Dumazet wrote: > On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: >> Move the low latency mib counter to the ip section. >> Rename it from low latency to busy poll. >> >> Reported-by: Shawn Bohrer >> Signed-off-by: Eliezer Tamir >> --- > > Well, it should not be

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eric Dumazet
On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: > Move the low latency mib counter to the ip section. > Rename it from low latency to busy poll. > > Reported-by: Shawn Bohrer > Signed-off-by: Eliezer Tamir > --- Well, it should not be part of IP mib, but a socket one (not existing so

[PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eliezer Tamir
Move the low latency mib counter to the ip section. Rename it from low latency to busy poll. Reported-by: Shawn Bohrer Signed-off-by: Eliezer Tamir --- include/net/busy_poll.h |4 ++-- include/uapi/linux/snmp.h |2 +- net/ipv4/proc.c |2 +- 3 files changed, 4

[PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eliezer Tamir
Move the low latency mib counter to the ip section. Rename it from low latency to busy poll. Reported-by: Shawn Bohrer sboh...@rgmadvisors.com Signed-off-by: Eliezer Tamir eliezer.ta...@linux.intel.com --- include/net/busy_poll.h |4 ++-- include/uapi/linux/snmp.h |2 +-

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eric Dumazet
On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: Move the low latency mib counter to the ip section. Rename it from low latency to busy poll. Reported-by: Shawn Bohrer sboh...@rgmadvisors.com Signed-off-by: Eliezer Tamir eliezer.ta...@linux.intel.com --- Well, it should not be part

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eliezer Tamir
On 06/08/2013 13:14, Eric Dumazet wrote: On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: Move the low latency mib counter to the ip section. Rename it from low latency to busy poll. Reported-by: Shawn Bohrer sboh...@rgmadvisors.com Signed-off-by: Eliezer Tamir

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Eric Dumazet
On Tue, 2013-08-06 at 13:23 +0300, Eliezer Tamir wrote: So, just rename it to busy poll? Or maybe just drop the whole patch? I guess a rename would be fine. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [PATCH net] net: rename and move busy poll mib counter

2013-08-06 Thread Shawn Bohrer
On Tue, Aug 06, 2013 at 03:14:48AM -0700, Eric Dumazet wrote: On Tue, 2013-08-06 at 12:52 +0300, Eliezer Tamir wrote: Move the low latency mib counter to the ip section. Rename it from low latency to busy poll. Reported-by: Shawn Bohrer sboh...@rgmadvisors.com Signed-off-by: Eliezer