mbox series

[v2,0/2] VDUSE fixes for v23.07

Message ID 20230706081223.151832-1-maxime.coquelin@redhat.com (mailing list archive)
Headers
Series VDUSE fixes for v23.07 |

Message

Maxime Coquelin July 6, 2023, 8:12 a.m. UTC
  This small series brings a couple of VDUSE fixes
for v23.07, discovered during testing with OVS-DPDK.

Changes in v2:
==============
- Define a common set of features to highlight delta
  between Vhsot and VDUSE (David)
- Change patches order for simplification

Maxime Coquelin (2):
  vduse: fix missing event index features
  vhost: fix vduse features negotiation

 lib/vhost/socket.c     | 19 +++++++++++++------
 lib/vhost/vduse.c      | 28 +++++++---------------------
 lib/vhost/vduse.h      |  2 ++
 lib/vhost/vhost.h      |  8 +-------
 lib/vhost/vhost_user.h |  9 +++++++++
 5 files changed, 32 insertions(+), 34 deletions(-)
  

Comments

David Marchand July 6, 2023, 8:16 a.m. UTC | #1
On Thu, Jul 6, 2023 at 10:13 AM Maxime Coquelin
<maxime.coquelin@redhat.com> wrote:
>
> This small series brings a couple of VDUSE fixes
> for v23.07, discovered during testing with OVS-DPDK.
>
> Changes in v2:
> ==============
> - Define a common set of features to highlight delta
>   between Vhsot and VDUSE (David)
> - Change patches order for simplification

For the series,
Reviewed-by: David Marchand <david.marchand@redhat.com>
  
Maxime Coquelin July 6, 2023, 9:06 a.m. UTC | #2
On 7/6/23 10:12, Maxime Coquelin wrote:
> This small series brings a couple of VDUSE fixes
> for v23.07, discovered during testing with OVS-DPDK.
> 
> Changes in v2:
> ==============
> - Define a common set of features to highlight delta
>    between Vhsot and VDUSE (David)
> - Change patches order for simplification
> 
> Maxime Coquelin (2):
>    vduse: fix missing event index features
>    vhost: fix vduse features negotiation
> 
>   lib/vhost/socket.c     | 19 +++++++++++++------
>   lib/vhost/vduse.c      | 28 +++++++---------------------
>   lib/vhost/vduse.h      |  2 ++
>   lib/vhost/vhost.h      |  8 +-------
>   lib/vhost/vhost_user.h |  9 +++++++++
>   5 files changed, 32 insertions(+), 34 deletions(-)
> 


Applied to dpdk-next-virtio/main.

Thanks,
Maxime