Re: [dpdk-dev] [PATCH v2 3/5] vhost: handle unsupported message types in functions

2018-09-10 Thread Maxime Coquelin
On 07/19/2018 09:13 PM, Nikolay Nikolaev wrote: Add new functions to handle the unsupported vhost message types: - vhost_user_set_vring_err - vhost_user_set_log_fd Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 22 +- 1 file changed, 17 inser

[dpdk-dev] [PATCH v2 3/5] vhost: handle unsupported message types in functions

2018-07-19 Thread Nikolay Nikolaev
Add new functions to handle the unsupported vhost message types: - vhost_user_set_vring_err - vhost_user_set_log_fd Signed-off-by: Nikolay Nikolaev --- lib/librte_vhost/vhost_user.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/lib/librte_vhost/v