On Sat, Oct 26, 2024 at 12:12:48PM +0800, Yue Haibing wrote: > 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. > > Fixes: 924708081629 ("ixgbe: add XDP support for pass and drop actions") > Reviewed-by: Jacob Keller <jacob.e.kel...@intel.com> > Reviewed-by: Maciej Fijalkowski <maciej.fijalkow...@intel.com> > Signed-off-by: Yue Haibing <yuehaib...@huawei.com>
Reviewed-by: Simon Horman <ho...@kernel.org>