Re: out of tree driver builds broken with C++

2022-02-15 Thread Thomas Monjalon
15/02/2022 07:10, Tyler Retzlaff: > On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > > 14/02/2022 10:13, Tyler Retzlaff: > > > while the driver api is "internal" we agreed some time ago that drivers > > > could be built external to the dpdk tree. by enabling the meson setup > > >

Re: out of tree driver builds broken with C++

2022-02-14 Thread Tyler Retzlaff
On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > 14/02/2022 10:13, Tyler Retzlaff: > > while the driver api is "internal" we agreed some time ago that drivers > > could be built external to the dpdk tree. by enabling the meson setup > > option -Denable_driver_sdk=true. > > > > it

Re: out of tree driver builds broken with C++

2022-02-14 Thread Tyler Retzlaff
On Mon, Feb 14, 2022 at 10:32:24AM -0800, Tyler Retzlaff wrote: > On Mon, Feb 14, 2022 at 10:21:20AM -0800, Stephen Hemminger wrote: > > On Mon, 14 Feb 2022 18:49:48 +0100 > > Thomas Monjalon wrote: > > > > > 14/02/2022 18:t24, Stephen Hemminger: > > > > On Mon, 14 Feb 2022 15:03:43 + > > > >

Re: out of tree driver builds broken with C++

2022-02-14 Thread Tyler Retzlaff
On Mon, Feb 14, 2022 at 10:21:20AM -0800, Stephen Hemminger wrote: > On Mon, 14 Feb 2022 18:49:48 +0100 > Thomas Monjalon wrote: > > > 14/02/2022 18:t24, Stephen Hemminger: > > > On Mon, 14 Feb 2022 15:03:43 + > > > Bruce Richardson wrote: > > > > > > > On Mon, Feb 14, 2022 at 11:43:35AM

Re: out of tree driver builds broken with C++

2022-02-14 Thread Stephen Hemminger
On Mon, 14 Feb 2022 18:49:48 +0100 Thomas Monjalon wrote: > 14/02/2022 18:t24, Stephen Hemminger: > > On Mon, 14 Feb 2022 15:03:43 + > > Bruce Richardson wrote: > > > > > On Mon, Feb 14, 2022 at 11:43:35AM +, Bruce Richardson wrote: > > > > On Mon, Feb 14, 2022 at 12:19:24PM +0100,

Re: out of tree driver builds broken with C++

2022-02-14 Thread Bruce Richardson
On Mon, Feb 14, 2022 at 09:24:35AM -0800, Stephen Hemminger wrote: > On Mon, 14 Feb 2022 15:03:43 + > Bruce Richardson wrote: > > > On Mon, Feb 14, 2022 at 11:43:35AM +, Bruce Richardson wrote: > > > On Mon, Feb 14, 2022 at 12:19:24PM +0100, Thomas Monjalon wrote: > > > > 14/02/2022 11:

Re: out of tree driver builds broken with C++

2022-02-14 Thread Thomas Monjalon
14/02/2022 18:t24, Stephen Hemminger: > On Mon, 14 Feb 2022 15:03:43 + > Bruce Richardson wrote: > > > On Mon, Feb 14, 2022 at 11:43:35AM +, Bruce Richardson wrote: > > > On Mon, Feb 14, 2022 at 12:19:24PM +0100, Thomas Monjalon wrote: > > > > 14/02/2022 11:45, Bruce Richardson: > > >

Re: out of tree driver builds broken with C++

2022-02-14 Thread Stephen Hemminger
On Mon, 14 Feb 2022 15:03:43 + Bruce Richardson wrote: > On Mon, Feb 14, 2022 at 11:43:35AM +, Bruce Richardson wrote: > > On Mon, Feb 14, 2022 at 12:19:24PM +0100, Thomas Monjalon wrote: > > > 14/02/2022 11:45, Bruce Richardson: > > > > On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thoma

Re: out of tree driver builds broken with C++

2022-02-14 Thread Bruce Richardson
On Mon, Feb 14, 2022 at 11:43:35AM +, Bruce Richardson wrote: > On Mon, Feb 14, 2022 at 12:19:24PM +0100, Thomas Monjalon wrote: > > 14/02/2022 11:45, Bruce Richardson: > > > On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > > > > 14/02/2022 10:13, Tyler Retzlaff: > > > > > whi

Re: out of tree driver builds broken with C++

2022-02-14 Thread Bruce Richardson
On Mon, Feb 14, 2022 at 12:19:24PM +0100, Thomas Monjalon wrote: > 14/02/2022 11:45, Bruce Richardson: > > On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > > > 14/02/2022 10:13, Tyler Retzlaff: > > > > while the driver api is "internal" we agreed some time ago that drivers > > > >

Re: out of tree driver builds broken with C++

2022-02-14 Thread Thomas Monjalon
14/02/2022 11:45, Bruce Richardson: > On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > > 14/02/2022 10:13, Tyler Retzlaff: > > > while the driver api is "internal" we agreed some time ago that drivers > > > could be built external to the dpdk tree. by enabling the meson setup > >

Re: out of tree driver builds broken with C++

2022-02-14 Thread Bruce Richardson
On Mon, Feb 14, 2022 at 10:22:08AM +0100, Thomas Monjalon wrote: > 14/02/2022 10:13, Tyler Retzlaff: > > while the driver api is "internal" we agreed some time ago that drivers > > could be built external to the dpdk tree. by enabling the meson setup > > option -Denable_driver_sdk=true. > > > > it

Re: out of tree driver builds broken with C++

2022-02-14 Thread Thomas Monjalon
14/02/2022 10:13, Tyler Retzlaff: > while the driver api is "internal" we agreed some time ago that drivers > could be built external to the dpdk tree. by enabling the meson setup > option -Denable_driver_sdk=true. > > it was agreed that the driver api was internal and would attract no > binary co

out of tree driver builds broken with C++

2022-02-14 Thread Tyler Retzlaff
while the driver api is "internal" we agreed some time ago that drivers could be built external to the dpdk tree. by enabling the meson setup option -Denable_driver_sdk=true. it was agreed that the driver api was internal and would attract no binary compatibility support which was fine. this chan