Re: [dpdk-dev] [PATCH v2 4/5] vhost: unify message handling function signature

2018-09-10 Thread Maxime Coquelin
On 07/19/2018 09:13 PM, Nikolay Nikolaev wrote: Each vhost-user message handling function will return an int result which is described in the new enum vh_result: error, OK and reply. All functions will now have two arguments, virtio_net double pointer and VhostUserMsg pointer. Signed-off-by:

[dpdk-dev] [PATCH v2 4/5] vhost: unify message handling function signature

2018-07-19 Thread Nikolay Nikolaev
Each vhost-user message handling function will return an int result which is described in the new enum vh_result: error, OK and reply. All functions will now have two arguments, virtio_net double pointer and VhostUserMsg pointer. Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c