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

2020-01-17 Thread Ferruh Yigit
On 1/17/2020 11:55 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 > Acked-by: Ori Kam Reviewed-by: Ferruh Yigit

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

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