diff options
author | Alexander Lobakin <bloodyreaper@yandex.ru> | 2020-06-05 15:53:24 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-05 13:13:11 -0700 |
commit | e22437207683a9099d5fb3a1b5cc8f5c7b24a583 (patch) | |
tree | 79a723b982279361a2b9eafee5827ff9fc9ff951 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 178f67b1288b6952117fdc4e5ffbd4c4bd4e4a7f (diff) |
net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignment
Commit ca23cb0bc50f ("mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zero")
added headroom alignment check against 8.
Hovewer (if we imagine that NET_SKB_PAD or XDP_PACKET_HEADROOM is not
aligned to cacheline size), it actually aligns headroom down, while
skb/xdp_buff headroom should be *at least* equal to one of the values
(depending on XDP prog presence).
So, fix the check to align the value up. This satisfies both
hardware/driver and network stack requirements.
Fixes: ca23cb0bc50f ("mvneta: MVNETA_SKB_HEADROOM set last 3 bits to zero")
Signed-off-by: Alexander Lobakin <bloodyreaper@yandex.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions