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 type. > > Fixes: ee752a734d14 ("app/testpmd: add INDIRECT_LIST flow action support") > Signed-off-by: Gregory Etelson <getel...@nvidia.com> > Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> >
Applied to dpdk-next-net/main, thanks.