From patchwork Mon Oct 16 18:53:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Retzlaff X-Patchwork-Id: 260 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A2CBF43181; Mon, 16 Oct 2023 20:53:13 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95CBD402F0; Mon, 16 Oct 2023 20:53:13 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 4587040299 for ; Mon, 16 Oct 2023 20:53:12 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 99D7020B74C0; Mon, 16 Oct 2023 11:53:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 99D7020B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1697482391; bh=XcnQGneWix2R+V1lXJANq8YlI/tlPsB0TihR7qsHSO4=; h=From:To:Cc:Subject:Date:From; b=kliwnubgWqp0yao7uBkUe0KrzUCm/u0ruUkPM/33RjdjgiwQ32uaxT4F3lWTiTO0x IvR+dpKuszCFUtYDYksgPBNyrYZHnl+Mx8JZaEBsWQLVVBSSxEiC65/YoE7Nld5G9/ z77Sy0OtnPVN6q6O1KiEQMCDi6j4xaD71PgpOGGM= From: Tyler Retzlaff To: dev@dpdk.org, david.marchand@redhat.com Cc: Anatoly Burakov , David Hunt , Pavan Nikhilesh , Shijith Thotton , Sivaprasad Tummala , Tyler Retzlaff Subject: [PATCH 0/2] fix enable_stdatomic=true build with clang Date: Mon, 16 Oct 2023 11:53:08 -0700 Message-Id: <1697482390-32106-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 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 We are temporarily exposed while the CI is enabled that tests CC=clang && -Denable_stdatomic. In the meantime two mistakes have been found so fix them to allow the CI to be enabled. Tyler Retzlaff (2): power: fix use of rte stdatomic event/cnxk: remove single use of rte stdatomic drivers/event/cnxk/cnxk_tim_worker.c | 2 +- lib/power/power_amd_pstate_cpufreq.c | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) Reviewed-by: David Marchand