Re: [dpdk-dev] [PATCH v6 0/5] vhost: vhost_user.c code cleanup

2018-09-26 Thread Maxime Coquelin
Hi Nikolay, On 09/24/2018 10:16 PM, Nikolay Nikolaev wrote: vhost: vhost_user.c code cleanup This patchesries introduce a set of code redesigns in vhost_user.c. The goal is to unify and simplify vhost-user message handling. The patches do not intend to introduce any functional changes. v6 cha

[dpdk-dev] [PATCH v6 0/5] vhost: vhost_user.c code cleanup

2018-09-24 Thread Nikolay Nikolaev
vhost: vhost_user.c code cleanup This patchesries introduce a set of code redesigns in vhost_user.c. The goal is to unify and simplify vhost-user message handling. The patches do not intend to introduce any functional changes. v6 changes: - Even more fixes to the usage of struct VhostUserMsg in