Re: [PATCH net-next] nfp: report FW vNIC stats in interface stats

2018-09-12 Thread David Miller
From: Jakub Kicinski Date: Tue, 11 Sep 2018 06:44:08 -0700 > Report in standard netdev stats drops and errors as well as > RX multicast from the FW vNIC counters. > > Signed-off-by: Jakub Kicinski > Reviewed-by: Simon Horman Applied, thank you.

[PATCH net-next] nfp: report FW vNIC stats in interface stats

2018-09-11 Thread Jakub Kicinski
Report in standard netdev stats drops and errors as well as RX multicast from the FW vNIC counters. Signed-off-by: Jakub Kicinski Reviewed-by: Simon Horman --- drivers/net/ethernet/netronome/nfp/nfp_net_common.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/net/ethernet/n