DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Luca Boccassi <bluca@debian.org>, dev@dpdk.org
Cc: bruce.richardson@intel.com, wenzhuo.lu@intel.com, jingjing.wu@intel.com
Subject: Re: [dpdk-dev] [PATCH] build: remove non-x86 file from non-x86 net/avf builds
Date: Wed, 26 Sep 2018 11:48:59 +0100	[thread overview]
Message-ID: <9060f313-1d38-9362-3eff-ce7e3a27124f@intel.com> (raw)
In-Reply-To: <20180926101751.18591-1-bluca@debian.org>

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/

  reply	other threads:[~2018-09-26 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26 10:17 Luca Boccassi
2018-09-26 10:48 ` Ferruh Yigit [this message]
2018-09-26 10:56   ` Luca Boccassi

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=9060f313-1d38-9362-3eff-ce7e3a27124f@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=bluca@debian.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).