RE: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Michael Baum
On 12/14/2023 5:56 PM, Ferruh Yigit wrote: > > On 12/14/2023 1:43 PM, Michael Baum wrote: > > > > On 12/14/2023 2:18 PM, Ferruh Yigit wrote: > >> > >> On 12/14/2023 10:58 AM, Michael Baum wrote: > >>> Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". > >>> This item enables to match on

Re: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Ferruh Yigit
On 12/14/2023 1:43 PM, Michael Baum wrote: > > On 12/14/2023 2:18 PM, Ferruh Yigit wrote: >> >> On 12/14/2023 10:58 AM, Michael Baum wrote: >>> Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". >>> This item enables to match on some random value as a part of flow rule. >>> > > ... >

RE: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Michael Baum
On 12/14/2023 2:18 PM, Ferruh Yigit wrote: > > On 12/14/2023 10:58 AM, Michael Baum wrote: > > Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". > > This item enables to match on some random value as a part of flow rule. > > ... > > > > +Item: ``RANDOM`` > > + > > +

Re: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Ferruh Yigit
On 12/14/2023 10:58 AM, Michael Baum wrote: > Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". > This item enables to match on some random value as a part of flow rule. > > Signed-off-by: Michael Baum > --- > doc/guides/nics/features/default.ini | 1 + > doc/guides/prog_guide/rte_

RE: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Thursday, December 14, 2023 12:59 PM > Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". > This item enables to match on some random value as a part of flow rule. > > Signed-off-by: Michael Baum > --- Acked-by: Or

RE: [PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Dariusz Sosnowski
> Subject: [PATCH v4 1/2] ethdev: add random item support > > Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". > This item enables to match on some random value as a part of flow rule. > > Signed-off-by: Michael Baum Acked-by: Dariusz Sosnowski Best regards, Dariusz Sosnowski

[PATCH v4 1/2] ethdev: add random item support

2023-12-14 Thread Michael Baum
Add support for a new item type "RTE_FLOW_ITEM_TYPE_RANDOM". This item enables to match on some random value as a part of flow rule. Signed-off-by: Michael Baum --- doc/guides/nics/features/default.ini | 1 + doc/guides/prog_guide/rte_flow.rst | 14 +++ doc/guides/rel_notes/releas