> -----Original Message-----
> From: Xueming Li <[email protected]>
> Sent: Thursday, December 2, 2021 9:51 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; Maxime Coquelin
> <[email protected]>; Xia, Chenbo <[email protected]>
> 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: [email protected]
> 
> Signed-off-by: Xueming Li <[email protected]>
> ---
> --
> 2.34.0

Applied to next-virtio/main, thanks


Reply via email to