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

2018-10-05 Thread Nikolay Nikolaev
On Tue, Oct 2, 2018 at 11:59 AM Maxime Coquelin wrote: > > > > On 09/24/2018 10:17 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 argument

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

2018-10-02 Thread Maxime Coquelin
On 09/24/2018 10:17 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: