[PATCH] app/testpmd: add postpone option to async flow destroy
Ferruh Yigit
ferruh.yigit at amd.com
Mon Jul 22 02:01:10 CEST 2024
On 7/18/2024 1:05 PM, Dariusz Sosnowski wrote:
>> -----Original Message-----
>> From: Alexander Kozyrev <akozyrev at nvidia.com>
>> Sent: Wednesday, July 17, 2024 16:20
>> To: dev at dpdk.org
>> Cc: stable at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>; Slava Ovsiienko
>> <viacheslavo at nvidia.com>; Matan Azrad <matan at nvidia.com>; Dariusz
>> Sosnowski <dsosnowski at nvidia.com>; Bing Zhao <bingz at nvidia.com>; Ori Kam
>> <orika at nvidia.com>; Suanming Mou <suanmingm at nvidia.com>
>> Subject: [PATCH] app/testpmd: add postpone option to async flow destroy
>>
>> The potpone option is not available in the async flow destroy CLI.
>
> Typo: s/potpone/postpone/
>
Fixed while merging
>> Only flow creation can be postponed in the testpmd application.
>> Insert this option into the async flow destroy CLI before the rule ID.
>>
>> Fixes: ecdc927b99 ("app/testpmd: add async flow create/destroy operations")
>
> Could you please add Cc: stable at dpdk.org?
> It's better that we keep this tag in git log. It helps LTS maintainers with backports.
>
Tag added while merging
>>
>> Signed-off-by: Alexander Kozyrev <akozyrev at nvidia.com>
>> ---
>> app/test-pmd/cmdline_flow.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_flow.c index
>> a76b44bf39..fb6a552863 100644
>> --- a/app/test-pmd/cmdline_flow.c
>> +++ b/app/test-pmd/cmdline_flow.c
>> @@ -3703,7 +3703,7 @@ static const struct token token_list[] = {
>> [QUEUE_DESTROY] = {
>> .name = "destroy",
>> .help = "destroy a flow rule",
>> - .next = NEXT(NEXT_ENTRY(QUEUE_DESTROY_ID),
>> + .next = NEXT(NEXT_ENTRY(QUEUE_DESTROY_POSTPONE),
>> NEXT_ENTRY(COMMON_QUEUE_ID)),
>> .args = ARGS(ARGS_ENTRY(struct buffer, queue)),
>> .call = parse_qo_destroy,
>> --
>> 2.18.2
>
Adding explicit review tag:
Reviewed-by: Dariusz Sosnowski <dsosnowski at nvidia.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list