Re: [dpdk-dev] [PATCH v2 1/5] vhost: unify VhostUserMsg usage

2018-09-10 Thread Maxime Coquelin
Hi Nikolay, On 07/19/2018 09:13 PM, Nikolay Nikolaev wrote: Use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 50 + 1 file changed, 25 insertion

[dpdk-dev] [PATCH v2 1/5] vhost: unify VhostUserMsg usage

2018-07-19 Thread Nikolay Nikolaev
Use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 50 + 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/librte_vhost/vhost_user.c