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

2019-03-19 Thread Tiwei Bie
On Tue, Mar 19, 2019 at 11:54:17AM +0100, 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_HAND

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

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