[dpdk-dev] [PATCH] net/virtio_user: fix inconsistent name

2016-07-22 Thread Thomas Monjalon
2016-07-22 10:33, Yuanhan Liu: > On Fri, Jul 22, 2016 at 02:24:47AM +, Jianfeng Tan wrote: > > The commit cb6696d22023 ("drivers: update registration macro usage") > > changes the name from virtio-user to virtio_user, because hyphen > > cannot be used in a C symbol name. However, this commit do

[dpdk-dev] [PATCH] net/virtio_user: fix inconsistent name

2016-07-22 Thread Yuanhan Liu
On Fri, Jul 22, 2016 at 02:24:47AM +, Jianfeng Tan wrote: > The commit cb6696d22023 ("drivers: update registration macro usage") > changes the name from virtio-user to virtio_user, because hyphen > cannot be used in a C symbol name. However, this commit does not > update the strings in docs and

[dpdk-dev] [PATCH] net/virtio_user: fix inconsistent name

2016-07-22 Thread Jianfeng Tan
The commit cb6696d22023 ("drivers: update registration macro usage") changes the name from virtio-user to virtio_user, because hyphen cannot be used in a C symbol name. However, this commit does not update the strings in docs and source code, which could lead to failure to start this device as per