[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-23 Thread Yuanhan Liu
On Sat, Aug 20, 2016 at 06:10:33AM -0400, Jiayu Hu wrote: > In examples/vhost, "dev-basename" is a program option, which is to set > the vhost-net socket used by vhost-user, or the character device used > by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" > is not a suitable name

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-20 Thread Jiayu Hu
In examples/vhost, "dev-basename" is a program option, which is to set the vhost-net socket used by vhost-user, or the character device used by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" is not a suitable name for the vhost-net socket. Therefore, this patch is to change this

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-18 Thread Yuanhan Liu
On Thu, Aug 18, 2016 at 10:22:38AM +0200, Maxime Coquelin wrote: > Hi Jiayu, > > On 08/16/2016 06:14 PM, Jiayu Hu wrote: > >In examples/vhost, "dev-basename" is a program option, which is to set > >the vhost-net socket used by vhost-user, or the character device used > >by vhost-cuse. Since vhost-

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-18 Thread Maxime Coquelin
On 08/18/2016 10:35 AM, Yuanhan Liu wrote: > On Thu, Aug 18, 2016 at 10:22:38AM +0200, Maxime Coquelin wrote: >> Hi Jiayu, >> >> On 08/16/2016 06:14 PM, Jiayu Hu wrote: >>> In examples/vhost, "dev-basename" is a program option, which is to set >>> the vhost-net socket used by vhost-user, or the c

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-18 Thread Maxime Coquelin
Hi Jiayu, On 08/16/2016 06:14 PM, Jiayu Hu wrote: > In examples/vhost, "dev-basename" is a program option, which is to set > the vhost-net socket used by vhost-user, or the character device used > by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" > is not a suitable name for th

[dpdk-dev] [PATCH 1/2] examples/vhost: rename dev-basename

2016-08-16 Thread Jiayu Hu
In examples/vhost, "dev-basename" is a program option, which is to set the vhost-net socket used by vhost-user, or the character device used by vhost-cuse. Since vhost-cuse should be dropped, and "dev-basename" is not a suitable name for the vhost-net socket. Therefore, this patch is to change this