Re: [PATCH 1/2] app/testpmd: change rule type

2023-02-28 Thread Ferruh Yigit
On 2/22/2023 2:11 PM, Eli Britstein wrote: > Change rule type to be uintptr_t (instead of currently uint32_t) to be > able to accomodate larger IDs, as a pre-step towards allowing user-id > to flows. > No objection to extend id storage type, but I am not clear why allowing user-id justifies this,

[PATCH 1/2] app/testpmd: change rule type

2023-02-22 Thread Eli Britstein
Change rule type to be uintptr_t (instead of currently uint32_t) to be able to accomodate larger IDs, as a pre-step towards allowing user-id to flows. Signed-off-by: Eli Britstein --- app/test-pmd/cmdline_flow.c | 12 ++-- app/test-pmd/config.c | 34 ++--