Re: [PATCH v9 5/9] net/tap: rewrite the RSS BPF program

2024-05-01 Thread Ferruh Yigit
On 4/26/2024 4:48 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 v9 5/9] net/tap: rewrite the RSS BPF program

2024-04-26 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