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: 0db0df595cbd ("net: mvneta: Improve the buffer allocation method for SWBM") Fixes: 086ca6252cc3 ("net: mvneta: bm: add support for hardware buffer management") Fixes: 74510ae74238 ("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>