From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 24B52A04DB; Thu, 15 Oct 2020 10:29:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE8391DD3C; Thu, 15 Oct 2020 10:28:44 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id A12A51DD39 for ; Thu, 15 Oct 2020 10:28:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602750521; 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=JBXBGmNMKY60RuC4wHD8Mtmjv91ZXwXPeBeH88ZMh3Q=; b=M7LF6Hx3JYmZAgX1FiUyS6pZPZLDJfw/RyE0vrUlzbtePQN6PRfQvixoKKcXb25M7FCUo1 AhBtNoW2of4y9nlwKar9RCLofrk23L4oNCNl/ayJFqGz0sULRefrn9pDn+cbE8NNosB07V GdZS+gdcPa+1Klq8FnDxakII3Wknh4M= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-502-zpkRmcrNOtWN_4p8rVaRdg-1; Thu, 15 Oct 2020 04:28:37 -0400 X-MC-Unique: zpkRmcrNOtWN_4p8rVaRdg-1 Received: by mail-vs1-f69.google.com with SMTP id y196so720164vsc.16 for ; Thu, 15 Oct 2020 01:28:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=JBXBGmNMKY60RuC4wHD8Mtmjv91ZXwXPeBeH88ZMh3Q=; b=ODz0HKjQIG9aatplEnNMVhLibOD1o77agGTHfuajDvEEXWlqv6qKT/kxJb4aXeqSsy iWX4xUZo/emeIEQvh2VV+TAaRMNrsFgiW3BMHGvRbWc5pHffB+8Un2Vqh9bh3+9TmXed OpkLpPnHRVolBHg29awVO1UVKfk59Neu68A/EHR2IEF+groxEyElhMGE/tUlZkKCe1Xc Eme1Me+7fx9nKGXzMWf4S5PUpa/IXi7KvutHDempUBifxo5iQ9HKHMstV9KheDjJrU22 0YMPpg6qhGVnbYhAM27bmpd9694lLZGpiBl1LIjFL9yO5f3ckiTvF3uAij4J9+9BOPeG JWAA== X-Gm-Message-State: AOAM533rW1XKGF56qRUMmjrSK95XwjiQsBJRQl5uO0MwrGnMV9+MJrF9 NyBNTGfD0EzPRq/FndXPhqj2XNochcG3s7PV+0x4Yr7Wq91SOcYgwaNbIVldq09LtOeYnf5ph3q 3ZvDZf+F+rdfB6H+2qGg= X-Received: by 2002:a1f:e942:: with SMTP id g63mr1707616vkh.18.1602750517037; Thu, 15 Oct 2020 01:28:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwpeArjTmvCt9tQrVUybUoEsey+tsjvVbv1yf6dDrKhH6j733k4F3us/iniYCtpRTlrCe+umjsTemZbCKdCyGg= X-Received: by 2002:a1f:e942:: with SMTP id g63mr1707605vkh.18.1602750516860; Thu, 15 Oct 2020 01:28:36 -0700 (PDT) MIME-Version: 1.0 References: <20201014081430.31349-1-david.marchand@redhat.com> <20201014134931.11203-1-david.marchand@redhat.com> In-Reply-To: <20201014134931.11203-1-david.marchand@redhat.com> From: David Marchand Date: Thu, 15 Oct 2020 10:28:25 +0200 Message-ID: To: dev , Radu Nicolau Cc: Ruifeng Wang , Jerin Jacob , Jan Viktorin , Bruce Richardson , Konstantin Ananyev 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 v2] eal: add experimental tags for write combining store X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 14, 2020 at 3:50 PM David Marchand wrote: > > Only marking the doxygen declarations is not enough. > Arch specific implementations must be tagged as well since there is no > common declaration of those inlines. > > Fixes: 8a00dfc738fe ("eal: add write combining store") > > Signed-off-by: David Marchand > Reviewed-by: Ruifeng Wang > Reviewed-by: Radu Nicolau Applied. -- David Marchand