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

2018-09-24 Thread Burakov, Anatoly
On 22-Sep-18 10:16 PM, Nikolay Nikolaev wrote: Do not use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- Now this breaks the unity of the rest of the patchset, because all other patches still use a typedef :P -- Thanks

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

2018-09-22 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