[dpdk-dev] [PATCH 01/17] vhost: introduce driver features	related APIs
    Maxime Coquelin 
    maxime.coquelin at redhat.com
       
    Tue Mar 14 10:46:35 CET 2017
    
    
  
On 03/03/2017 10:51 AM, Yuanhan Liu wrote:
> Introduce few APIs to set/get/enable/disable driver features.
>
> Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
> ---
>  lib/librte_vhost/rte_vhost_version.map | 10 ++++
>  lib/librte_vhost/rte_virtio_net.h      |  9 ++++
>  lib/librte_vhost/socket.c              | 90 ++++++++++++++++++++++++++++++++++
>  3 files changed, 109 insertions(+)
Nice!
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
I wonder whether we could protect from setting/enabling/disabling
features once negotiation is done?
Thanks,
Maxime
    
    
More information about the dev
mailing list