Re: [PATCH] net/nfp: fix the offload of multiple output actions

2023-03-07 Thread Ferruh Yigit
On 2/28/2023 9:03 AM, Chaoyong He wrote: > When offload the flow with multiple output actions, the > original logic add a flag to every output action wrongly, > and this cause only the first output action can take effect. > Fix it by only add the flag to the last output action. > > Fixes: 4d946034

[PATCH] net/nfp: fix the offload of multiple output actions

2023-02-28 Thread Chaoyong He
When offload the flow with multiple output actions, the original logic add a flag to every output action wrongly, and this cause only the first output action can take effect. Fix it by only add the flag to the last output action. Fixes: 4d946034bf9c ("net/nfp: support basic flow actions") Cc: sta.