Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-13 Thread Ferruh Yigit
On 2/13/2023 3:44 PM, Jerin Jacob wrote: > On Mon, Feb 13, 2023 at 7:25 PM Ferruh Yigit wrote: >> >> On 2/13/2023 12:34 PM, Ori Kam wrote: >>> >>> -Original Message- From: Ferruh Yigit Sent: Saturday, 11 February 2023 1:10 On 2/10/2023 8:26 AM, Rakesh Kudurumalla

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-13 Thread Jerin Jacob
On Mon, Feb 13, 2023 at 7:25 PM Ferruh Yigit wrote: > > On 2/13/2023 12:34 PM, Ori Kam wrote: > > > > > >> -Original Message- > >> From: Ferruh Yigit > >> Sent: Saturday, 11 February 2023 1:10 > >> > >> On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: > >>> Introduce new flow action to ski

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-13 Thread Ferruh Yigit
On 2/13/2023 12:34 PM, Ori Kam wrote: > > >> -Original Message- >> From: Ferruh Yigit >> Sent: Saturday, 11 February 2023 1:10 >> >> On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: >>> Introduce new flow action to skip congestion management configuration >>> This feature helps to skip th

RE: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-13 Thread Ori Kam
> -Original Message- > From: Ferruh Yigit > Sent: Saturday, 11 February 2023 1:10 > > On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: > > Introduce new flow action to skip congestion management configuration > > This feature helps to skip the congestion management processing > > based o

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-10 Thread Jerin Jacob
On Sat, Feb 11, 2023 at 6:05 AM Ferruh Yigit wrote: > > On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: > > diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h > > index b60987db4b..f4eb4232d4 100644 > > --- a/lib/ethdev/rte_flow.h > > +++ b/lib/ethdev/rte_flow.h > > @@ -2203,6 +2203,17 @@

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-10 Thread Ferruh Yigit
On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: > diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h > index b60987db4b..f4eb4232d4 100644 > --- a/lib/ethdev/rte_flow.h > +++ b/lib/ethdev/rte_flow.h > @@ -2203,6 +2203,17 @@ enum rte_flow_action_type { >*/ > RTE_FLOW_ACTION_TYP

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-10 Thread Ferruh Yigit
On 2/10/2023 8:26 AM, Rakesh Kudurumalla wrote: > Introduce new flow action to skip congestion management configuration > This feature helps to skip the congestion management processing > based on per flow or the packet color identified by > rte_flow meter object. For example, If one Rx queue confi

Re: [PATCH v6 1/3] ethdev: skip congestion management configuration

2023-02-10 Thread Jerin Jacob
On Fri, Feb 10, 2023 at 1:56 PM Rakesh Kudurumalla wrote: > > Introduce new flow action to skip congestion management configuration > This feature helps to skip the congestion management processing > based on per flow or the packet color identified by > rte_flow meter object. For example, If one R