diff options
author | Xuan Zhuo <[email protected]> | 2024-07-08 19:25:28 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-07-14 20:32:37 -0700 |
commit | 41d4a174201e62fc95562dc8e53097baf8568f24 (patch) | |
tree | 870f6d63337b2b36a3b663e7236866bee58948c6 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | e6c29506b2ec94e634819c03445ffe9eb350caed (diff) |
virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
virtio net has VIRTIO_XDP_HEADROOM that is equal to
XDP_PACKET_HEADROOM to calculate the headroom for xdp.
But here we should use the macro XDP_PACKET_HEADROOM from bpf.h to
calculate the headroom for xdp. So here we remove the
VIRTIO_XDP_HEADROOM, and use the XDP_PACKET_HEADROOM to replace it.
Signed-off-by: Xuan Zhuo <[email protected]>
Acked-by: Jason Wang <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions