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

2020-01-19 Thread Jack Min
On Sun, 20-01-19, 22:08, Thomas Monjalon wrote: > 17/01/2020 20:26, Ferruh Yigit: > > On 1/17/2020 11:55 AM, Xiaoyu Min wrote: > > > Xiaoyu Min (2): > > > ethdev: add API to dump device internal flow info > > > net/mlx5: support flow dump API > > > > > > Xueming Li (3): > > > app/testpmd: ne

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

2020-01-19 Thread Thomas Monjalon
17/01/2020 20:26, Ferruh Yigit: > On 1/17/2020 11:55 AM, Xiaoyu Min wrote: > > Xiaoyu Min (2): > > ethdev: add API to dump device internal flow info > > net/mlx5: support flow dump API > > > > Xueming Li (3): > > app/testpmd: new flow dump CLI > > net/mlx5: add socket server for external t

Re: [dpdk-dev] [PATCH v2 0/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: > This serial patchs is based on RFC [1] and the comments on it. > > A new rte flow API is added to dump device internal representation > information for the offloaded rte flows. > > This is very helpful for user and developer to debug flow offloading > st