Re: [dpdk-dev] [PATCH 13/17] vhost: do not include net specific headers

2017-03-21 Thread Yuanhan Liu
On Mon, Mar 20, 2017 at 07:32:45AM +, Liu, Changpeng wrote: > > diff --git a/lib/librte_vhost/rte_virtio_net.h > > b/lib/librte_vhost/rte_virtio_net.h > > index fa98d29..e19ebad 100644 > > --- a/lib/librte_vhost/rte_virtio_net.h > > +++ b/lib/librte_vhost/rte_virtio_net.h > > @@ -42,14 +42,10

Re: [dpdk-dev] [PATCH 13/17] vhost: do not include net specific headers

2017-03-20 Thread Liu, Changpeng
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan@linux.intel.com] > Sent: Friday, March 3, 2017 5:51 PM > To: dev@dpdk.org > Cc: Maxime Coquelin ; Harris, James R > ; Liu, Changpeng ; Yuanhan > Liu > Subject: [PATCH 13/17] vhost: do not include net specific headers > > Inclu

Re: [dpdk-dev] [PATCH 13/17] vhost: do not include net specific headers

2017-03-14 Thread Maxime Coquelin
On 03/03/2017 10:51 AM, Yuanhan Liu wrote: Include it internally, at vhost.h. Signed-off-by: Yuanhan Liu --- examples/vhost/main.h | 2 ++ lib/librte_vhost/rte_virtio_net.h | 4 lib/librte_vhost/vhost.h | 4 3 files changed, 6 insertions(+), 4 deletions(-) Re