diff options
author | Lorenzo Bianconi <[email protected]> | 2022-03-11 10:14:18 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2022-03-17 20:33:52 +0100 |
commit | 5142239a22219921a7863cf00c9ab853c00689d8 (patch) | |
tree | 5c43ec4b1efc07fee6947108900173ec562c9dea /lib/string_helpers.c | |
parent | ad13baf4569152b00de11949b8c93aaa83c1243f (diff) |
net: veth: Account total xdp_frame len running ndo_xdp_xmit
Even if this is a theoretical issue since it is not possible to perform
XDP_REDIRECT on a non-linear xdp_frame, veth driver does not account
paged area in ndo_xdp_xmit function pointer.
Introduce xdp_get_frame_len utility routine to get the xdp_frame full
length and account total frame size running XDP_REDIRECT of a
non-linear xdp frame into a veth device.
Signed-off-by: Lorenzo Bianconi <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Toke Hoiland-Jorgensen <[email protected]>
Acked-by: John Fastabend <[email protected]>
Link: https://lore.kernel.org/bpf/54f9fd3bb65d190daf2c0bbae2f852ff16cfbaa0.1646989407.git.lorenzo@kernel.org
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions