Re: [dpdk-dev] [PATCH v2 2/2] vhost: support requests only handled by external backend

2019-03-19 Thread Maxime Coquelin
Hi Ilya, On 3/13/19 5:09 PM, Ilya Maximets wrote: On 13.03.2019 18:55, Maxime Coquelin wrote: External backends may have specific requests to handle, and so we don't want the vhost-user lib to handle these requests as errors. This patch also changes the experimental API by introducing RTE_VHOS

Re: [dpdk-dev] [PATCH v2 2/2] vhost: support requests only handled by external backend

2019-03-13 Thread Ilya Maximets
On 13.03.2019 18:55, Maxime Coquelin wrote: > External backends may have specific requests to handle, and so > we don't want the vhost-user lib to handle these requests as > errors. > > This patch also changes the experimental API by introducing > RTE_VHOST_MSG_RESULT_NOT_HANDLED so that vhost-use

[dpdk-dev] [PATCH v2 2/2] vhost: support requests only handled by external backend

2019-03-13 Thread Maxime Coquelin
External backends may have specific requests to handle, and so we don't want the vhost-user lib to handle these requests as errors. This patch also changes the experimental API by introducing RTE_VHOST_MSG_RESULT_NOT_HANDLED so that vhost-user lib can report an error if a message is handled neithe