Re: [dpdk-dev] [PATCH v5 3/5] vhost: add apis for datapath configuration

2018-04-03 Thread Maxime Coquelin
On 04/02/2018 01:46 PM, Zhihong Wang wrote: This patch adds APIs for datapath configuration. The did of the vhost-user socket can be set to identify the backend device, in this case each vhost-user socket can have only 1 connection. The did is set to -1 by default when the software datapath is

[dpdk-dev] [PATCH v5 3/5] vhost: add apis for datapath configuration

2018-04-02 Thread Zhihong Wang
This patch adds APIs for datapath configuration. The did of the vhost-user socket can be set to identify the backend device, in this case each vhost-user socket can have only 1 connection. The did is set to -1 by default when the software datapath is used. Signed-off-by: Zhihong Wang --- Changes