Re: [PATCH v4 4/7] net/tap: rewrite the RSS BPF program

2024-02-28 Thread Ferruh Yigit
On 2/10/2024 2:09 AM, Stephen Hemminger wrote: > On Sat, 10 Feb 2024 00:54:15 + > Ferruh Yigit wrote: > >> On 2/8/2024 7:05 PM, Stephen Hemminger wrote: >>> Rewrite the BPF program used to do queue based RSS. >>> Important changes: >>> - uses newer BPF map format BTF >>> - accepts key

Re: [PATCH v4 4/7] net/tap: rewrite the RSS BPF program

2024-02-09 Thread Stephen Hemminger
On Sat, 10 Feb 2024 00:54:15 + Ferruh Yigit wrote: > On 2/8/2024 7:05 PM, Stephen Hemminger wrote: > > Rewrite the BPF program used to do queue based RSS. > > Important changes: > > - uses newer BPF map format BTF > > - accepts key as parameter rather than constant default > > - c

Re: [PATCH v4 4/7] net/tap: rewrite the RSS BPF program

2024-02-09 Thread Ferruh Yigit
On 2/8/2024 7:05 PM, Stephen Hemminger wrote: > Rewrite the BPF program used to do queue based RSS. > Important changes: > - uses newer BPF map format BTF > - accepts key as parameter rather than constant default > - can do L3 or L4 hashing > - supports IPv4 options >

[PATCH v4 4/7] net/tap: rewrite the RSS BPF program

2024-02-08 Thread Stephen Hemminger
Rewrite the BPF program used to do queue based RSS. Important changes: - uses newer BPF map format BTF - accepts key as parameter rather than constant default - can do L3 or L4 hashing - supports IPv4 options - supports IPv6 extension headers - restru