Re: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

2023-07-04 Thread Ferruh Yigit
On 7/4/2023 9:25 AM, Ori Kam wrote: > > >> -Original Message- >> From: Gregory Etelson >> Subject: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules >> >> From: Eli Britstein >> >> Upon creation of a flow, testpmd assigns it a

RE: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

2023-07-04 Thread Ori Kam
> -Original Message- > From: Gregory Etelson > Subject: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules > > From: Eli Britstein > > Upon creation of a flow, testpmd assigns it a flow ID. Later, the > flow ID is used for flow operations (query,

Re: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

2023-06-30 Thread Ferruh Yigit
On 6/2/2023 9:19 PM, Ferruh Yigit wrote: > On 3/16/2023 2:19 PM, Gregory Etelson wrote: >> From: Eli Britstein >> >> Upon creation of a flow, testpmd assigns it a flow ID. Later, the >> flow ID is used for flow operations (query, destroy, dump). >> >> The testpmd application allows to manage flow

Re: [PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

2023-06-02 Thread Ferruh Yigit
On 3/16/2023 2:19 PM, Gregory Etelson wrote: > From: Eli Britstein > > Upon creation of a flow, testpmd assigns it a flow ID. Later, the > flow ID is used for flow operations (query, destroy, dump). > > The testpmd application allows to manage flow rules with its IDs. > The flow ID is known only

[PATCH V2 2/2] app/testpmd: assign custom ID to flow rules

2023-03-16 Thread Gregory Etelson
From: Eli Britstein Upon creation of a flow, testpmd assigns it a flow ID. Later, the flow ID is used for flow operations (query, destroy, dump). The testpmd application allows to manage flow rules with its IDs. The flow ID is known only when the flow is created. In order to prepare a complete s