DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Morten Brørup" <mb@smartsharesystems.com>
To: "Tyler Retzlaff" <roretzla@linux.microsoft.com>, <dev@dpdk.org>
Cc: "Akhil Goyal" <gakhil@marvell.com>,
	"Andrew Rybchenko" <andrew.rybchenko@oktetlabs.ru>,
	"Anoob Joseph" <anoobj@marvell.com>,
	"Ferruh Yigit" <ferruh.yigit@amd.com>,
	"Honnappa Nagarahalli" <honnappa.nagarahalli@arm.com>,
	"Jerin Jacob" <jerinj@marvell.com>,
	"Konstantin Ananyev" <konstantin.v.ananyev@yandex.ru>,
	"Nithin Dabilpuram" <ndabilpuram@marvell.com>,
	"Ori Kam" <orika@nvidia.com>,
	"Pavan Nikhilesh" <pbhagavatula@marvell.com>,
	"Thomas Monjalon" <thomas@monjalon.net>,
	"Volodymyr Fialko" <vfialko@marvell.com>
Subject: RE: [PATCH 0/9] use C11 alignof
Date: Thu, 25 Jan 2024 08:19:12 +0100	[thread overview]
Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F19D@smartserver.smartshare.dk> (raw)
In-Reply-To: <1706138276-28224-1-git-send-email-roretzla@linux.microsoft.com>

> From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com]
> Sent: Thursday, 25 January 2024 00.18
> 
> Replace use of __alignof__(T) and __alignof__(e) with C11 alignof(T)
> and alignof(typeof(e)) respectively to improve portability of the code
> between toolchains.
> 
> Tyler Retzlaff (9):
>   ring: use C11 alignof
>   mbuf: use C11 alignof
>   ethdev: use C11 alignof
>   eventdev: use C11 alignof
>   stack: use C11 alignof
>   node: use C11 alignof
>   pdcp: use C11 alignof
>   reorder: use C11 alignof
>   security: use C11 alignof
> 
>  lib/ethdev/ethdev_driver.c  | 3 ++-
>  lib/ethdev/rte_flow.c       | 3 ++-
>  lib/eventdev/rte_eventdev.c | 3 ++-
>  lib/mbuf/rte_mbuf_dyn.c     | 3 ++-
>  lib/node/node_private.h     | 4 +++-
>  lib/pdcp/rte_pdcp.c         | 4 +++-
>  lib/reorder/rte_reorder.c   | 3 ++-
>  lib/ring/rte_ring.c         | 3 ++-
>  lib/security/rte_security.c | 5 +++--
>  lib/stack/rte_stack.c       | 3 ++-
>  10 files changed, 23 insertions(+), 11 deletions(-)
> 
> --

Series-Acked-by: Morten Brørup <mb@smartsharesystems.com>


  parent reply	other threads:[~2024-01-25  7:19 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 23:17 Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 1/9] ring: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 2/9] mbuf: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 3/9] ethdev: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 4/9] eventdev: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 5/9] stack: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 6/9] node: " Tyler Retzlaff
2024-01-24 23:17 ` [PATCH 7/9] pdcp: " Tyler Retzlaff
2024-01-25  4:36   ` [EXT] " Anoob Joseph
2024-01-24 23:17 ` [PATCH 8/9] reorder: " Tyler Retzlaff
2024-01-25  0:36   ` [EXT] " Volodymyr Fialko
2024-01-24 23:17 ` [PATCH 9/9] security: " Tyler Retzlaff
2024-01-25  6:28   ` [EXT] " Akhil Goyal
2024-01-25  7:19 ` Morten Brørup [this message]
2024-01-25 12:51 ` [PATCH 0/9] " fengchengwen
2024-02-13 11:04 ` David Marchand
2024-02-13 18:34 ` [PATCH v2 00/21] " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 01/21] ring: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 02/21] mbuf: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 03/21] ethdev: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 04/21] eventdev: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 05/21] stack: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 06/21] node: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 07/21] pdcp: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 08/21] reorder: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 09/21] security: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 10/21] test: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 11/21] examples: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 12/21] app/eventdev: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 13/21] drivers/bus: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 14/21] event/sw: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 15/21] net/bnxt: " Tyler Retzlaff
2024-02-13 19:19     ` Ajit Khaparde
2024-02-13 18:34   ` [PATCH v2 16/21] net/iavf: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 17/21] net/nfp: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 18/21] net/sfc: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 19/21] net/virtio: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 20/21] net/vmxnet3: " Tyler Retzlaff
2024-02-13 18:34   ` [PATCH v2 21/21] devtools: forbid direct use of compiler alignof and typeof Tyler Retzlaff
2024-02-14 12:19   ` [PATCH v2 00/21] use C11 alignof David Marchand

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=98CBD80474FA8B44BF855DF32C47DC35E9F19D@smartserver.smartshare.dk \
    --to=mb@smartsharesystems.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=anoobj@marvell.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=gakhil@marvell.com \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=jerinj@marvell.com \
    --cc=konstantin.v.ananyev@yandex.ru \
    --cc=ndabilpuram@marvell.com \
    --cc=orika@nvidia.com \
    --cc=pbhagavatula@marvell.com \
    --cc=roretzla@linux.microsoft.com \
    --cc=thomas@monjalon.net \
    --cc=vfialko@marvell.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).