Re: [dpdk-dev] [PATCH] vhost: fix silent queue enabling with legacy guests

2019-04-17 Thread Maxime Coquelin
On 4/12/19 3:09 PM, Ilya Maximets wrote: vhost should notify the application in case of all vring state changes. In general, application should not care about negotiation of VHOST_USER_F_PROTOCOL_FEATURES. Protocol details like this should be hidden by the vhost library. With this patch appl

Re: [dpdk-dev] [PATCH] vhost: fix silent queue enabling with legacy guests

2019-04-17 Thread Maxime Coquelin
On 4/12/19 3:09 PM, Ilya Maximets wrote: vhost should notify the application in case of all vring state changes. In general, application should not care about negotiation of VHOST_USER_F_PROTOCOL_FEATURES. Protocol details like this should be hidden by the vhost library. With this patch appl

[dpdk-dev] [PATCH] vhost: fix silent queue enabling with legacy guests

2019-04-12 Thread Ilya Maximets
vhost should notify the application in case of all vring state changes. In general, application should not care about negotiation of VHOST_USER_F_PROTOCOL_FEATURES. Protocol details like this should be hidden by the vhost library. With this patch applications like OVS will be able to assume that