Re: [dpdk-dev] [PATCH v6 0/6] Flow entites behavior on port restart

2021-11-02 Thread Ferruh Yigit
On 11/2/2021 5:01 PM, Dmitry Kozlyuk wrote: It is unspecified whether flow rules and indirect actions are kept when a port is stopped, possibly reconfigured, and started again. Vendors approach the topic differently, e.g. mlx5 and i40e PMD disagree in whether flow rules can be kept, and mlx5 PMD

[dpdk-dev] [PATCH v6 0/6] Flow entites behavior on port restart

2021-11-02 Thread Dmitry Kozlyuk
It is unspecified whether flow rules and indirect actions are kept when a port is stopped, possibly reconfigured, and started again. Vendors approach the topic differently, e.g. mlx5 and i40e PMD disagree in whether flow rules can be kept, and mlx5 PMD would keep indirect actions. In the end, appli