[dpdk-dev] [PATCH v2 0/2] vhost: Add API to get negotiated protocol features

Xia, Chenbo chenbo.xia at intel.com
Wed Mar 31 08:45:53 CEST 2021


> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Keiichi Watanabe
> Sent: Monday, March 22, 2021 3:23 PM
> To: dev at dpdk.org
> Cc: dgreid at chromium.org; chirantan at chromium.org; Keiichi Watanabe
> <keiichiw at chromium.org>
> Subject: [dpdk-dev] [PATCH v2 0/2] vhost: Add API to get negotiated protocol
> features
> 
> This patchset adds an API to get negotiated vhost protocol features in
> librte_vhost so we can use it to check if an optional feature is enabled.
> 
> v1: https://mails.dpdk.org/archives/dev/2021-February/199044.html
> 
> Keiichi Watanabe (2):
>   vhost: Add API to get negotiated protocol features
>   examples/vhost_blk: Check protocol features before getting inflight
>     info
> 
>  examples/vhost_blk/vhost_blk.c | 23 ++++++++++++++++++-----
>  lib/librte_vhost/rte_vhost.h   | 15 +++++++++++++++
>  lib/librte_vhost/version.map   |  1 +
>  lib/librte_vhost/vhost.c       | 14 ++++++++++++++
>  4 files changed, 48 insertions(+), 5 deletions(-)
> 
> --
> 2.31.0.rc2.261.g7f71774620-goog

Fix the headlines due to check-git-log errors:

vhost: add API to get negotiated protocol features

examples/vhost_blk: check features before inflight API

With above fixed, series applied to next-virtio/main.

Thanks!


More information about the dev mailing list