Re: [dpdk-dev] [PATCH v11 2/7] ethdev: new API to resolve device capability name

2021-10-20 Thread Ajit Khaparde
On Wed, Oct 20, 2021 at 3:52 AM Andrew Rybchenko wrote: > > On 10/20/21 10:53 AM, Xueming Li wrote: > > This patch adds API to return name of device capability. > > > > Signed-off-by: Xueming Li > > Reviewed-by: Andrew Rybchenko Acked-by: Ajit Khaparde >

Re: [dpdk-dev] [PATCH v11 2/7] ethdev: new API to resolve device capability name

2021-10-20 Thread Thomas Monjalon
20/10/2021 09:53, Xueming Li: > This patch adds API to return name of device capability. > > Signed-off-by: Xueming Li The title of this patch should be: "ethdev: get device capability name as string" Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH v11 2/7] ethdev: new API to resolve device capability name

2021-10-20 Thread Xueming Li
This patch adds API to return name of device capability. Signed-off-by: Xueming Li --- lib/ethdev/rte_ethdev.c | 25 + lib/ethdev/rte_ethdev.h | 14 ++ lib/ethdev/version.map | 3 +++ 3 files changed, 42 insertions(+) diff --git a/lib/ethdev/rte_ethdev.c b/

Re: [dpdk-dev] [PATCH v11 2/7] ethdev: new API to resolve device capability name

2021-10-20 Thread Andrew Rybchenko
On 10/20/21 10:53 AM, Xueming Li wrote: > This patch adds API to return name of device capability. > > Signed-off-by: Xueming Li Reviewed-by: Andrew Rybchenko