[Qemu-devel] [PATCH 0/4] Small vhost-user fixes and tweaks

Dr. David Alan Gilbert (git) posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171002191521.15748-1-dgilbert@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
tests/vhost-user-bridge.c             |  1 +
3 files changed, 56 insertions(+), 7 deletions(-)
[Qemu-devel] [PATCH 0/4] Small vhost-user fixes and tweaks
Posted by Dr. David Alan Gilbert (git) 6 years, 6 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  This set has a small set of fixes for vhost-user and also
  enables the SET_SLAVE_REQ_FD feature in libvhost-user.
  (Where it just stashes the fd).

Dave

Dr. David Alan Gilbert (4):
  libvhost-user: vu_queue_started
  vhost-user-bridge: Only process received packets on started queues
  libvhost-user: Update and fix feature and request lists
  libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD

 contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
 contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
 tests/vhost-user-bridge.c             |  1 +
 3 files changed, 56 insertions(+), 7 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PATCH 0/4] Small vhost-user fixes and tweaks
Posted by Maxime Coquelin 6 years, 6 months ago
Hi David,

On 10/02/2017 09:15 PM, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> Hi,
>    This set has a small set of fixes for vhost-user and also
>    enables the SET_SLAVE_REQ_FD feature in libvhost-user.
>    (Where it just stashes the fd).
> 
> Dave
> 
> Dr. David Alan Gilbert (4):
>    libvhost-user: vu_queue_started
>    vhost-user-bridge: Only process received packets on started queues
>    libvhost-user: Update and fix feature and request lists
>    libvhost-user: Support VHOST_USER_SET_SLAVE_REQ_FD
> 
>   contrib/libvhost-user/libvhost-user.c | 43 ++++++++++++++++++++++++++++++-----
>   contrib/libvhost-user/libvhost-user.h | 19 +++++++++++++++-
>   tests/vhost-user-bridge.c             |  1 +
>   3 files changed, 56 insertions(+), 7 deletions(-)
> 

For the series:
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>

Thanks,
Maxime