RE: [PATCH] tap: fix build of tap_bpf_program

2023-07-26 Thread Loftus, Ciara
> On 7/20/2023 8:45 AM, Ferruh Yigit wrote: > > On 7/19/2023 5:12 PM, Stephen Hemminger wrote: > >> On Wed, 19 Jul 2023 11:03:36 +0100 > >> Ferruh Yigit wrote: > >> > >>> On 7/19/2023 11:00 AM, Ferruh Yigit wrote: > On 7/17/2023 8:15 PM, Stephen Hemminger wrote: > > The tap_bpf_program.c

RE: [PATCH] tap: fix build of tap_bpf_program

2023-07-25 Thread Long Li
> Subject: Re: [PATCH] tap: fix build of tap_bpf_program > > On 7/20/2023 8:45 AM, Ferruh Yigit wrote: > > On 7/19/2023 5:12 PM, Stephen Hemminger wrote: > >> On Wed, 19 Jul 2023 11:03:36 +0100 > >> Ferruh Yigit wrote: > >> > >>> On 7/19/20

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-20 Thread Ferruh Yigit
On 7/20/2023 8:45 AM, Ferruh Yigit wrote: > On 7/19/2023 5:12 PM, Stephen Hemminger wrote: >> On Wed, 19 Jul 2023 11:03:36 +0100 >> Ferruh Yigit wrote: >> >>> On 7/19/2023 11:00 AM, Ferruh Yigit wrote: On 7/17/2023 8:15 PM, Stephen Hemminger wrote: > The tap_bpf_program.c is not built a

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-20 Thread Ferruh Yigit
On 7/19/2023 5:12 PM, Stephen Hemminger wrote: > On Wed, 19 Jul 2023 11:03:36 +0100 > Ferruh Yigit wrote: > >> On 7/19/2023 11:00 AM, Ferruh Yigit wrote: >>> On 7/17/2023 8:15 PM, Stephen Hemminger wrote: The tap_bpf_program.c is not built as part of normal DPDK EAL environment. It is

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-19 Thread Stephen Hemminger
On Wed, 19 Jul 2023 11:03:36 +0100 Ferruh Yigit wrote: > On 7/19/2023 11:00 AM, Ferruh Yigit wrote: > > On 7/17/2023 8:15 PM, Stephen Hemminger wrote: > >> The tap_bpf_program.c is not built as part of normal DPDK > >> EAL environment. It is intended to be built standalone > >> and does not use

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-19 Thread Ferruh Yigit
On 7/19/2023 11:03 AM, Ferruh Yigit wrote: > On 7/19/2023 11:00 AM, Ferruh Yigit wrote: >> On 7/17/2023 8:15 PM, Stephen Hemminger wrote: >>> The tap_bpf_program.c is not built as part of normal DPDK >>> EAL environment. It is intended to be built standalone >>> and does not use rte_common.h. >>> >

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-19 Thread Ferruh Yigit
On 7/19/2023 11:00 AM, Ferruh Yigit wrote: > On 7/17/2023 8:15 PM, Stephen Hemminger wrote: >> The tap_bpf_program.c is not built as part of normal DPDK >> EAL environment. It is intended to be built standalone >> and does not use rte_common.h. >> >> This reverts the related change from >> commit e

Re: [PATCH] tap: fix build of tap_bpf_program

2023-07-19 Thread Ferruh Yigit
On 7/17/2023 8:15 PM, Stephen Hemminger wrote: > The tap_bpf_program.c is not built as part of normal DPDK > EAL environment. It is intended to be built standalone > and does not use rte_common.h. > > This reverts the related change from > commit ef5baf3486e0 ("replace packed attributes") > > Not