Re: [PATCH] net/virtio-user: reset used index counter in dev reset

2024-09-19 Thread Maxime Coquelin
On 8/5/24 12:08, Kommula Shiva Shankar wrote: When the virtio device is reinitialized during ethdev reconfiguration, all the virtio rings are recreated and repopulated on the device. Accordingly, reset the used index counter value back to zero. Signed-off-by: Kommula Shiva Shankar --- driv

Re: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev reset

2024-09-19 Thread Maxime Coquelin
On 9/19/24 12:54, Maxime Coquelin wrote: Hi, On 9/6/24 12:14, Shiva Shankar Kommula wrote: Hello Maxime, could you please review the following change ? Thanks Subject: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev reset When the virtio device is reinitialized

Re: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev reset

2024-09-19 Thread Maxime Coquelin
Hi, On 9/6/24 12:14, Shiva Shankar Kommula wrote: Hello Maxime, could you please review the following change ? Thanks Subject: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev reset When the virtio device is reinitialized during ethdev reconfiguration, all the virtio

RE: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev reset

2024-09-06 Thread Shiva Shankar Kommula
Hello Maxime, could you please review the following change ? Thanks > Subject: [EXTERNAL] [PATCH] net/virtio-user: reset used index counter in dev > reset > > When the virtio device is reinitialized during ethdev reconfiguration, all the > virtio rings are recreated and rep

[PATCH] net/virtio-user: reset used index counter in dev reset

2024-08-05 Thread Kommula Shiva Shankar
When the virtio device is reinitialized during ethdev reconfiguration, all the virtio rings are recreated and repopulated on the device. Accordingly, reset the used index counter value back to zero. Signed-off-by: Kommula Shiva Shankar --- drivers/net/virtio/virtio_user_ethdev.c | 1 + 1 file ch