On Fri, Dec 1, 2017 at 9:37 PM, Jakub Kicinski <jakub.kicin...@netronome.com> wrote: > From: Pieter Jansen van Vuuren <pieter.jansenvanvuu...@netronome.com> > > Previously we swapped the tx_packets, tx_bytes and tx_dropped counters > with rx_packets, rx_bytes and rx_dropped counters, respectively. This > behaviour is correct and expected for VF representors but it should not > be swapped for physical port mac representors.
Ah, I forgot to point the finger. Should I repost? Fixes: eadfa4c3be99 ("nfp: add stats and xmit helpers for representors") > Signed-off-by: Pieter Jansen van Vuuren <pieter.jansenvanvuu...@netronome.com> > Reviewed-by: Simon Horman <simon.hor...@netronome.com> > Reviewed-by: Jakub Kicinski <jakub.kicin...@netronome.com>