Re: [PATCH] app/testpmd: add postpone option to async flow destroy

2024-07-21 Thread Ferruh Yigit
z >> Sosnowski ; Bing Zhao ; Ori Kam >> ; Suanming Mou >> 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

RE: [PATCH] app/testpmd: add postpone option to async flow destroy

2024-07-18 Thread Dariusz Sosnowski
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, July 17, 2024 16:20 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava Ovsiienko > ; Matan Azrad ; Dariusz > Sosnowski ; Bing Zhao ; Ori Kam > ; Suanming Mou > Subject: [PATCH

[PATCH] app/testpmd: add postpone option to async flow destroy

2024-07-17 Thread Alexander Kozyrev
The potpone option is not available in the async flow destroy CLI. 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") Signed-off-by: Alex