Re: [dpdk-dev] [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment

2018-05-04 Thread Maxime Coquelin
On 04/27/2018 05:19 PM, xiangxia.m@gmail.com wrote: From: Tonghao Zhang Signed-off-by: Tonghao Zhang --- lib/librte_vhost/fd_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to dpdk-next-virtio/master. Thanks, Maxime

Re: [dpdk-dev] [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment

2018-05-04 Thread Maxime Coquelin
On 04/27/2018 05:19 PM, xiangxia.m@gmail.com wrote: From: Tonghao Zhang Signed-off-by: Tonghao Zhang --- lib/librte_vhost/fd_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment

2018-04-27 Thread xiangxia . m . yue
From: Tonghao Zhang Signed-off-by: Tonghao Zhang --- lib/librte_vhost/fd_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/fd_man.c b/lib/librte_vhost/fd_man.c index b24c27d..38347ab 100644 --- a/lib/librte_vhost/fd_man.c +++ b/lib/librte_vhost/fd_man.c