[dpdk-dev] [PATCH] net/af_xdp: fix error handling during Rx queue setup

Ferruh Yigit ferruh.yigit at intel.com
Tue Mar 2 10:48:18 CET 2021


On 3/1/2021 10:34 AM, Ciara Loftus wrote:
> Prior to this commit, if rte_pktmbuf_alloc_bullk failed during rx queue
> setup the error was not returned to the user and they may incorrectly
> assume that the rx queue had been successfully set up. This commit ensures
> that the error is returned to the user.
> 
> Bugzilla ID: 643
> Fixes: d8a210774e1d ("net/af_xdp: support unaligned umem chunks")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>

Applied to dpdk-next-net/main, thanks.


More information about the dev mailing list