DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev@dpdk.org
Subject: [PATCH v2 0/3] add __extension__ keyword to statement expressions
Date: Fri, 16 Feb 2024 11:24:51 +0100	[thread overview]
Message-ID: <20240216102454.4156609-1-david.marchand@redhat.com> (raw)
In-Reply-To: <1700089378-26197-1-git-send-email-roretzla@linux.microsoft.com>

Tyler explained in v1:
"""
As requested from previous rejected series this series applies the
__extension__ keyword to all statement expressionsin DPDK.
"""

Changes since v1:
- rebased,
- added two cleanups before Tyler patch,


-- 
David Marchand


David Marchand (2):
  eal: add helper to skip whitespaces
  drivers: use common min/max macros

Tyler Retzlaff (1):
  add extension keyword to GCC statement expressions

 app/graph/utils.c                             | 13 ++-----
 app/test-eventdev/parser.c                    | 14 ++++----
 app/test-eventdev/parser.h                    |  8 -----
 app/test-mldev/parser.c                       | 17 ++++-----
 app/test-mldev/parser.h                       |  8 -----
 app/test-pmd/cmdline_tm.c                     | 13 ++-----
 app/test/test_string_fns.c                    | 35 +++++++++++++++++++
 drivers/bus/fslmc/mc/fsl_mc_sys.h             |  6 ++--
 drivers/common/cnxk/roc_io.h                  |  6 ++--
 drivers/common/cnxk/roc_platform.h            |  2 +-
 drivers/common/dpaax/dpaa_list.h              |  2 +-
 drivers/common/qat/qat_adf/icp_qat_hw.h       |  2 +-
 drivers/crypto/armv8/rte_armv8_pmd.c          |  4 +--
 drivers/crypto/caam_jr/caam_jr_desc.h         |  2 +-
 drivers/dma/hisilicon/hisi_dmadev.c           |  2 +-
 drivers/event/octeontx/ssovf_evdev.h          |  4 +--
 drivers/mempool/octeontx/octeontx_fpavf.h     |  4 +--
 drivers/ml/cnxk/cn10k_ml_dev.h                |  4 +--
 drivers/net/bnxt/bnxt_ethdev.c                | 12 +------
 drivers/net/ena/base/ena_plat_dpdk.h          | 14 ++++----
 drivers/net/ena/ena_ethdev.c                  | 30 ++++++++--------
 drivers/net/enetfec/enet_ethdev.h             |  2 +-
 drivers/net/fm10k/base/fm10k_osdep.h          |  2 +-
 drivers/net/octeontx/base/octeontx_io.h       |  6 ++--
 drivers/net/pfe/base/cbus.h                   |  2 +-
 drivers/net/pfe/base/pfe.h                    | 12 +++----
 drivers/net/qede/base/bcm_osal.h              |  6 ++--
 drivers/net/tap/bpf/bpf_api.h                 |  2 +-
 drivers/net/thunderx/base/nicvf_plat.h        |  4 +--
 drivers/net/txgbe/base/txgbe_osdep.h          |  2 +-
 drivers/raw/ifpga/afu_pmd_core.h              |  2 +-
 drivers/raw/ifpga/base/ifpga_compat.h         |  2 +-
 drivers/raw/ifpga/base/opae_osdep.h           |  4 +--
 drivers/raw/ifpga/base/opae_spi_transaction.c |  2 +-
 .../raw/ifpga/base/osdep_rte/osdep_generic.h  | 11 ++----
 examples/fips_validation/fips_validation.c    | 16 +++------
 examples/ip_pipeline/parser.c                 | 14 ++++----
 examples/ip_pipeline/parser.h                 |  8 -----
 examples/pipeline/cli.c                       | 13 ++-----
 examples/qos_meter/main.h                     |  2 +-
 lib/eal/include/rte_string_fns.h              | 27 ++++++++++++++
 lib/ethdev/rte_mtr.c                          | 10 +++---
 lib/ethdev/rte_tm.c                           |  6 ++--
 lib/pipeline/rte_pipeline.c                   |  8 ++---
 lib/pipeline/rte_swx_pipeline_internal.h      |  2 +-
 lib/port/rte_port_source_sink.c               |  4 +--
 46 files changed, 181 insertions(+), 190 deletions(-)

-- 
2.43.0


  parent reply	other threads:[~2024-02-16 10:25 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-15 23:02 [PATCH 0/4] " Tyler Retzlaff
2023-11-15 23:02 ` [PATCH 1/4] lib: add extension " Tyler Retzlaff
2023-11-15 23:02 ` [PATCH 2/4] app: " Tyler Retzlaff
2023-11-15 23:02 ` [PATCH 3/4] drivers: " Tyler Retzlaff
2023-11-20  7:42   ` Ruifeng Wang
2023-11-15 23:02 ` [PATCH 4/4] examples: " Tyler Retzlaff
2024-02-16 10:24 ` David Marchand [this message]
2024-02-16 10:24   ` [PATCH v2 1/3] eal: add helper to skip whitespaces David Marchand
2024-02-16 10:27     ` David Marchand
2024-02-16 10:39       ` Bruce Richardson
2024-02-16 10:24   ` [PATCH v2 2/3] drivers: use common min/max macros David Marchand
2024-02-19  1:37     ` Xu, Rosen
2024-02-19  2:13     ` Ajit Khaparde
2024-02-16 10:24   ` [PATCH v2 3/3] add extension keyword to GCC statement expressions David Marchand
2024-02-18  3:07     ` fengchengwen
2024-02-16 17:04   ` [PATCH v2 0/3] add __extension__ keyword to " 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=20240216102454.4156609-1-david.marchand@redhat.com \
    --to=david.marchand@redhat.com \
    --cc=dev@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).