[dpdk-dev] [PATCH 2/2] net/virtio: use indirect ring in packed datapath

Maxime Coquelin maxime.coquelin at redhat.com
Wed Sep 30 17:24:57 CEST 2020



On 9/28/20 10:20 AM, Marvin Liu wrote:
> Like split ring, packed ring will utilize indirect ring elements when
> queuing mbufs need multiple descriptors. Thus each packet will take only
> one slot when having multiple segments.
> 
> Signed-off-by: Marvin Liu <yong.liu at intel.com>
> 


In this patch also I would add Fixes tag and Cc stable:

Fixes: 892dc798fa9c ("net/virtio: implement Tx path for packed queues")
Cc: stable at dpdk.org

And would change the title to

net/virtio: fix indirect descriptor handling in packed datapaths

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list