> -----Original Message----- > From: Xueming Li <xuemi...@nvidia.com> > Sent: Thursday, December 2, 2021 9:51 PM > To: dev@dpdk.org > Cc: xuemi...@nvidia.com; sta...@dpdk.org; Maxime Coquelin > <maxime.coque...@redhat.com>; Xia, Chenbo <chenbo....@intel.com> > Subject: [PATCH] net/virtio: fix Tx queue 0 override by queue 128 > > Both Rx queue and Tx queue are VirtQ in virtio, VQ index is 256 for Tx > queue 128. Uint8 type of TxQ VQ index overflows and overrides Tx queue 0 > data. > > This patch fixes VQ index type with uint16 type. > > Fixes: c1f86306a026 ("virtio: add new driver") > Cc: sta...@dpdk.org > > Signed-off-by: Xueming Li <xuemi...@nvidia.com> > --- > -- > 2.34.0
Applied to next-virtio/main, thanks