diff options
author | Eliezer Tamir <eliezer.tamir@linux.intel.com> | 2013-08-07 11:33:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-08-09 11:39:08 -0700 |
commit | 288a9376371d425edeeea41a0310922c5fb2092d (patch) | |
tree | 815875620d171112bb635d0d2bfcf6e838985d3f /include/uapi/linux/snmp.h | |
parent | d06f5187469eee1b2932c02fd093d113cfc60d5e (diff) | |
download | blackbird-obmc-linux-288a9376371d425edeeea41a0310922c5fb2092d.tar.gz blackbird-obmc-linux-288a9376371d425edeeea41a0310922c5fb2092d.zip |
net: rename busy poll MIB counter
Rename mib counter from "low latency" to "busy poll"
v1 also moved the counter to the ip MIB (suggested by Shawn Bohrer)
Eric Dumazet suggested that the current location is better.
So v2 just renames the counter to fit the new naming convention.
Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/snmp.h')
-rw-r--r-- | include/uapi/linux/snmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h index af0a674cc677..a1356d3b54df 100644 --- a/include/uapi/linux/snmp.h +++ b/include/uapi/linux/snmp.h @@ -253,7 +253,7 @@ enum LINUX_MIB_TCPFASTOPENLISTENOVERFLOW, /* TCPFastOpenListenOverflow */ LINUX_MIB_TCPFASTOPENCOOKIEREQD, /* TCPFastOpenCookieReqd */ LINUX_MIB_TCPSPURIOUS_RTX_HOSTQUEUES, /* TCPSpuriousRtxHostQueues */ - LINUX_MIB_LOWLATENCYRXPACKETS, /* LowLatencyRxPackets */ + LINUX_MIB_BUSYPOLLRXPACKETS, /* BusyPollRxPackets */ __LINUX_MIB_MAX }; |