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

2018-09-20 Thread Burakov, Anatoly
On 15-Sep-18 6:20 AM, Nikolay Nikolaev wrote: Use the typedef version of struct VhostUserMsg. Also unify the related parameter name. Signed-off-by: Nikolay Nikolaev --- I'm probably missing some background on this, but according to DPDK coding style guide, typedef structs are to be avoided [

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

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