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

2018-09-25 Thread Burakov, Anatoly
On 24-Sep-18 9:17 PM, Nikolay Nikolaev wrote: Do not use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly

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

2018-09-24 Thread Nikolay Nikolaev
Do not use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/lib/librte_vhost/vhost