Re: [dpdk-dev] [PATCH 1/5] ethdev: add capability to keep flow rules on restart

2021-10-06 Thread Ajit Khaparde
On Mon, Oct 4, 2021 at 5:52 PM wrote: > > From: Dmitry Kozlyuk > > Currently, it is not specified what happens to the flow rules when > the device is stopped, possibly reconfigured, then started. > If flow rules were kept, it could be convenient for application > developers, because they wouldn't

Re: [dpdk-dev] [PATCH 1/5] ethdev: add capability to keep flow rules on restart

2021-10-06 Thread Somnath Kotur
On Wed, Oct 6, 2021 at 11:45 AM Ori Kam wrote: > > Hi Dmitry, > > > -Original Message- > > From: Dmitry Kozlyuk > > Sent: Tuesday, October 5, 2021 3:52 AM > > Subject: [PATCH 1/5] ethdev: add capability to keep flow rules on restart > > > > From: Dmitry Kozlyuk > > > > Currently, it is n

Re: [dpdk-dev] [PATCH 1/5] ethdev: add capability to keep flow rules on restart

2021-10-06 Thread Ori Kam
Hi Dmitry, > -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, October 5, 2021 3:52 AM > Subject: [PATCH 1/5] ethdev: add capability to keep flow rules on restart > > From: Dmitry Kozlyuk > > Currently, it is not specified what happens to the flow rules when the device > is >