Re: [PATCH v9 0/9] net/tap: fix RSS (BPF) support

2024-05-01 Thread Stephen Hemminger
On Wed, 1 May 2024 12:18:16 +0100 Ferruh Yigit wrote: > Thanks for reviving tap eBPF support, I am for merging this set (as > early as possible). > > But I have two concerns, > 1. Build environment header file dependencies and external library > dependency version changed. Not sure if this will

Re: [PATCH v9 0/9] net/tap: fix RSS (BPF) support

2024-05-01 Thread Ferruh Yigit
On 4/26/2024 4:48 PM, Stephen Hemminger wrote: > The support of doing RSS for rte_flow_action was a cool idea > but it has been broken for several releases of DPDK as the > kernel and BPF infrastructure changed. > > This series cleans up the BPF program, implements several > features that were nev

[PATCH v9 0/9] net/tap: fix RSS (BPF) support

2024-04-26 Thread Stephen Hemminger
The support of doing RSS for rte_flow_action was a cool idea but it has been broken for several releases of DPDK as the kernel and BPF infrastructure changed. This series cleans up the BPF program, implements several features that were never completed in the original code and changes to use the cu