Re: [PATCH] octeontx2-af: remove duplicate SCTP port flags
From: Ratheesh Kannoth
Date: Fri Sep 18 2026 - 02:25:42 EST
On 2026-09-18 at 11:33:19, Aryan Sinha (sinha.aryan03@xxxxxxxxx) wrote:
> proto_flags ORs BIT_ULL(NPC_SPORT_SCTP) and BIT_ULL(NPC_DPORT_SCTP)
> are present twice. Both fields are already covered by the first pair, so the second
> one has no effect.
>
> Drop it. No functional change.
>
> Signed-off-by: Aryan Sinha <sinha.aryan03@xxxxxxxxx>
Isn't this a fix? Please include the appropriate Fixes tag: