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 98E83A04B5; Thu, 1 Oct 2020 02:29:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 75B5F1D5B1; Thu, 1 Oct 2020 02:29:54 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id BAAF91D582 for ; Thu, 1 Oct 2020 02:29:51 +0200 (CEST) IronPort-SDR: WvYWyYlR9jzGsfHdihuixKT1YZt/e6Mos3qtnKtOH7i3gNXm5Obgy81T2fAZRs+SxzuQUjq3wK 28Qa5ylkiKhw== X-IronPort-AV: E=McAfee;i="6000,8403,9760"; a="161828682" X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="161828682" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2020 17:29:48 -0700 IronPort-SDR: H/q5yYT52mt0a+Te16DFjfdau80qHsHoUxZTaSTQoRZqDViBCTeXS19tciX59MljxcyLouK96a ITkpM36b+Jhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,322,1596524400"; d="scan'208";a="385321753" Received: from unknown (HELO localhost.ch.intel.com) ([143.182.137.102]) by orsmga001.jf.intel.com with ESMTP; 30 Sep 2020 17:29:47 -0700 From: Omkar Maslekar To: dev@dpdk.org Cc: bruce.richardson@intel.com, ciara.loftus@intel.com, omkar.maslekar@intel.com Date: Wed, 30 Sep 2020 17:28:31 -0700 Message-Id: <1601512112-12577-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 v5] 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 doc/guides/rel_notes/release_20_11.rst | 7 +++++++ 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 | 14 ++++++++++++++ lib/librte_eal/ppc/include/rte_prefetch.h | 5 +++++ lib/librte_eal/x86/include/rte_prefetch.h | 9 +++++++++ 6 files changed, 45 insertions(+) -- 1.8.3.1