Re: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-05-31 Thread Jack Min
On 5/31/22 00:46, Thomas Monjalon wrote: We were waiting for a v2 of this patch. Hey Thomas, Thank you for the comments. Yes, I'll send v2. More comments below. I'll update the patch in v2 accordingly. 07/04/2022 07:30, Xiaoyu Min: The data-path focused flow rule management can manage f

Re: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-05-30 Thread Thomas Monjalon
We were waiting for a v2 of this patch. More comments below. 07/04/2022 07:30, Xiaoyu Min: > The data-path focused flow rule management can manage flow rules in more > optimized way then tranditional one by using hits provided by hits -> hints > application in initialization phase. > > In addit

Re: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-04-07 Thread Jack Min
On 4/7/22 23:04, Stephen Hemminger wrote: On Thu, 7 Apr 2022 13:30:46 +0800 Xiaoyu Min wrote: * @b EXPERIMENTAL: this API may change without prior notice. @@ -4972,6 +4983,11 @@ struct rte_flow_port_attr { * @see RTE_FLOW_ACTION_TYPE_METER */ uint32_t nb_meters; +

Re: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-04-07 Thread Stephen Hemminger
On Thu, 7 Apr 2022 13:30:46 +0800 Xiaoyu Min wrote: > * @b EXPERIMENTAL: this API may change without prior notice. > @@ -4972,6 +4983,11 @@ struct rte_flow_port_attr { >* @see RTE_FLOW_ACTION_TYPE_METER >*/ > uint32_t nb_meters; > + /** > + * Port flags. > +

Re: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-04-07 Thread Jack Min
On 4/7/22 19:27, Ori Kam wrote: Hi Jack, Hey Ori, -Original Message- From: Jack Min Sent: Thursday, April 7, 2022 8:31 AM Subject: [RFC 1/2] ethdev: port flags for pre-configuration flow hints The data-path focused flow rule management can manage flow rules in more optimized way then

RE: [RFC 1/2] ethdev: port flags for pre-configuration flow hints

2022-04-07 Thread Ori Kam
Hi Jack, > -Original Message- > From: Jack Min > Sent: Thursday, April 7, 2022 8:31 AM > Subject: [RFC 1/2] ethdev: port flags for pre-configuration flow hints > > The data-path focused flow rule management can manage flow rules in more > optimized way then tranditional one by using hits