> -Original Message-
> From: Xueming Li
> Sent: Thursday, December 2, 2021 9:51 PM
> To: dev@dpdk.org
> Cc: xuemi...@nvidia.com; sta...@dpdk.org; Maxime Coquelin
> ; Xia, Chenbo
> Subject: [PATCH] net/virtio: fix Tx queue 0 override by queue 128
>
> Both Rx queue and Tx queue are VirtQ i
On 12/2/21 14:50, Xueming Li wrote:
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...
2 matches
Mail list logo