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: 4d946034bf9c ("net/nfp: support basic flow actions") > Cc: sta...@dpdk.org > > Signed-off-by: Chaoyong He <chaoyong...@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com>
Applied to dpdk-next-net/main, thanks.