Re: [dpdk-dev] [PATCH v2] app/testpmd: fix testpmd flows left before port stop.

2020-11-28 Thread Gregory Etelson
Hello Andrew, > On 11/26/20 7:43 PM, Gregory Etelson wrote: > > According to RTE flow user guide, PMD will not keep flow rules after > > port stop. Application resources that refer to flow rules become > > obsolete after port stop and must not be used. > > Testpmd maintains linked list of active f

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix testpmd flows left before port stop.

2020-11-27 Thread Andrew Rybchenko
On 11/26/20 7:43 PM, Gregory Etelson wrote: > According to RTE flow user guide, PMD will not keep flow rules after > port stop. Application resources that refer to flow rules become > obsolete after port stop and must not be used. > Testpmd maintains linked list of active flows for each port. Entri

[dpdk-dev] [PATCH v2] app/testpmd: fix testpmd flows left before port stop.

2020-11-26 Thread Gregory Etelson
According to RTE flow user guide, PMD will not keep flow rules after port stop. Application resources that refer to flow rules become obsolete after port stop and must not be used. Testpmd maintains linked list of active flows for each port. Entries in that list are allocated dynamically and must b