Re: [PATCH] app/testpmd: fix async indirect list action creation

2024-03-11 Thread Ferruh Yigit
On 3/7/2024 10:27 AM, Gregory Etelson wrote: > Testpmd calls the same function to create legacy indirect action and > indirect list action. > The function did not identify required action correctly. > > The patch adds the `indirect_list` boolean function parameter that is > derived from the action

[PATCH] app/testpmd: fix async indirect list action creation

2024-03-07 Thread Gregory Etelson
Testpmd calls the same function to create legacy indirect action and indirect list action. The function did not identify required action correctly. The patch adds the `indirect_list` boolean function parameter that is derived from the action type. Fixes: ee752a734d14 ("app/testpmd: add INDIRECT_L