Re: [PATCH v1 0/2] Testpmd flow update/destroy fixes

2024-11-14 Thread Thomas Monjalon
14/11/2024 15:12, Serhii Iliushyk: > >On 11.11.2024, 15:35, "Ferruh Yigit" wrote: > > > > > >On 10/31/2024 3:00 PM, Danylo Vodopianov wrote: > >> These patches provide next fixes: > >> 1. The testpmd command “flow update…“ provides a nullptr as the > >> context variable. > >> 2. Avoid removal of ad

Re: [PATCH v1 0/2] Testpmd flow update/destroy fixes

2024-11-14 Thread Serhii Iliushyk
>On 11.11.2024, 15:35, "Ferruh Yigit" wrote: > > >On 10/31/2024 3:00 PM, Danylo Vodopianov wrote: >> 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

Re: [PATCH v1 0/2] Testpmd flow update/destroy fixes

2024-11-11 Thread Ferruh Yigit
On 10/31/2024 3:00 PM, Danylo Vodopianov wrote: > 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.

[PATCH v1 0/2] Testpmd flow update/destroy fixes

2024-10-31 Thread Danylo Vodopianov
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. Danylo Vodopianov (2): app/testpmd: fix flow up