From: Stephen Hemminger <stephen@networkplumber.org>
To: Amit Prakash Shukla <amitprakashs@marvell.com>
Cc: Ruifeng Wang <ruifeng.wang@arm.com>, <dev@dpdk.org>,
<jerinj@marvell.com>, <stable@dpdk.org>, <gakhil@marvell.com>
Subject: Re: [PATCH] examples: compilation fix for GCC-12
Date: Thu, 1 Sep 2022 08:24:10 -0700 [thread overview]
Message-ID: <20220901082410.140d209b@hermes.local> (raw)
In-Reply-To: <20220901082343.3074804-1-amitprakashs@marvell.com>
On Thu, 1 Sep 2022 13:53:43 +0530
Amit Prakash Shukla <amitprakashs@marvell.com> wrote:
> diff --git a/examples/common/neon/port_group.h b/examples/common/neon/port_group.h
> index 82c6ed6d73..97da604583 100644
> --- a/examples/common/neon/port_group.h
> +++ b/examples/common/neon/port_group.h
> @@ -24,7 +24,7 @@ port_groupx4(uint16_t pn[FWDSTEP + 1], uint16_t *lp, uint16x8_t dp1,
> union {
> uint16_t u16[FWDSTEP + 1];
> uint64_t u64;
> - } *pnum = (void *)pn;
> + } __attribute__((__packed__)) *pnum = (void *)pn;
Use __rte_packed instead of direct attribute
next prev parent reply other threads:[~2022-09-01 15:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-01 8:23 [PATCH] examples: compilation fix for GCC-12 Amit Prakash Shukla
2022-09-01 15:24 ` Stephen Hemminger [this message]
2022-09-02 7:19 ` [EXT] " Amit Prakash Shukla
2022-09-02 7:43 ` [PATCH v2] " Amit Prakash Shukla
2022-10-06 6:31 ` Amit Prakash Shukla
2022-10-06 9:21 ` Thomas Monjalon
2022-10-06 9:27 ` Thomas Monjalon
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=20220901082410.140d209b@hermes.local \
--to=stephen@networkplumber.org \
--cc=amitprakashs@marvell.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=jerinj@marvell.com \
--cc=ruifeng.wang@arm.com \
--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 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.