diff options
author | Lorenzo Bianconi <lorenzo@kernel.org> | 2020-01-29 12:50:53 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-29 13:57:59 +0100 |
commit | 44efc78d0e464ce70b45b165c005f8bedc17952e (patch) | |
tree | 25d14ccd1e57eb35488cf5865e487c7003aeebaa /net | |
parent | sch_choke: Use kvcalloc (diff) | |
download | linux-44efc78d0e464ce70b45b165c005f8bedc17952e.tar.xz linux-44efc78d0e464ce70b45b165c005f8bedc17952e.zip |
net: mvneta: fix XDP support if sw bm is used as fallback
In order to fix XDP support if sw buffer management is used as fallback
for hw bm devices, define MVNETA_SKB_HEADROOM as maximum between
XDP_PACKET_HEADROOM and NET_SKB_PAD and let the hw aligns the IP header
to 4-byte boundary.
Fix rx_offset_correction initialization if mvneta_bm_port_init fails in
mvneta_resume routine
Fixes: 0db51da7a8e9 ("net: mvneta: add basic XDP support")
Tested-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions