Re: [PATCH 2/5] net: mvneta: use per_cpu stats to fix an SMP lock up
From: Eric Dumazet <hidden> Date: 2014-01-13 00:48:07
On Sun, 2014-01-12 at 10:31 +0100, Willy Tarreau wrote:
This patch implements this. It merges both rx_stats and tx_stats into
a single "stats" member with a single syncp. Both mvneta_rx() and
mvneta_rx() now only update the a single CPU's counters.