Re: [PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-25 Thread Willem de Bruijn
Paolo Abeni wrote: > On Thu, 2024-01-25 at 09:27 -0500, Willem de Bruijn wrote: > > Paolo Abeni wrote: > > > On Wed, 2024-01-24 at 20:10 -0500, Willem de Bruijn wrote: > > > > Paolo Abeni wrote: > > > > > Several net tests requires an XDP program build under the ebpf > > > > > directory, and error

Re: [PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-25 Thread Paolo Abeni
On Thu, 2024-01-25 at 09:27 -0500, Willem de Bruijn wrote: > Paolo Abeni wrote: > > On Wed, 2024-01-24 at 20:10 -0500, Willem de Bruijn wrote: > > > Paolo Abeni wrote: > > > > Several net tests requires an XDP program build under the ebpf > > > > directory, and error out if such program is not

Re: [PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-25 Thread Willem de Bruijn
Paolo Abeni wrote: > On Wed, 2024-01-24 at 20:10 -0500, Willem de Bruijn wrote: > > Paolo Abeni wrote: > > > Several net tests requires an XDP program build under the ebpf > > > directory, and error out if such program is not available. > > > > > > That makes running successful net test hard,

Re: [PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-24 Thread Paolo Abeni
On Wed, 2024-01-24 at 20:10 -0500, Willem de Bruijn wrote: > Paolo Abeni wrote: > > Several net tests requires an XDP program build under the ebpf > > directory, and error out if such program is not available. > > > > That makes running successful net test hard, let's duplicate into the > > net

Re: [PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-24 Thread Willem de Bruijn
Paolo Abeni wrote: > Several net tests requires an XDP program build under the ebpf > directory, and error out if such program is not available. > > That makes running successful net test hard, let's duplicate into the > net dir the [very small] program, re-using the existing rules to build > it,

[PATCH net 1/3] selftests: net: remove dependency on ebpf tests

2024-01-24 Thread Paolo Abeni
Several net tests requires an XDP program build under the ebpf directory, and error out if such program is not available. That makes running successful net test hard, let's duplicate into the net dir the [very small] program, re-using the existing rules to build it, and finally dropping the bogus