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

2021-03-30 Thread Xia, Chenbo
> -Original Message- > From: dev On Behalf Of Keiichi Watanabe > Sent: Monday, March 22, 2021 3:23 PM > To: dev@dpdk.org > Cc: dgr...@chromium.org; chiran...@chromium.org; Keiichi Watanabe > > Subject: [dpdk-dev] [PATCH v2 0/2] vhost: Add API to get negotiate

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

2021-03-22 Thread Keiichi Watanabe
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/