Re: [PATCH 5/7] vhost: unify function names
From: Maxime Coquelin <hidden>
Date: 2016-08-24 08:03:02
From: Maxime Coquelin <hidden>
Date: 2016-08-24 08:03:02
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 <redacted> --- lib/librte_vhost/vhost_user.c | 60 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-)
Reviewed-by: Maxime Coquelin <redacted> Thanks, Maxime