[dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory

2014-09-30 Thread Thomas Monjalon
2014-09-30 02:07, Xie, Huawei: > > In patch 2, you're using main.c to create vhost_rxtx.c. > > So it would be clearer to rename it in this patch 1. > > > Rename it to vhost_rxtx.c? Yes :) And rename virtio-net.h to rte_virtio_net.h. Please put all file renaming in the same patch. Then second patc

[dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory

2014-09-30 Thread Xie, Huawei
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, September 30, 2014 3:42 AM > To: Xie, Huawei > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in > vhost > exampl

[dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory

2014-09-29 Thread Thomas Monjalon
Hi Huawei, 2014-09-26 17:45, Huawei Xie: > "git mv examples/vhost lib/librte_vhost" > This is a purely src file move, without any modification. > Subsequent patch will transform those src files to a vhost library. > > Signed-off-by: Huawei Xie > --- > examples/vhost/Makefile

[dpdk-dev] [PATCH v5 01/11] lib/librte_vhost: move src files in vhost example to vhost lib directory

2014-09-26 Thread Huawei Xie
"git mv examples/vhost lib/librte_vhost" This is a purely src file move, without any modification. Subsequent patch will transform those src files to a vhost library. Signed-off-by: Huawei Xie --- examples/vhost/Makefile | 60 - examples/vhost/eventfd_link/Makefile