Thank you, Ruifeng.
I noticed that variable patch, and have updated and submitted a new v3 patch.

> -----Original Message-----
> From: Ruifeng Wang <ruifeng.w...@arm.com>
> Sent: Thursday, June 20, 2024 4:41 PM
> To: Yutang Jiang OS <jiangyut...@os.amperecomputing.com>;
> dev@dpdk.org
> Cc: Open Source Submission <patc...@amperecomputing.com>; Yutang Jiang
> <yutang.ji...@amperecomputing.com>; n...@arm.com;
> juraj.lin...@pantheon.tech; wathsala.vithan...@arm.com
> 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 <jiangyut...@os.amperecomputing.com>
> > ---
> >   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 <ruifeng.w...@arm.com>
> 
> PS: you can take received ack from the previous version.
> 
> [1]
> https://patches.dpdk.org/project/dpdk/patch/20240617151458.1005103-
> 1-david.march...@redhat.com/
> 
> Thanks.
> > +pcap-config = ''
> > +
> > +[host_machine]
> <snip>

Reply via email to