Re: [dpdk-dev] [PATCH 2/3] vhost: support sending fds via send_vhost_message()

2018-03-29 Thread Maxime Coquelin
On 03/06/2018 11:43 AM, Tiwei Bie wrote: This function will be used to send fds to QEMU via slave channel. Signed-off-by: Tiwei Bie --- lib/librte_vhost/vhost_user.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Applied to dpdk-next-virtio/master, so this is one less patc

Re: [dpdk-dev] [PATCH 2/3] vhost: support sending fds via send_vhost_message()

2018-03-29 Thread Maxime Coquelin
On 03/06/2018 11:43 AM, Tiwei Bie wrote: This function will be used to send fds to QEMU via slave channel. Signed-off-by: Tiwei Bie Reviewed-by: Maxime Coquelin Thanks, Maxime --- lib/librte_vhost/vhost_user.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a