Re: [PATCH v3 0/1] gro: decrease size of CB

From: Richard Gobert
Date: Mon Jun 05 2023 - 09:59:09 EST


> I hope you've checked that there's no difference in object code with and
> w/o `inline`? Sometimes the compilers do weird things and stop inlining
> oneliners if they're used more than once. skb_gro_reset_offset() is
> marked `inline` exactly due to that =\

Checked on standard x86-64 and arm64 gcc compilers.
Would you check any other cases?