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

2021-10-20 Thread Xueming(Steven) Li
On Tue, 2021-10-19 at 20:57 +0300, Andrew Rybchenko wrote: > On 10/19/21 6:28 PM, Xueming Li wrote: > > This patch adds API to return name of device capability. > > > > Signed-off-by: Xueming Li > > [snip] > > > diff --git a/lib/ethdev/rte_ethdev.c b/lib/ethdev/rte_ethdev.c > > index bc55f899f7

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

2021-10-20 Thread Andrew Rybchenko
On 10/20/21 10:47 AM, Xueming(Steven) Li wrote: > On Tue, 2021-10-19 at 20:57 +0300, Andrew Rybchenko wrote: >> On 10/19/21 6:28 PM, Xueming Li wrote: >>> This patch adds API to return name of device capability. >>> >>> Signed-off-by: Xueming Li >> >> [snip] >> >>> diff --git a/lib/ethdev/rte_ethd

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

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

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

2021-10-19 Thread Andrew Rybchenko
On 10/19/21 6:28 PM, Xueming Li wrote: This patch adds API to return name of device capability. Signed-off-by: Xueming Li [snip] diff --git a/lib/ethdev/rte_ethdev.c b/lib/ethdev/rte_ethdev.c index bc55f899f72..97217529449 100644 --- a/lib/ethdev/rte_ethdev.c +++ b/lib/ethdev/rte_ethdev.c @