From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 012EC952 for ; Tue, 7 Mar 2017 11:37:28 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2017 02:37:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,258,1484035200"; d="scan'208";a="233185397" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.191.241]) ([10.254.191.241]) by fmsmga004.fm.intel.com with ESMTP; 07 Mar 2017 02:37:26 -0800 To: Vladyslav Buslov , helin.zhang@intel.com, jingjing.wu@intel.com References: <1488365813-12442-1-git-send-email-vladyslav.buslov@harmonicinc.com> Cc: dev@dpdk.org, "Ananyev, Konstantin" , Bruce Richardson From: Ferruh Yigit Message-ID: <0a87e033-9a55-1f25-d22e-b9a45407b733@intel.com> Date: Tue, 7 Mar 2017 10:37:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488365813-12442-1-git-send-email-vladyslav.buslov@harmonicinc.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: add packet prefetch 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: , X-List-Received-Date: Tue, 07 Mar 2017 10:37:29 -0000 On 3/1/2017 10:56 AM, Vladyslav Buslov wrote: > Prefetch both cache lines of mbuf and first cache line of payload > if CONFIG_RTE_PMD_PACKET_PREFETCH is set. > > Signed-off-by: Vladyslav Buslov Cc'ing Bruce and Konstantin.