Searched hist:b33e699fe43aa63f29113311f69357e119ef5276 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | gen_stats.h | diff b33e699fe43aa63f29113311f69357e119ef5276 Mon Nov 04 21:13:15 CST 2019 Eric Dumazet <edumazet@google.com> net_sched: add TCA_STATS_PKT64 attribute
Now the kernel uses 64bit packet counters in scheduler layer, we want to export these counters to user space.
Instead risking breaking user space by adding fields to struct gnet_stats_basic, add a new TCA_STATS_PKT64.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | gen_stats.c | diff b33e699fe43aa63f29113311f69357e119ef5276 Mon Nov 04 21:13:15 CST 2019 Eric Dumazet <edumazet@google.com> net_sched: add TCA_STATS_PKT64 attribute
Now the kernel uses 64bit packet counters in scheduler layer, we want to export these counters to user space.
Instead risking breaking user space by adding fields to struct gnet_stats_basic, add a new TCA_STATS_PKT64.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/sched/ |
H A D | act_api.c | diff b33e699fe43aa63f29113311f69357e119ef5276 Mon Nov 04 21:13:15 CST 2019 Eric Dumazet <edumazet@google.com> net_sched: add TCA_STATS_PKT64 attribute
Now the kernel uses 64bit packet counters in scheduler layer, we want to export these counters to user space.
Instead risking breaking user space by adding fields to struct gnet_stats_basic, add a new TCA_STATS_PKT64.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|