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

2021-03-02 Thread Ferruh Yigit
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

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

2021-03-01 Thread Ciara Loftus
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 ("ne