Re: [dpdk-dev] [RFC PATCH 0/2] Flow entities behavior across port restart

2021-10-05 Thread Thomas Monjalon
> Dmitry Kozlyuk (2): > ethdev: add capability to keep flow rules on restart > ethdev: add capability to keep indirect actions on restart > > doc/guides/prog_guide/rte_flow.rst | 21 + > lib/ethdev/rte_ethdev.h| 7 +++ > 2 files changed, 28 insertions(+)

[dpdk-dev] [RFC PATCH 0/2] Flow entities behavior across port restart

2021-09-01 Thread Dmitry Kozlyuk
It is currently unspecified if flow rules and indirect actions persist across port restart and reconfiguration. Actual behavior differs between PMDs, for example, i40e and mlx5. There are patches that try to fix particular behavior [1] or at least document it for specific PMDs [2]. We propose to co