On Wed, 04 Jun 2025 11:27:18 +0200 Thomas Monjalon <tho...@monjalon.net> wrote:
> 24/04/2025 18:07, Stephen Hemminger: > > The BPF code in TAP device was using outdated advice on how > > to write BPF programs. Modern BPF verifier has to do less work > > if force inlining and unrolling is not done. > > Why do you keep unroll in IPv6 parsing? > > Good catch.