Re: [PATCH] app/testpmd: flush flow templates when port is removed

2022-11-14 Thread Andrew Rybchenko
On 11/11/22 19:22, Singh, Aman Deep wrote: On 11/8/2022 3:00 PM, Dariusz Sosnowski wrote: From: Suanming Mou This patch adds explicit flushing of template tables, pattern and actions templates, when a port is closed or detached. Signed-off-by: Suanming Mou Acked-by: Aman Singh Applied t

Re: [PATCH] app/testpmd: flush flow templates when port is removed

2022-11-11 Thread Singh, Aman Deep
On 11/8/2022 3:00 PM, Dariusz Sosnowski wrote: From: Suanming Mou This patch adds explicit flushing of template tables, pattern and actions templates, when a port is closed or detached. Signed-off-by: Suanming Mou Acked-by: Aman Singh ---

[PATCH] app/testpmd: flush flow templates when port is removed

2022-11-08 Thread Dariusz Sosnowski
From: Suanming Mou This patch adds explicit flushing of template tables, pattern and actions templates, when a port is closed or detached. Signed-off-by: Suanming Mou --- app/test-pmd/config.c | 111 + app/test-pmd/testpmd.c | 3 ++ app/test-pmd/testp