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

2019-03-13 Thread Maxime Coquelin
On 3/12/19 5:14 PM, Ilya Maximets wrote: On 12.03.2019 17:54, 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_R

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

2019-03-12 Thread Ilya Maximets
On 12.03.2019 17:54, 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 2/2] vhost: support requests only handled by external backend

2019-03-12 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