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 0672043188; Tue, 17 Oct 2023 08:50:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CE67140285; Tue, 17 Oct 2023 08:50:28 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 40BB440279 for ; Tue, 17 Oct 2023 08:50:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1697525426; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oBKJQp6bZu0jGZnemqPHP/9I/m0xqv5HPtVGXV7y63k=; b=G2GzP4C4t27x35iwxwELRSOro3HpAaHddqQiHICdyrX7LSEnWimSFhE1tGuj+kDWdAJIBn sL21ctoP5AkQWcAd8HYDjUsdA3VUbWQ5/VNJ8JT/cqEm2MO7rZ5XvcU7vDmsKu+caSeVOv cXsH19UtVdU6wmL4VILTDorXv7yaq90= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-528-9Z-MJS-jP3e2N2vpJeZKUw-1; Tue, 17 Oct 2023 02:50:25 -0400 X-MC-Unique: 9Z-MJS-jP3e2N2vpJeZKUw-1 Received: by mail-lj1-f200.google.com with SMTP id 38308e7fff4ca-2c5161838d8so23462261fa.1 for ; Mon, 16 Oct 2023 23:50:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697525423; x=1698130223; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oBKJQp6bZu0jGZnemqPHP/9I/m0xqv5HPtVGXV7y63k=; b=IXzdIyloKrVUQOe5OIFxZiEa2QPuXVx7wF0kIUGVZosY4u8nbQQDR+v4bcbj7zmzEU HuHo009bzj0R4rKURU25Lvfe0LXJKBHgqeD8lZRbmJc4/iihsp3fJbcdupt185B+SxkZ nCPpMKP/269UL5OewEqg1CVVsQ3KFzwSsjV+vRp1iyKXW5hi23HOsc3E77+ILqBCxWW7 ZwtfzZQnsO5aAHQhJ2vYbzupD3MUa9SfMyLCyzMYaF4kcPgWO4IMtjIIEO8ckQeSs97z kTQGEPx7nONgzo5J9DfovQePyYxLUL1KiWCTrNsLraAiYzLUr3t6FsxLc9Ocx06qeX4J 0L2Q== X-Gm-Message-State: AOJu0YzqydFpvdi3bvW7iKvOt0wuIClUjmsGFETrAyEjrXocQ8/8Vbks femp77ZXffIDQGqa7OHDMAvl2zTDv1+pGPaISCHlrJGegrUxQ5ziqhWM6b59I6wYfRWldgp2l4S 9jkOZ1feK300QP5kE084= X-Received: by 2002:a05:651c:1a09:b0:2c0:20e3:990f with SMTP id by9-20020a05651c1a0900b002c020e3990fmr1106406ljb.10.1697525423640; Mon, 16 Oct 2023 23:50:23 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGwyYjfLaDn7TdIX7EXbwxBWcM1cuET78vTVJVDDmDNw4lDlJbRzsjX9x+yzWwOVL1LhFZt3pp/HXVo1CSziAk= X-Received: by 2002:a05:651c:1a09:b0:2c0:20e3:990f with SMTP id by9-20020a05651c1a0900b002c020e3990fmr1106391ljb.10.1697525423324; Mon, 16 Oct 2023 23:50:23 -0700 (PDT) MIME-Version: 1.0 References: <1697482390-32106-1-git-send-email-roretzla@linux.microsoft.com> In-Reply-To: From: David Marchand Date: Tue, 17 Oct 2023 08:50:11 +0200 Message-ID: Subject: Re: [PATCH 0/2] fix enable_stdatomic=true build with clang To: Tyler Retzlaff Cc: dev@dpdk.org, Anatoly Burakov , David Hunt , Pavan Nikhilesh , Shijith Thotton , Sivaprasad Tummala X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Mon, Oct 16, 2023 at 9:07=E2=80=AFPM David Marchand wrote: > > On Mon, Oct 16, 2023 at 8:53=E2=80=AFPM Tyler Retzlaff > wrote: > > > > We are temporarily exposed while the CI is enabled that tests > > CC=3Dclang && -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 > > Thank you for the fixes. > Reviewed-by: David Marchand Series applied, thanks. --=20 David Marchand