Re: [dpdk-dev] [PATCH 03/17] vhost: use new APIs to handle features

2017-03-16 Thread Yuanhan Liu
On Thu, Mar 16, 2017 at 10:39:00AM +0100, Maxime Coquelin wrote: > > > On 03/16/2017 08:43 AM, Yuanhan Liu wrote: > >On Tue, Mar 14, 2017 at 11:43:44AM +0100, Maxime Coquelin wrote: > >>>diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c > >>>index 8433a54..f7227bf 100644

Re: [dpdk-dev] [PATCH 03/17] vhost: use new APIs to handle features

2017-03-16 Thread Maxime Coquelin
On 03/16/2017 08:43 AM, Yuanhan Liu wrote: On Tue, Mar 14, 2017 at 11:43:44AM +0100, Maxime Coquelin wrote: diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c index 8433a54..f7227bf 100644 --- a/lib/librte_vhost/vhost_user.c +++ b/lib/librte_vhost/vhost_user.c @@ -143,9

Re: [dpdk-dev] [PATCH 03/17] vhost: use new APIs to handle features

2017-03-16 Thread Yuanhan Liu
On Tue, Mar 14, 2017 at 11:43:44AM +0100, Maxime Coquelin wrote: > >diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c > >index 8433a54..f7227bf 100644 > >--- a/lib/librte_vhost/vhost_user.c > >+++ b/lib/librte_vhost/vhost_user.c > >@@ -143,9 +143,9 @@ > > * The features th

Re: [dpdk-dev] [PATCH 03/17] vhost: use new APIs to handle features

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: Signed-off-by: Yuanhan Liu --- examples/tep_termination/main.c| 4 +++- examples/vhost/main.c | 43 +- lib/librte_vhost/rte_vhost_version.map | 3 --- lib/librte_vhost/rte_virtio_net.h |

[dpdk-dev] [PATCH 03/17] vhost: use new APIs to handle features

2017-03-03 Thread Yuanhan Liu
Signed-off-by: Yuanhan Liu --- examples/tep_termination/main.c| 4 +++- examples/vhost/main.c | 43 +- lib/librte_vhost/rte_vhost_version.map | 3 --- lib/librte_vhost/rte_virtio_net.h | 13 -- lib/librte_vhost/socket.c