diff options
author | 2025-01-06 14:19:18 -0800 | |
---|---|---|
committer | 2025-01-07 18:15:57 -0800 | |
commit | c824125cbb181507d2c5488232399d0767e143c7 (patch) | |
tree | 2ab8efa6a7ddf545293fc86d49161e62eeeeee09 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | igb: Fix passing 0 to ERR_PTR in igb_run_xdp() (diff) | |
download | wireguard-linux-c824125cbb181507d2c5488232399d0767e143c7.tar.xz wireguard-linux-c824125cbb181507d2c5488232399d0767e143c7.zip |
ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
ixgbe_run_xdp() converts customed xdp action to a negative error code
with the sk_buff pointer type which be checked with IS_ERR in
ixgbe_clean_rx_irq(). Remove this error pointer handing instead use
plain int return value.
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Chandan Kumar Rout <chandanx.rout@intel.com> (A Contingent Worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://patch.msgid.link/20250106221929.956999-11-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions