Re: [PATCH v3 0/2] Testpmd flow update/destroy fixes
> Danylo Vodopianov (2): > app/testpmd: fix flow update > app/testpmd: fix aged flow destroy Applied, thanks.
[PATCH v3 0/2] Testpmd flow update/destroy fixes
These patches provide next fixes: 1. The testpmd command “flow update…“ provides a nullptr as the context variable. 2. Avoid removal of additional flows after requested number of flows has been already removed. v2: 1. Rephase commit messages.