Re: [dpdk-dev] [PATCH] app/testpmd: remove warning on flex flow flush

2021-11-02 Thread David Marchand
On Tue, Nov 2, 2021 at 8:40 PM Gregory Etelson wrote: > I posted a patch for that issue in > https://patchwork.dpdk.org/project/dpdk/patch/20211026152000.11665-1-getel...@nvidia.com/ Ok cool, withdrawing my patch. -- David Marchand

[dpdk-dev] [PATCH] app/testpmd: remove warning on flex flow flush

2021-11-02 Thread David Marchand
Building DPDK without JSON, warnings get displayed when stopping testpmd without entering any flex flow rule. Fixes: 59f3a8acbcdb ("app/testpmd: add flex item commands") Signed-off-by: David Marchand --- app/test-pmd/cmd_flex_item.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/test