RE: [PATCH v1 2/2] app/testpmd: fix flow destroy

2024-11-15 Thread Dariusz Sosnowski
om > Cc: dev@dpdk.org; ferruh.yi...@amd.com > Subject: [PATCH v1 2/2] app/testpmd: fix flow destroy I think it would be better to rename the commit to: "app/testpmd: fix aged flow destroy" > > Avoid removal of additional flows after requested number of flows has been &g

[PATCH v1 2/2] app/testpmd: fix flow destroy

2024-10-31 Thread Danylo Vodopianov
Avoid removal of additional flows after requested number of flows has been already removed. Issue with removal of multiple flows is internal testpmd bug at port_flow_destroy(). This function goes through all flows and compares given flow ‘id’ with them. However in some cases it can advance pointer