mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
team: track sum of rx_nohandler for all slaves
CC: Jiri Pirko <jiri@resnulli.us> CC: netdev@vger.kernel.org Signed-off-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6e7333d315
commit
bb63daf9ef
2 changed files with 8 additions and 3 deletions
|
@ -24,6 +24,7 @@ struct team_pcpu_stats {
|
|||
struct u64_stats_sync syncp;
|
||||
u32 rx_dropped;
|
||||
u32 tx_dropped;
|
||||
u32 rx_nohandler;
|
||||
};
|
||||
|
||||
struct team;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue