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 BEEE6A0C41; Tue, 19 Oct 2021 17:13:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6BCA4117E; Tue, 19 Oct 2021 17:13:08 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 19D0941164 for ; Tue, 19 Oct 2021 17:13:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634656386; 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: in-reply-to:in-reply-to:references:references; bh=MnJN6bsGQ6TU9G/8p1MLDDIm0e9FOA82tkJdyz/zpD4=; b=JSUIbfVVWQmMMEL+pEwMMD+iqLsDcf7O4QSQ75XqZb8xe7GKvvuw/n5t7voZb25cokFOYL zs6UItAKp3b8nv7VzouCfP0ww5MO1W3ZoJrWlVImWF6kqJaakOXNSm2t4Ai8u6kyi2q3Aw 1sWCsjOnuTRSqe+3ZfgMHE70M+EVMlc= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-511-t5SOM6mBMDq9xEwpizNIeQ-1; Tue, 19 Oct 2021 11:13:02 -0400 X-MC-Unique: t5SOM6mBMDq9xEwpizNIeQ-1 Received: by mail-lf1-f71.google.com with SMTP id bi16-20020a0565120e9000b003fd56ef5a94so1560421lfb.3 for ; Tue, 19 Oct 2021 08:13:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MnJN6bsGQ6TU9G/8p1MLDDIm0e9FOA82tkJdyz/zpD4=; b=TWd3felGwqu5lyibL0QWT6rjZ59B+wzP3tCCAWgicC1j1RHL8gJ/y/GlRqtbebbc63 olphBlLyqmLTfTPdzG8kD/nrnvEjAR1w2tHJDClb1ddv7YBG9xm/JT45AUDfMs3dbqwc j9LjeIh8UxrzM05q4IoalZDPIOuCMmMNAhu0pUTW8fA4+gwXe6tlVg9y3tRLGIMb9PDr qZd/KjJZ7dBsUI9Izc+m9Py2UYQOtTubYaQh2kDSzyDWHgPtmFAV0sFe0r8xyIaLUn0o YHo/QmDLyf14VvqxtYpH+8wWsAIPMziaUgJIg3IX158aZ0swmQ2yf5P3NOWhlS+6bchb w+6Q== X-Gm-Message-State: AOAM532erhjmup0PWaLHuljon5+Aqg2AF7fOeKhL9BuDx6/7CHX0+/zv dVsTGBqlxiD/+3iXVytTfq7zQhKNOrRc8BZyh13g/VVVXEcnM//sRR6CgzpXOutPJKC6NKNh3M+ j5nlozfZeJdYAurV9rQs= X-Received: by 2002:a05:6512:31c3:: with SMTP id j3mr6598866lfe.217.1634656381419; Tue, 19 Oct 2021 08:13:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwKeQtTHUhuKb4KLXkzKJpLlGltARvGCE+epWca4mnzRliq0lHvQYoqs/G4yh+q7VHs3WjztYQ/z+liO5P6Kak= X-Received: by 2002:a05:6512:31c3:: with SMTP id j3mr6598848lfe.217.1634656381248; Tue, 19 Oct 2021 08:13:01 -0700 (PDT) MIME-Version: 1.0 References: <20210823054952.15001-1-joyce.kong@arm.com> <20211013185407.2841183-1-dharmik.thakkar@arm.com> In-Reply-To: <20211013185407.2841183-1-dharmik.thakkar@arm.com> From: David Marchand Date: Tue, 19 Oct 2021 17:12:49 +0200 Message-ID: To: Dharmik Thakkar Cc: dev , nd , Honnappa Nagarahalli , "Ruifeng Wang (Arm Technology China)" , Joyce Kong Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 0/8] use compiler atomic builtins for examples 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 Sender: "dev" On Wed, Oct 13, 2021 at 8:54 PM Dharmik Thakkar wrote: > > Since atomic operations have been adopted in DPDK now[1], > change rte_atomicNN_xxx APIs to compiler's atomic built-ins > in examples module[2]. > > [1] https://www.dpdk.org/blog/2021/03/26/dpdk-adopts-the-c11-memory-model/ > [2] https://doc.dpdk.org/guides/rel_notes/deprecation.html > > v3: > Keep rte_atomic.h in examples/vhost_blk/vhost_blk.c (Chenbo) > > v2: > Fix the compiling error of performance-thread patch. > Series applied, thanks. -- David Marchand