From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] Fix examples/distributor build issue for non x86 Date: Tue, 16 Feb 2016 07:28:29 +0100 Message-ID: <4194056.SMEG58xs93@xps13> References: <1449415470-25545-1-git-send-email-jerin.jacob@caviumnetworks.com> <1455275631-30507-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, viktorin@rehivetech.com To: Jerin Jacob Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id E71DD9A9E for ; Tue, 16 Feb 2016 07:30:02 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id g62so137286049wme.0 for ; Mon, 15 Feb 2016 22:30:02 -0800 (PST) In-Reply-To: <1455275631-30507-1-git-send-email-jerin.jacob@caviumnetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-12 16:43, Jerin Jacob: > Introduced rte_prefetch_non_temporal() to remove IA specific _mm_prefect(addr, 0) > gcc intrinsic and build examples/distributor for non 86 platform > > Not sure the rte_prefetch_non_temporal mapping correct for > all the platforms. Architecture maintainers please check the mapping for > rte_prefetch_non_temporal() for specific architecures > > v1..v2 > > Addessed Thomas's review comments[1] > [1] http://dpdk.org/dev/patchwork/patch/9369/ > > Jerin Jacob (2): > eal: introduce rte_prefetch_non_temporal > examples/distributor: remove IA specific __mm_prefetch Applied, thanks