From: Luca Boccassi <bluca@debian.org>
To: Ferruh Yigit <ferruh.yigit@intel.com>, dev@dpdk.org
Cc: bruce.richardson@intel.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com
Subject: Re: [PATCH] build: remove non-x86 file from non-x86 net/avf builds
Date: Wed, 26 Sep 2018 11:56:11 +0100 [thread overview]
Message-ID: <1537959371.8363.9.camel@debian.org> (raw)
In-Reply-To: <9060f313-1d38-9362-3eff-ce7e3a27124f@intel.com>
On Wed, 2018-09-26 at 11:48 +0100, Ferruh Yigit wrote:
> On 9/26/2018 11:17 AM, Luca Boccassi wrote:
> > The sse file was added both conditionally on building for x86 and
> > unconditionally, which breaks the build on non-x86.
> >
> > Fixes: bd29fd07ba64 ("build: add Meson files for avf PMD")
> >
> > Signed-off-by: Luca Boccassi <bluca@debian.org>
> > ---
> > drivers/net/avf/meson.build | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/net/avf/meson.build
> > b/drivers/net/avf/meson.build
> > index b5ad9cc673..9a05ebbf4e 100644
> > --- a/drivers/net/avf/meson.build
> > +++ b/drivers/net/avf/meson.build
> > @@ -9,7 +9,6 @@ objs = [base_objs]
> > sources = files(
> > 'avf_ethdev.c',
> > 'avf_rxtx.c',
> > - 'avf_rxtx_vec_sse.c',
>
> The patch merged [1] already don't have this.
>
> [1]
> https://patches.dpdk.org/patch/44908/
Lol, I used an old git branch to check Bruce's patch, thanks, changed
status on patchwork
--
Kind regards,
Luca Boccassi
prev parent reply other threads:[~2018-09-26 10:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 10:17 [PATCH] build: remove non-x86 file from non-x86 net/avf builds Luca Boccassi
2018-09-26 10:48 ` Ferruh Yigit
2018-09-26 10:56 ` Luca Boccassi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1537959371.8363.9.camel@debian.org \
--to=bluca@debian.org \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=jingjing.wu@intel.com \
--cc=wenzhuo.lu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.