Re: [PATCH 2/2] app/testpmd: user assigned flow ID to flows

2023-02-22 Thread Thomas Monjalon
22/02/2023 15:11, Eli Britstein: > Currently, testpmd assigns its own IDs, as indices, to created flows. > Later, the flow index is used as the ID for flow operations (query, > destroy, dump). > > Allow the user to assign a user-id, to be later used as an alternative > to the flow index testpmd as

[PATCH 2/2] app/testpmd: user assigned flow ID to flows

2023-02-22 Thread Eli Britstein
Currently, testpmd assigns its own IDs, as indices, to created flows. Later, the flow index is used as the ID for flow operations (query, destroy, dump). Allow the user to assign a user-id, to be later used as an alternative to the flow index testpmd assigns. Example: testpmd> flow create 0 ingr