patches for DPDK stable branches
 help / color / mirror / Atom feed
From: David Christensen <drc@linux.vnet.ibm.com>
To: dev@dpdk.org, david.marchand@redhat.com
Cc: stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH v2] config/ppc: ignore gcc 11 psabi warnings
Date: Wed, 8 Sep 2021 10:11:30 -0700	[thread overview]
Message-ID: <c2100e39-9602-4934-b362-ab91b4f38f37@linux.vnet.ibm.com> (raw)
In-Reply-To: <20210902235326.3236718-1-drc@linux.vnet.ibm.com>

> Suppress the gcc warning "note: the layout of aggregates containing
> vectors with 4-byte alignment has changed in GCC 5" on POWER systems
> by setting "-Wno-psabi".  Warning was originally added to gcc in
> commit https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=9832651 to warn
> of the vector alignment changes introduced in GCC 5.  Older gcc
> versions forced vector alignment to 16 bytes due to requirements for
> POWER 6 and earlier CPUs, but these restrictions don't apply to CPUs
> supported by DPDK.
> 
> Bugzilla ID: 739
> 
> Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
> ---
> v2:
> - update copyright year
> - rebase for 21.11-rc0
> ---

David M,

Any chance of getting this approved in the 21.11 cycle?  Patch was 
originally submitted on 6/23, is only applicable to PPC architecture, 
and has no functional impact because it only disables warnings.  The 
failing test build on Windows reported at

http://mails.dpdk.org/archives/test-report/2021-September/216596.html

cannot in any way be caused by this patch.  We hope to have all changes 
in place to support POWER10 in this DPDK release so we're constantly 
testing with new compiler versions which add P10 support.

Dave

  reply	other threads:[~2021-09-08 17:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210623161620.49916-1-drc@linux.vnet.ibm.com>
2021-09-02 23:53 ` David Christensen
2021-09-08 17:11   ` David Christensen [this message]
2021-09-13  7:17   ` David Marchand
2021-09-14  9:18   ` [dpdk-stable] [dpdk-dev] " Ferruh Yigit
2021-09-14 10:16     ` David Marchand
2021-09-14 10:21       ` Bruce Richardson

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=c2100e39-9602-4934-b362-ab91b4f38f37@linux.vnet.ibm.com \
    --to=drc@linux.vnet.ibm.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=stable@dpdk.org \
    /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).