Tested-by: Yinan Wang <yinan.w...@intel.com>
> -----Original Message-----
> From: Ding, Xuan <xuan.d...@intel.com>
> Sent: 2021?8?19? 13:35
> To: maxime.coque...@redhat.com; Xia, Chenbo <chenbo....@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu...@intel.com>; Wang, Yinan
> <yinan.w...@intel.com>; Ding, Xuan <xuan.d...@intel.com>;
> sta...@dpdk.org; Liu, Yong <yong....@intel.com>
> Subject: [PATCH] net/virtio: fix indirect descriptors reconnection
>
> Since packed indirect descriptors are added and initialized when
> initializing vring, the reconnection path also needs to be considered.
>
> Fixes: 381f39ebb78a ("net/virtio: fix packed ring indirect descricptors
> setup")
> Cc: sta...@dpdk.org
> Cc: yong....@intel.com
>
> Signed-off-by: Xuan Ding <xuan.d...@intel.com>