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 66CBCA04DB; Fri, 16 Oct 2020 00:21:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FF7B1DDBB; Fri, 16 Oct 2020 00:21:48 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 051751DC2E for ; Fri, 16 Oct 2020 00:21:45 +0200 (CEST) IronPort-SDR: tbkameAmypPhh/PT1T5fS8T3Lc2gHz4fB1lMYC3ZRSSpj2Ed1eY3L3vB0JxxeKH0CarTkNhGyJ GPlZdGBKaQtQ== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="228114967" X-IronPort-AV: E=Sophos;i="5.77,380,1596524400"; d="scan'208";a="228114967" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2020 15:21:43 -0700 IronPort-SDR: qAIFxj+0SYq2pt+QvsfXbbfEkHEg1vYlBot3x5SCko071VeT/GW1JqwMJtiqtOT3USxQoG+Wuv 5LLtgDKZuxmg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,380,1596524400"; d="scan'208";a="314677170" Received: from unknown (HELO localhost.ch.intel.com) ([143.182.137.102]) by orsmga003.jf.intel.com with ESMTP; 15 Oct 2020 15:21:43 -0700 From: Omkar Maslekar To: dev@dpdk.org Cc: bruce.richardson@intel.com, ciara.loftus@intel.com, omkar.maslekar@intel.com, drc@linux.vnet.ibm.com, jerinj@marvell.com, ruifeng.wang@arm.com, honnappa.nagarahalli@arm.com Date: Thu, 15 Oct 2020 08:18:19 -0700 Message-Id: <1602775100-11711-1-git-send-email-omkar.maslekar@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1599700614-22809-1-git-send-email-omkar.maslekar@intel.com> References: <1599700614-22809-1-git-send-email-omkar.maslekar@intel.com> Subject: [dpdk-dev] [PATCH v8] eal: add cache-line demote support 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: add cache-line demote support app/test/test_prefetch.c | 2 ++ doc/guides/rel_notes/release_20_11.rst | 8 ++++++++ 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 | 18 ++++++++++++++++++ lib/librte_eal/ppc/include/rte_prefetch.h | 5 +++++ lib/librte_eal/x86/include/rte_prefetch.h | 9 +++++++++ 7 files changed, 52 insertions(+) -- 1.8.3.1