[dpdk-stable] [PATCH] net/af_xdp: revert change to SP/SC ring for copy mode

Ferruh Yigit ferruh.yigit at intel.com
Tue Jun 30 16:14:51 CEST 2020


On 6/25/2020 2:39 PM, Ciara Loftus wrote:
> This reverts commit 489e0b5b33209d929dc490cc591abd840dcefdfc.
> 
> The ring used in copy mode should be multi-producer multi-consumer
> because enqueues and dequeues to the ring are performed on both the rx
> and tx paths, which can be running on different threads.
> 
> Fixes: 489e0b5b3320 ("net/af_xdp: use single producer/consumer ring")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ciara Loftus <ciara.loftus at intel.com>

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


More information about the stable mailing list