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

2021-10-20 Thread Dmitry Kozlyuk
> -Original Message- > From: Andrew Rybchenko > Sent: 20 октября 2021 г. 13:12 > To: Dmitry Kozlyuk ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/6] Flow entites behavior on port > restart > > External email: Use caution opening links or attachments >

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

2021-10-20 Thread Andrew Rybchenko
On 10/19/21 3:37 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

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

2021-10-19 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