RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-22 Thread Ori Kam
> -Original Message- > From: Ajit Khaparde > Sent: Sunday, May 22, 2022 8:01 AM > Subject: Re: [RFC] ethdev: datapath-focused meter actions, continue > > On Sat, May 21, 2022 at 7:49 PM Alexander Kozyrev wrote: > > > > On Thursday, May 19, 2

Re: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-21 Thread Ajit Khaparde
On Sat, May 21, 2022 at 7:49 PM Alexander Kozyrev wrote: > > On Thursday, May 19, 2022 13:35 Dumitrescu, Cristian > : > > Here are a few takeaways of mine, with a few actions for Alex and Ori: > > Thank you, Cristian, for compiling these takeaways. Great summary of the > discussion. Agree. > >

RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-21 Thread Alexander Kozyrev
On Thursday, May 19, 2022 13:35 Dumitrescu, Cristian : > Here are a few takeaways of mine, with a few actions for Alex and Ori: Thank you, Cristian, for compiling these takeaways. Great summary of the discussion. > 6. Alexander Kozyrev to provide pseudo-code for the meter operation with > the

RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-19 Thread Dumitrescu, Cristian
Hi folks, Here are a few takeaways of mine, with a few actions for Alex and Ori: 1. Problem with pre-definition of meter profiles and policies: In the case of the data plane adding flow rules to itself (as opposed to the control plane adding flow rules to the data plane), the API requirement o

RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-19 Thread Dumitrescu, Cristian
e > ; Ferruh Yigit ; Ray > Kinsella ; Sunil Kumar Kori ; Ivan Malov > ; Awal, Mohammad Abdul > ; Zhang, Qi Z ; > Richardson, Bruce ; Konstantin Ananyev > ; Singh, Jasvinder > ; dev@dpdk.org > Subject: Re: [RFC] ethdev: datapath-focused meter actions, continue > > On Mo

Re: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-19 Thread Jerin Jacob
On Mon, May 16, 2022 at 11:45 PM Alexander Kozyrev wrote: > > Agenda: continue discussion about proposed improvements to Flow API in > regards to Meter handling (slides attached). I think, primary difference between the old and new methods are where the meter HW objects are available. In the o

Re: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-19 Thread Andrew Rybchenko
Hi Ori, On 5/19/22 11:41, Ori Kam wrote: Hi Andrew, -Original Message- From: Andrew Rybchenko Sent: Thursday, May 19, 2022 9:45 AM Subject: Re: [RFC] ethdev: datapath-focused meter actions, continue On 5/19/22 05:17, Alexander Kozyrev wrote: On Wed, May 18, 2022 12:51 Andrew

RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-19 Thread Ori Kam
Hi Andrew, > -Original Message- > From: Andrew Rybchenko > Sent: Thursday, May 19, 2022 9:45 AM > Subject: Re: [RFC] ethdev: datapath-focused meter actions, continue > > On 5/19/22 05:17, Alexander Kozyrev wrote: > > On Wed, May 18, 2022 12:51 Andrew Rybchenko :

Re: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-18 Thread Andrew Rybchenko
On 5/19/22 05:17, Alexander Kozyrev wrote: On Wed, May 18, 2022 12:51 Andrew Rybchenko : I'm sorry, I'm not sure that I can take part in tomorrow meeting, so, I'd like to drop my thoughts on the topic via E-mail. Thank you for taking some time and reviewing this RFC. Existing "meter" object

RE: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-18 Thread Alexander Kozyrev
On Wed, May 18, 2022 12:51 Andrew Rybchenko : > I'm sorry, I'm not sure that I can take part in tomorrow meeting, so, > I'd like to drop my thoughts on the topic via E-mail. Thank you for taking some time and reviewing this RFC. > Existing "meter" object which pulls profile and policy together al

Re: [RFC] ethdev: datapath-focused meter actions, continue

2022-05-18 Thread Andrew Rybchenko
Hi all, I'm sorry, I'm not sure that I can take part in tomorrow meeting, so, I'd like to drop my thoughts on the topic via E-mail. Existing "meter" object which pulls profile and policy together allows do apply metering in one flow-based lookup for different flows. I.e. we can route absolute

RE: [RFC] ethdev: datapath-focused meter actions

2022-05-02 Thread Alexander Kozyrev
On Tuesday, April 26, 2022 9:44 Dumitrescu, Cristian : > After reviewing this RFC, I have to say that your proposal is very unclear to > me. I > don't understand what is the problem you're trying to solve and what exactly > is > that you cannot do with the current meter and flow APIs. > > I sug

RE: [RFC] ethdev: datapath-focused meter actions

2022-04-26 Thread Dumitrescu, Cristian
Thomas > Monjalon ; Ivan Malov ; > Andrew Rybchenko ; Yigit, Ferruh > ; Awal, Mohammad Abdul > ; Zhang, Qi Z ; > Jerin Jacob ; Ajit Khaparde > ; Richardson, Bruce > > Subject: RE: [RFC] ethdev: datapath-focused meter actions > > Hi Alexander, > > After review

RE: [RFC] ethdev: datapath-focused meter actions

2022-04-26 Thread Dumitrescu, Cristian
onjalon ; Ivan Malov ; > Andrew Rybchenko ; Yigit, Ferruh > ; Awal, Mohammad Abdul > ; Zhang, Qi Z ; > Jerin Jacob ; Ajit Khaparde > ; Richardson, Bruce > > Subject: Re: [RFC] ethdev: datapath-focused meter actions > > + @Cristian Dumitrescu meter maintainer. > &

Re: [RFC] ethdev: datapath-focused meter actions

2022-04-08 Thread Jerin Jacob
+ @Cristian Dumitrescu meter maintainer. On Fri, Apr 8, 2022 at 8:17 AM Alexander Kozyrev wrote: > > The introduction of asynchronous flow rules operations allowed users > to create/destroy flow rules as part of the datapath without blocking > on Flow API and slowing the packet processing down.