Re: [dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-17 Thread Ferruh Yigit
On 1/16/2020 10:56 PM, Stephen Hemminger wrote: > On Thu, 16 Jan 2020 20:37:36 + > Ferruh Yigit wrote: > >> On 1/16/2020 10:14 AM, Xiaoyu Min wrote: >>> Introduce an API which dump the device's internal representation >>> information of rte flows in hardware. >>> >>> Signed-off-by: Xiaoyu Min

Re: [dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-16 Thread Stephen Hemminger
On Thu, 16 Jan 2020 20:37:36 + Ferruh Yigit wrote: > On 1/16/2020 10:14 AM, Xiaoyu Min wrote: > > Introduce an API which dump the device's internal representation > > information of rte flows in hardware. > > > > Signed-off-by: Xiaoyu Min > > <...> > > > @@ -1212,3 +1212,19 @@ rte_flow_

Re: [dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-16 Thread Ferruh Yigit
On 1/16/2020 10:14 AM, Xiaoyu Min wrote: > Introduce an API which dump the device's internal representation > information of rte flows in hardware. > > Signed-off-by: Xiaoyu Min <...> > @@ -1212,3 +1212,19 @@ rte_flow_expand_rss(struct rte_flow_expand_rss *buf, > size_t size, > } >

Re: [dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-16 Thread Ori Kam
> -Original Message- > ; dpdk-dev > Subject: Re: [PATCH 1/5] ethdev: add API to dump device internal flow info > > On Thu, Jan 16, 2020 at 3:45 PM Xiaoyu Min wrote: > > > > Introduce an API which dump the device's internal representation > > information of rte flows in hardware. > > >

Re: [dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-16 Thread Jerin Jacob
On Thu, Jan 16, 2020 at 3:45 PM Xiaoyu Min wrote: > > Introduce an API which dump the device's internal representation > information of rte flows in hardware. > > Signed-off-by: Xiaoyu Min Looks good to me. > --- > lib/librte_ethdev/rte_ethdev_version.map | 3 +++ > lib/librte_ethdev/rte_flow

[dpdk-dev] [PATCH 1/5] ethdev: add API to dump device internal flow info

2020-01-16 Thread Xiaoyu Min
Introduce an API which dump the device's internal representation information of rte flows in hardware. Signed-off-by: Xiaoyu Min --- lib/librte_ethdev/rte_ethdev_version.map | 3 +++ lib/librte_ethdev/rte_flow.c | 16 lib/librte_ethdev/rte_flow.h | 21 ++