Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2023-06-15 Thread Bruce Richardson
On Wed, Jun 14, 2023 at 12:33:10PM -0700, Stephen Hemminger wrote: > On Fri, 11 Dec 2020 15:51:11 + > Bruce Richardson wrote: > > > Traditionally any apps built using DPDK had to support the same > > instruction sets as supported when the DPDK SDK itself was built, since > > that was "leaked"

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2021-09-16 Thread Ruifeng Wang
er...@marvell.com; Honnappa Nagarahalli > ; Ananyev, Konstantin > ; Ferruh Yigit ; nd > > Subject: Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch > flag > > > -Original Message- > > From: Jerin Jacob > > Sent: Thursday, September 16, 20

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2021-09-16 Thread Ruifeng Wang
> ; Honnappa Nagarahalli > ; Ananyev, Konstantin > ; Ferruh Yigit > Subject: Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch > flag > > On Thu, Sep 16, 2021 at 2:53 AM David Christensen > wrote: > > > > > > > > On 9/15/21 9:28 AM, Bruce

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2021-09-15 Thread Jerin Jacob
On Thu, Sep 16, 2021 at 2:53 AM David Christensen wrote: > > > > On 9/15/21 9:28 AM, Bruce Richardson wrote: > > On Fri, Dec 11, 2020 at 03:51:11PM +, Bruce Richardson wrote: > >> Traditionally any apps built using DPDK had to support the same > >> instruction sets as supported when the DPDK S

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2021-09-15 Thread David Christensen
On 9/15/21 9:28 AM, Bruce Richardson wrote: On Fri, Dec 11, 2020 at 03:51:11PM +, Bruce Richardson wrote: Traditionally any apps built using DPDK had to support the same instruction sets as supported when the DPDK SDK itself was built, since that was "leaked" through to the end-app and DP

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2021-09-15 Thread Bruce Richardson
On Fri, Dec 11, 2020 at 03:51:11PM +, Bruce Richardson wrote: > Traditionally any apps built using DPDK had to support the same > instruction sets as supported when the DPDK SDK itself was built, since > that was "leaked" through to the end-app and DPDK headers via > RTE_MACHINE_CPUFLAG_* value

Re: [dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2020-12-16 Thread David Christensen
On 12/11/20 7:51 AM, Bruce Richardson wrote: Traditionally any apps built using DPDK had to support the same instruction sets as supported when the DPDK SDK itself was built, since that was "leaked" through to the end-app and DPDK headers via RTE_MACHINE_CPUFLAG_* values. Therefore, when conve

[dpdk-dev] [RFC PATCH] build/pkg-config: remove machine arch flag

2020-12-11 Thread Bruce Richardson
Traditionally any apps built using DPDK had to support the same instruction sets as supported when the DPDK SDK itself was built, since that was "leaked" through to the end-app and DPDK headers via RTE_MACHINE_CPUFLAG_* values. Therefore, when converting over to meson for app build correctness the