Re: [dpdk-dev] [PATCH v2 2/5] vhost: make message handling functions prepare the reply

2018-09-10 Thread Maxime Coquelin
On 07/19/2018 09:13 PM, Nikolay Nikolaev wrote: As VhostUserMsg structure is resued to generate the reply, move the s/resued/reused/ relevant fields update into the respective message handling functions. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 26 +

[dpdk-dev] [PATCH v2 2/5] vhost: make message handling functions prepare the reply

2018-07-19 Thread Nikolay Nikolaev
As VhostUserMsg structure is resued to generate the reply, move the relevant fields update into the respective message handling functions. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff