Re: [PATCH net-next 2/6] sfc: perform XDP processing on received packets.
From: Charles McLachlan <hidden>
Date: 2019-10-24 14:46:11
From: Charles McLachlan <hidden>
Date: 2019-10-24 14:46:11
On 22/10/2019 23:45, Jesper Dangaard Brouer wrote:
quoted
+ case XDP_REDIRECT: + rc = xdp_do_redirect(efx->net_dev, &xdp, xdp_prog); + if (rc) {Can we call the 'rc' variable 'err' instead? And give it an unlikely().
Yes. Done in next version of the patch set.