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

2024-11-15 Thread Dariusz Sosnowski
apatech.com > Cc: dev@dpdk.org; ferruh.yi...@amd.com > Subject: [PATCH v1 1/2] app/testpmd: fix flow update > > The testpmd command “flow update…“ provides a nullptr as the context variable. I would propose the following phrasing, which I think would be more accurate: If actions p

[PATCH v1 1/2] app/testpmd: fix flow update

2024-10-31 Thread Danylo Vodopianov
The testpmd command “flow update…“ provides a nullptr as the context variable. Thus "flow aged destroy" command can not execute successfully. Fix was done with next steps 1. Generate new port flow entry to add/replace action(s). 2. Set age contest if exists. 3. Replace flow in the flow list. Fix