Re: [PATCH v3] tap: fix build of TAP BPF program

2023-07-26 Thread Stephen Hemminger
On Thu, 20 Jul 2023 16:25:49 -0700 Stephen Hemminger wrote: > Move the BPF program related code into a subdirectory. > And add a Makefile for building it. > > The code was depending on old versions of headers from iproute2. > Include those headers here so that build works. > > The standalone bu

Re: [PATCH v3] tap: fix build of TAP BPF program

2023-07-22 Thread Stephen Hemminger
On Thu, 20 Jul 2023 16:25:49 -0700 Stephen Hemminger wrote: > Move the BPF program related code into a subdirectory. > And add a Makefile for building it. > > The code was depending on old versions of headers from iproute2. > Include those headers here so that build works. > > The standalone bu

Re: [PATCH v3] tap: fix build of TAP BPF program

2023-07-21 Thread Stephen Hemminger
On Fri, 21 Jul 2023 14:05:52 +0100 Ferruh Yigit wrote: > On 7/21/2023 12:25 AM, Stephen Hemminger wrote: > > Move the BPF program related code into a subdirectory. > > And add a Makefile for building it. > > > > The code was depending on old versions of headers from iproute2. > > Include those h

Re: [PATCH v3] tap: fix build of TAP BPF program

2023-07-21 Thread Ferruh Yigit
On 7/21/2023 12:25 AM, Stephen Hemminger wrote: > Move the BPF program related code into a subdirectory. > And add a Makefile for building it. > > The code was depending on old versions of headers from iproute2. > Include those headers here so that build works. > Thanks Stephen, build works now.

[PATCH v3] tap: fix build of TAP BPF program

2023-07-20 Thread Stephen Hemminger
Move the BPF program related code into a subdirectory. And add a Makefile for building it. The code was depending on old versions of headers from iproute2. Include those headers here so that build works. The standalone build was also broken because by commit ef5baf3486e0 ("replace packed attribut