On Fri, 12 Jun 2026 08:21:35 +0530 Shreesh Adiga <[email protected]> wrote:
> Special handling for len between 16 and 31 is not required as the > implementation correctly handles them in the main path. Given that these > cases were annotated with unlikely branch hint, it should be simpler to > have these handled in the main path itself. > > We can remove the partial_bytes label as there is no jump target to it, > and replace folding code in that block with already existing inline > function to simplify and have better code reuse. > > Signed-off-by: Shreesh Adiga <[email protected]> > --- Looks good, applied to net-next

