On 03/28/2018 05:56 PM, Maxime Coquelin wrote:
Hi,
While reviewing DPDK series adding support to VHOST_USER_SET_CONFIG
and VHOST_USER_GET_CONFIG request, I found that it was not backed
with a dedicated protocol feature.
This series addresses this by adding a new protocol feature bit,
and by o
Hi,
While reviewing DPDK series adding support to VHOST_USER_SET_CONFIG
and VHOST_USER_GET_CONFIG request, I found that it was not backed
with a dedicated protocol feature.
This series addresses this by adding a new protocol feature bit,
and by only negotiating it if the device supports it, as su