mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 20:49:35 +02:00
ixgbevf_run_xdp() converts customed xdp action to a negative error code with the sk_buff pointer type which be checked with IS_ERR in ixgbevf_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-12-anthony.l.nguyen@intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> |
||
|---|---|---|
| .. | ||
| defines.h | ||
| ethtool.c | ||
| ipsec.c | ||
| ipsec.h | ||
| ixgbevf.h | ||
| ixgbevf_main.c | ||
| Makefile | ||
| mbx.c | ||
| mbx.h | ||
| regs.h | ||
| vf.c | ||
| vf.h | ||