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
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
2 matches
Mail list logo