Re: [PATCH v2] app/testpmd: fix flex parser destroy command

2022-06-23 Thread Andrew Rybchenko
On 6/16/22 12:15, Gregory Etelson wrote: The patch separates flex item destruction function implementation. Setups with installed JSON development library can use any value in range [0, FLEX_MAX_PARSERS_NUM - 1] as input flex item ID. In setups without JSON development library flex item destructi

[PATCH v2] app/testpmd: fix flex parser destroy command

2022-06-16 Thread Gregory Etelson
The patch separates flex item destruction function implementation. Setups with installed JSON development library can use any value in range [0, FLEX_MAX_PARSERS_NUM - 1] as input flex item ID. In setups without JSON development library flex item destruction function is resolved to empty stub. cc: