Re: [PATCH] octeontx2-af: remove duplicate SCTP port flags

From: Jakub Kicinski

Date: Fri Sep 18 2026 - 18:15:57 EST


On Fri, 18 Sep 2026 11:55:08 +0530 Ratheesh Kannoth wrote:
> 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:

The patch has no functional change, how could it be a fix?