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: [email protected]
>
> Signed-off-by: Chaoyong He <[email protected]>
> Reviewed-by: Niklas Söderlund <[email protected]>
Applied to dpdk-next-net/main, thanks.