commit | e20f0dbf204fe2a518ad289f2b39644c69dff531 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Wed Aug 26 15:54:17 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 26 15:55:53 2020 -0700 |
tree | 5486d3138e77ed16d1d0c037e67630797beea52e | |
parent | f468f21b7af0fa472ff8ff70f10b9b4995ef7eb3 [diff] |
net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTES A single cacheline might not contain the packet header for small L1_CACHE_BYTES values. Use net_prefetch() as it issues an additional prefetch in this case. Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Reviewed-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>