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 > stuff, i.e, to check whether PMD offloads the rte flow in a correct way > from HW perspective. > > The output file is in vendor specific format. An external vendor > provided tool may be needed in order to get human readable info. > > [1]: https://patches.dpdk.org/cover/64597/ > > v2: > * Bump MLX5 PMD glue version to 20.02.0 > * MLX5 PMD validate port id > * Code improvement per review comments > > 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 tools > doc: update mlx5 document for flow dump feature
Series applied to dpdk-next-net/master, thanks.