Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Ferruh Yigit
On 11/1/2023 6:02 PM, Stephen Hemminger wrote: > Update the documentation and tools to build the BPF program used by > tap device. And apply fix to the RSS algorithm to correctly > handle non-IP protocols. > > v6 - cosmetic improvements to extract process > add better boilerplate and fix pyth

Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Stephen Hemminger
On Thu, 2 Nov 2023 18:35:08 + Ferruh Yigit wrote: > > The motivation was to allow use of rte_flow in the failsafe/tap/mlx model. > > This is the legacy model for use in Hyper-V/Azure. Not aware of any > > application using this. > > The bug fix came from Oracle, perhaps they have more context

Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Ferruh Yigit
On 11/2/2023 4:52 PM, Stephen Hemminger wrote: > On Thu, 2 Nov 2023 15:11:10 + > Ferruh Yigit wrote: > >>> Stephen Hemminger (2): >>> net/tap: support infrastructure to build the BPF filter >>> net/tap; rebuild and update the BPF flow program >>> >> >> Thanks Stephen for fixing this. >

Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Stephen Hemminger
On Thu, 2 Nov 2023 15:11:10 + Ferruh Yigit wrote: > > Stephen Hemminger (2): > > net/tap: support infrastructure to build the BPF filter > > net/tap; rebuild and update the BPF flow program > > > > Thanks Stephen for fixing this. > > > But considering it was broken for a while and n

Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Ferruh Yigit
On 11/1/2023 6:02 PM, Stephen Hemminger wrote: > Update the documentation and tools to build the BPF program used by > tap device. And apply fix to the RSS algorithm to correctly > handle non-IP protocols. > > v6 - cosmetic improvements to extract process > add better boilerplate and fix pyth

Re: [PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-02 Thread Ferruh Yigit
On 11/1/2023 6:02 PM, Stephen Hemminger wrote: > Update the documentation and tools to build the BPF program used by > tap device. And apply fix to the RSS algorithm to correctly > handle non-IP protocols. > > v6 - cosmetic improvements to extract process > add better boilerplate and fix pyth

[PATCH v6 0/3] net/tap: build and fix for BPF program

2023-11-01 Thread Stephen Hemminger
Update the documentation and tools to build the BPF program used by tap device. And apply fix to the RSS algorithm to correctly handle non-IP protocols. v6 - cosmetic improvements to extract process add better boilerplate and fix python lint warnings Madhuker Mythri (1): net/tap: Fixed RSS