From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ethdev: Prefetch driver variable structure Date: Wed, 19 Dec 2018 21:14:40 +0000 Message-ID: <8a7e7eb3-48da-ee08-4656-756e1e58080f@intel.com> References: <745DB4B8861F8E4B9849C970520ABBF14975C429@ORSMSX102.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dpdk-dev , Thomas Monjalon To: "Polehn, Mike A" Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 608AD1B936 for ; Wed, 19 Dec 2018 22:14:42 +0100 (CET) In-Reply-To: <745DB4B8861F8E4B9849C970520ABBF14975C429@ORSMSX102.amr.corp.intel.com> Content-Language: en-US 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 11/11/2015 1:59 PM, mike.a.polehn at intel.com (Polehn, Mike A) wrote: > Adds ethdev driver prefetch of variable structure to CPU cache 0 > while calling into tx or rx device driver operation. > > RFC 2544 test of NIC task test measurement points show improvement > of lower latency and/or better packet throughput indicating clock > cycles saved. > > Signed-off-by: Mike A. Polehn Hi Mike, This patch is sitting on patchwork since 2015 without review, I am updating it as rejected, if it is still relevant please let us know. Sorry for any inconvenience caused.