From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF2D543B30; Fri, 16 Feb 2024 11:25:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58A8C4064A; Fri, 16 Feb 2024 11:25:04 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 12CE9402DD for ; Fri, 16 Feb 2024 11:25:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1708079102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0AfgH9OXMonnDFTVwNQCWe6SwFjZc2Y0wL3SazpGr6I=; b=NUidByjBRhQVHzfd9HuA9gRjRykRnv4UY2jKZx0g6Ep3yEi982x83lFuqo1l88TvbJ0Zlm ARXTFE144LVc2WhX8rpQBAOTz+cRIoA8Is9ZuC3UcVHtWtrD2L4/wbZVZKgol17VlwXGJu ZDP4jY1KZj2DOQXgcUv1y7bYBAM/+KQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-85-12cTVGJOM52_n1XSP2Ywqw-1; Fri, 16 Feb 2024 05:25:00 -0500 X-MC-Unique: 12cTVGJOM52_n1XSP2Ywqw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A1F2E185A780 for ; Fri, 16 Feb 2024 10:25:00 +0000 (UTC) Received: from dmarchan.redhat.com (unknown [10.45.225.53]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3591FC185C0 for ; Fri, 16 Feb 2024 10:25:00 +0000 (UTC) From: David Marchand To: dev@dpdk.org Subject: [PATCH v2 0/3] add __extension__ keyword to statement expressions Date: Fri, 16 Feb 2024 11:24:51 +0100 Message-ID: <20240216102454.4156609-1-david.marchand@redhat.com> In-Reply-To: <1700089378-26197-1-git-send-email-roretzla@linux.microsoft.com> References: <1700089378-26197-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org 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