net: mvneta: move rx_dropped and rx_errors in per-cpu stats
Move rx_dropped and rx_errors counters in mvneta_pcpu_stats in order to
avoid possible races updating statistics
Fixes: f34927d80b1a ("net: mvneta: Improve the buffer allocation method for SWBM") Fixes: 3428e253d466 ("net: mvneta: bm: add support for hardware buffer management") Fixes: a2099e3eb275 ("net: mvneta: driver for Marvell Armada 370/XP network unit") Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>