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

2021-10-20 Thread Ori Kam
Hi Dmitry, > -Original Message- > From: Dmitry Kozlyuk > Sent: Wednesday, October 20, 2021 2:40 PM > Subject: RE: [PATCH v3 1/6] ethdev: add capability to keep flow rules on > restart > > > > > -Original Message- > > From: Andrew Rybchenko > > Sent: 20 октября 2021 г. 13:40 >

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

2021-10-20 Thread Dmitry Kozlyuk
> -Original Message- > From: Andrew Rybchenko > Sent: 20 октября 2021 г. 13:40 > To: Dmitry Kozlyuk ; dev@dpdk.org > Cc: Qi Zhang ; Ori Kam ; NBU- > Contact-Thomas Monjalon ; Ferruh Yigit > > Subject: Re: [PATCH v3 1/6] ethdev: add capability to keep flow rules on > restart > > Externa

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

2021-10-20 Thread Andrew Rybchenko
On 10/19/21 3:37 PM, Dmitry Kozlyuk wrote: > Previously, it was 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 need to save and rest

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

2021-10-19 Thread Ori Kam
Hi Dmitry, > -Original Message- > From: dev On Behalf Of Dmitry Kozlyuk > Sent: Tuesday, October 19, 2021 3:37 PM > To: dev@dpdk.org > Cc: Qi Zhang ; Ori Kam ; > NBU-Contact-Thomas > Monjalon ; Ferruh Yigit ; Andrew > Rybchenko > > Subject: [dpdk-d

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

2021-10-19 Thread Dmitry Kozlyuk
> -Original Message- > From: Ferruh Yigit > Sent: 19 октября 2021 г. 19:39 > To: Dmitry Kozlyuk ; dev@dpdk.org; Qi Zhang > > Cc: Ori Kam ; NBU-Contact-Thomas Monjalon > ; Andrew Rybchenko > Subject: Re: [PATCH v3 1/6] ethdev: add capability to keep flow rules on > restart > > External e

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

2021-10-19 Thread Ferruh Yigit
On 10/19/2021 1:37 PM, Dmitry Kozlyuk wrote: diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst index 2b42d5ec8c..ff67b211e3 100644 --- a/doc/guides/prog_guide/rte_flow.rst +++ b/doc/guides/prog_guide/rte_flow.rst @@ -87,6 +87,31 @@ To avoid resource leaks on th

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

2021-10-19 Thread Dmitry Kozlyuk
Previously, it was 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 need to save and restore them. However, due to the number of flows and p