Re: [PATCH net] selftests: net: add missing required classifier

2024-01-26 Thread Jakub Kicinski
On Thu, 25 Jan 2024 09:22:50 +0100 Paolo Abeni wrote: > the udpgro_fraglist self-test uses the BPF classifiers, but the > current net self-test configuration does not include it, causing > CI failures: Ah, that's what the other patch was on top of :) Applied (also slightly reordered), thank you!

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Eric Dumazet
On Thu, Jan 25, 2024 at 5:40 PM Paolo Abeni wrote: > > > Thank you for testing! > > Do you prefer I'll send the formal patch or do you prefer otherwise? Please send it, you did the investigations, thanks a lot !

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Paolo Abeni
On Thu, 2024-01-25 at 15:10 +0100, Eric Dumazet wrote: > On Thu, Jan 25, 2024 at 12:38 PM Paolo Abeni wrote: > > > > On Thu, 2024-01-25 at 09:48 +0100, Eric Dumazet wrote: > > > On Thu, Jan 25, 2024 at 9:23 AM Paolo Abeni wrote: > > > > > > > > the udpgro_fraglist self-test uses the BPF

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Eric Dumazet
On Thu, Jan 25, 2024 at 12:38 PM Paolo Abeni wrote: > > On Thu, 2024-01-25 at 09:48 +0100, Eric Dumazet wrote: > > On Thu, Jan 25, 2024 at 9:23 AM Paolo Abeni wrote: > > > > > > the udpgro_fraglist self-test uses the BPF classifiers, but the > > > current net self-test configuration does not

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Paolo Abeni
On Thu, 2024-01-25 at 09:48 +0100, Eric Dumazet wrote: > On Thu, Jan 25, 2024 at 9:23 AM Paolo Abeni wrote: > > > > the udpgro_fraglist self-test uses the BPF classifiers, but the > > current net self-test configuration does not include it, causing > > CI failures: > > > > # selftests: net:

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Eric Dumazet
On Thu, Jan 25, 2024 at 9:23 AM Paolo Abeni wrote: > > the udpgro_fraglist self-test uses the BPF classifiers, but the > current net self-test configuration does not include it, causing > CI failures: > > # selftests: net: udpgro_frglist.sh > # ipv6 > # tcp - over veth touching data > # -l 4

Re: [PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Maciej Żenczykowski
On Thu, Jan 25, 2024 at 12:23 AM Paolo Abeni wrote: > > the udpgro_fraglist self-test uses the BPF classifiers, but the > current net self-test configuration does not include it, causing > CI failures: > > # selftests: net: udpgro_frglist.sh > # ipv6 > # tcp - over veth touching data > # -l 4

[PATCH net] selftests: net: add missing required classifier

2024-01-25 Thread Paolo Abeni
the udpgro_fraglist self-test uses the BPF classifiers, but the current net self-test configuration does not include it, causing CI failures: # selftests: net: udpgro_frglist.sh # ipv6 # tcp - over veth touching data # -l 4 -6 -D 2001:db8::1 -t rx -4 -t # Error: TC classifier not found. #