[dpdk-dev] [PATCH 5/7] vhost: unify function names

2016-08-24 Thread Maxime Coquelin
On 08/18/2016 10:48 AM, Yuanhan Liu wrote: > Some functions are with prefix "user_", while others with "vhost_". > Making them all starting with "vhost_user_" to unify the function names. > > Signed-off-by: Yuanhan Liu > --- > lib/librte_vhost/vhost_user.c | 60 >

[dpdk-dev] [PATCH 5/7] vhost: unify function names

2016-08-18 Thread Yuanhan Liu
Some functions are with prefix "user_", while others with "vhost_". Making them all starting with "vhost_user_" to unify the function names. Signed-off-by: Yuanhan Liu --- lib/librte_vhost/vhost_user.c | 60 +-- 1 file changed, 30 insertions(+), 30