From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/i40e: fix compilation error in ppc64le Date: Thu, 20 Apr 2017 10:21:41 +0200 Message-ID: <186616233.10INWLKKP9@xps> References: <1492673958-12927-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Helin Zhang , Jingjing Wu , Ferruh Yigit To: Gowrishankar , Chao Zhu Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 00B292BAE for ; Thu, 20 Apr 2017 10:21:42 +0200 (CEST) In-Reply-To: <1492673958-12927-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/04/2017 09:39, Gowrishankar: > From: Gowrishankar Muthukrishnan > > A typo introduced in i40e_rxtx_vec_altivec.c from commit 67f038076657 > ("net/i40e: enable per-device packet type mapping"). This patch is to > address compilation error in ppc64le. > > Signed-off-by: Gowrishankar Muthukrishnan > Applied, thanks Please try to avoid such compilation issue by reviewing/testing patches before they are applied.