Re: [PATCH] vhost: fix net header settings in vhost datapath

2023-02-03 Thread Maxime Coquelin
On 1/4/23 03:39, Wenwu Ma wrote: In vhost sync batch enqueue, the "num_buffers" of virtio net header is not be set, but it should be set to 1 if the mrg_rxbuf feature is turned on, This patch fix the issue. Fixes: ef861692c398 ("vhost: add packed ring batch enqueue") Cc: sta...@dpdk.org Sign

Re: [PATCH] vhost: fix net header settings in vhost datapath

2023-02-03 Thread Maxime Coquelin
On 1/4/23 03:39, Wenwu Ma wrote: In vhost sync batch enqueue, the "num_buffers" of virtio net header is not be set, but it should be set to 1 if the mrg_rxbuf feature is turned on, This patch fix the issue. Fixes: ef861692c398 ("vhost: add packed ring batch enqueue") Cc: sta...@dpdk.org Sign

RE: [PATCH] vhost: fix net header settings in vhost datapath

2023-01-12 Thread Jiang, Cheng1
Hi Wenwu, > -Original Message- > From: Wenwu Ma > Sent: Wednesday, January 4, 2023 10:40 AM > To: dev@dpdk.org > Cc: Ma, WenwuX ; sta...@dpdk.org > Subject: [PATCH] vhost: fix net header settings in vhost datapath > > In vhost sync batch enqueue, the "num_buffers" of virtio net header is

RE: [PATCH] vhost: fix net header settings in vhost datapath

2023-01-12 Thread Ling, WeiX
> -Original Message- > From: Wenwu Ma > Sent: Wednesday, January 4, 2023 10:40 AM > To: dev@dpdk.org > Cc: Ma, WenwuX ; sta...@dpdk.org > Subject: [PATCH] vhost: fix net header settings in vhost datapath > > In vhost sync batch enqueue, the "num_buffers" of virtio net header is not > be s