Thank you, Ruifeng. I noticed that variable patch, and have updated and submitted a new v3 patch.
> -----Original Message----- > From: Ruifeng Wang <[email protected]> > Sent: Thursday, June 20, 2024 4:41 PM > To: Yutang Jiang OS <[email protected]>; > [email protected] > Cc: Open Source Submission <[email protected]>; Yutang Jiang > <[email protected]>; [email protected]; > [email protected]; [email protected] > Subject: Re: [PATCH v2] config/arm: add Ampere AmpereOneX platform > > [EXTERNAL EMAIL NOTICE: This email originated from an external sender. > Please be mindful of safe email handling and proprietary information > protection practices.] > > > On 2024/4/11 5:23 PM, Yutang Jiang wrote: > > Signed-off-by: Yutang Jiang <[email protected]> > > --- > > config/arm/arm64_ampereonex_linux_gcc | 16 ++++++++++++++++ > > config/arm/meson.build | 19 +++++++++++++++++++ > > 2 files changed, 35 insertions(+) > > create mode 100644 config/arm/arm64_ampereonex_linux_gcc > > > > diff --git a/config/arm/arm64_ampereonex_linux_gcc > > b/config/arm/arm64_ampereonex_linux_gcc > > new file mode 100644 > > index 0000000000..c5c334fdb7 > > --- /dev/null > > +++ b/config/arm/arm64_ampereonex_linux_gcc > > @@ -0,0 +1,16 @@ > > +[binaries] > > +c = ['ccache', 'aarch64-linux-gnu-gcc'] cpp = ['ccache', > > +'aarch64-linux-gnu-g++'] ar = 'aarch64-linux-gnu-gcc-ar' > > +strip = 'aarch64-linux-gnu-strip' > > +pkgconfig = 'aarch64-linux-gnu-pkg-config' > > This variable is changed to remove some meson warning [1]. Please update > accordingly. > > With suggested change: > Acked-by: Ruifeng Wang <[email protected]> > > PS: you can take received ack from the previous version. > > [1] > https://patches.dpdk.org/project/dpdk/patch/20240617151458.1005103- > [email protected]/ > > Thanks. > > +pcap-config = '' > > + > > +[host_machine] > <snip>

