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 9F96CA04B5; Thu, 10 Sep 2020 03:17:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B65CF1BFB4; Thu, 10 Sep 2020 03:17:29 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 95A081BEB3 for ; Thu, 10 Sep 2020 03:17:28 +0200 (CEST) IronPort-SDR: 5Ao6Gni+yrxcV4bAh8LKrI+ExdVs++n0iVN2EX5oiXbWj7ObgchZJI7Er8CKbu7UdpZlyq2kMx KTixN9fPI8gg== X-IronPort-AV: E=McAfee;i="6000,8403,9739"; a="155848592" X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="155848592" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Sep 2020 18:17:27 -0700 IronPort-SDR: z1+IEf27w12N4FodTy2wtIR8UFukHe9qf+GrVA87QbHNJ0ZLxcZP6QNVQgko9pr//oWNokPIcp oNwwcyz9AVBA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,411,1592895600"; d="scan'208";a="341749942" Received: from unknown (HELO localhost.ch.intel.com) ([143.182.137.102]) by FMSMGA003.fm.intel.com with ESMTP; 09 Sep 2020 18:17:27 -0700 From: Omkar Maslekar To: dev@dpdk.org Cc: bruce.richardson@intel.com, ciara.loftus@intel.com, omkar.maslekar@intel.com Date: Wed, 9 Sep 2020 18:16:53 -0700 Message-Id: <1599700614-22809-1-git-send-email-omkar.maslekar@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH] EAL: An addition of cache line demote (CLDEMOTE) in rte_prefetch.h 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" We are including this in rte_prefetch.h since it is the most closely related code location.rte_cldemte is similar to a prefetch hint -in reverse Omkar Maslekar (1): EAL: An addition of cache line demote (CLDEMOTE) in rte_prefetch.h doc/guides/rel_notes/release_20_11.rst | 26 ++++---------------------- lib/librte_eal/arm/include/rte_prefetch_32.h | 5 +++++ lib/librte_eal/arm/include/rte_prefetch_64.h | 5 +++++ lib/librte_eal/include/generic/rte_prefetch.h | 7 +++++++ lib/librte_eal/ppc/include/rte_prefetch.h | 5 +++++ lib/librte_eal/x86/include/rte_prefetch.h | 9 +++++++++ 6 files changed, 35 insertions(+), 22 deletions(-) -- 1.8.3.1