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 4F077A04B7; Tue, 13 Oct 2020 18:46:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E4AA1DC75; Tue, 13 Oct 2020 18:46:33 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 37FB71DC73 for ; Tue, 13 Oct 2020 18:46:32 +0200 (CEST) IronPort-SDR: sw4/YdZmGnzRST2q3XLNEEzxpRTrtfBhG1puHM8lhqZt9yXDwolRIhtuiCB0+Gq2IexsAhnXen yXnc2fwdFAKQ== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="145261911" X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="145261911" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2020 09:46:30 -0700 IronPort-SDR: mJYgmhHij5A53y6m7Pec4B2vfxig6RFWyILEtWDfTYfuhKqfG3y3EI/W4sS2GugcXz9aohH3Kj qdJWfzOSfvCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="521105259" Received: from unknown (HELO localhost.ch.intel.com) ([143.182.137.102]) by fmsmga005.fm.intel.com with ESMTP; 13 Oct 2020 09:46:30 -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: Tue, 13 Oct 2020 02:43:10 -0700 Message-Id: <1602582191-23807-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 v7] 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 | 4 ++++ doc/guides/rel_notes/release_20_11.rst | 7 +++++++ lib/librte_eal/arm/include/rte_prefetch_32.h | 7 +++++++ lib/librte_eal/arm/include/rte_prefetch_64.h | 7 +++++++ lib/librte_eal/include/generic/rte_prefetch.h | 15 +++++++++++++++ lib/librte_eal/ppc/include/rte_prefetch.h | 7 +++++++ lib/librte_eal/x86/include/rte_prefetch.h | 11 +++++++++++ 7 files changed, 58 insertions(+) -- 1.8.3.1