commit | f468f21b7af0fa472ff8ff70f10b9b4995ef7eb3 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@mellanox.com> | Wed Aug 26 15:54:16 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 26 15:55:53 2020 -0700 |
tree | 28a881ee0878c42efa3e4eb0aa55b75000c2f6d2 | |
parent | 04e006b483c8bcab9033c9610cff9cef5e730758 [diff] |
net: Take common prefetch code structure into a function Many device drivers use the same prefetch code structure to deal with small L1 cacheline size. Take this code into a function and call it from the drivers. Suggested-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Tariq Toukan <tariqt@mellanox.com> Reviewed-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>