summaryrefslogtreecommitdiffstats
path: root/io_uring
diff options
context:
space:
mode:
authorMaciej Fijalkowski <maciej.fijalkowski@intel.com>2023-01-31 21:45:01 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2023-02-01 23:30:27 +0100
commit9070fe3da0b126044c3cffd169d5fb2565365a0e (patch)
tree3c372fa36bdfbc729c7719ea085b1f7dde25313d /io_uring
parent60bc72b3c4e9127f29686770005da40b10be0576 (diff)
downloadlinux-stable-9070fe3da0b126044c3cffd169d5fb2565365a0e.tar.gz
linux-stable-9070fe3da0b126044c3cffd169d5fb2565365a0e.tar.bz2
linux-stable-9070fe3da0b126044c3cffd169d5fb2565365a0e.zip
ice: Do not call ice_finalize_xdp_rx() unnecessarily
Currently ice_finalize_xdp_rx() is called only when xdp_prog is present on VSI, which is a good thing. However, this optimization can be enhanced and check only if any of the XDP_TX/XDP_REDIRECT took place in current Rx processing. Non-zero value of @xdp_xmit indicates that xdp_prog is present on VSI. This way XDP_DROP-based workloads will not suffer from unnecessary calls to external function. Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Alexander Lobakin <alexandr.lobakin@intel.com> Link: https://lore.kernel.org/bpf/20230131204506.219292-9-maciej.fijalkowski@intel.com
Diffstat (limited to 'io_uring')
0 files changed, 0 insertions, 0 deletions