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

2021-04-01 Thread Keiichi Watanabe
On Fri, Apr 2, 2021 at 1:28 AM Ferruh Yigit wrote: > On 4/1/2021 5:05 PM, Keiichi Watanabe wrote: > > Thanks for the review! > > Should I send the updated version of the patch series? Or, can I ask you > to make > > the follow up changes as a maintainer? > > > > No new version is required, alread

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

2021-04-01 Thread Ferruh Yigit
On 4/1/2021 5:05 PM, Keiichi Watanabe wrote: Thanks for the review! Should I send the updated version of the patch series? Or, can I ask you to make the follow up changes as a maintainer? No new version is required, already updated in the next-net [1] repo. [1] https://git.dpdk.org/next/dpd

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

2021-04-01 Thread Keiichi Watanabe
Thanks for the review! Should I send the updated version of the patch series? Or, can I ask you to make the follow up changes as a maintainer? Keiichi On Thu, Apr 1, 2021 at 5:42 PM Kinsella, Ray wrote: > > > On 31/03/2021 17:45, Ferruh Yigit wrote: > > On 3/22/2021 7:22 AM, Keiichi Watanabe wr

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

2021-04-01 Thread Kinsella, Ray
On 31/03/2021 17:45, Ferruh Yigit wrote: > On 3/22/2021 7:22 AM, Keiichi Watanabe wrote: >> Add rte_vhost_get_negotiated_protocol_features, which returns a set of >> enabled protocol features. >> >> Signed-off-by: Keiichi Watanabe > > <...> > >> diff --git a/lib/librte_vhost/version.map b/lib

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

2021-03-31 Thread Ferruh Yigit
On 3/22/2021 7:22 AM, Keiichi Watanabe wrote: Add rte_vhost_get_negotiated_protocol_features, which returns a set of enabled protocol features. Signed-off-by: Keiichi Watanabe <...> diff --git a/lib/librte_vhost/version.map b/lib/librte_vhost/version.map index 9183d6f2f..95c4c0990 100644 --

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

2021-03-25 Thread Maxime Coquelin
On 3/22/21 8:22 AM, Keiichi Watanabe wrote: > Add rte_vhost_get_negotiated_protocol_features, which returns a set of > enabled protocol features. > > Signed-off-by: Keiichi Watanabe > --- > lib/librte_vhost/rte_vhost.h | 15 +++ > lib/librte_vhost/version.map | 1 + > lib/librte_

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

2021-03-22 Thread Keiichi Watanabe
Add rte_vhost_get_negotiated_protocol_features, which returns a set of enabled protocol features. Signed-off-by: Keiichi Watanabe --- lib/librte_vhost/rte_vhost.h | 15 +++ lib/librte_vhost/version.map | 1 + lib/librte_vhost/vhost.c | 14 ++ 3 files changed, 30 inse