commit | e20a0db30454a07f03f3a34a79e9f35881cfaa9d | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Wed Apr 20 22:02:18 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 21 15:09:06 2016 -0400 |
tree | b2590980809c01af7d4b569aa5e2d8ff045d4ae5 | |
parent | 1bfec31627bf9b351b93b8cef4520b90f48ca276 [diff] |
net/mlx5e: Delay skb->data access Move mlx5e_handle_csum and eth_type_trans to the end of mlx5e_build_rx_skb to gain some more time before accessing skb->data, to reduce cache misses. Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>