Tariq Toukan dac0d15fff net/mlx5e: Re-order fields of struct mlx5e_xdpsq
In the downstream patch that adds support to XDP_REDIRECT-out,
the XDP xmit frame function doesn't share the same run context as
the NAPI that polls the XDP-SQ completion queue.

Hence, need to re-order the XDP-SQ fields to avoid cacheline
false-sharing.

Take redirect_flush and doorbell out of DB, into separated
cachelines.

Add a cacheline breaker within the stats struct.

Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
2018-07-26 15:23:56 -07:00
..
2018-07-25 13:41:22 -07:00
2018-06-12 16:19:22 -07:00
2018-07-11 23:10:19 -07:00
2018-07-24 10:00:54 -07:00
2018-07-20 12:33:37 -07:00
2018-05-28 23:02:22 -04:00
2018-05-28 22:59:54 -04:00
2018-07-25 12:53:37 -07:00