From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] dpdk_qat: fix error message in Makefile Date: Thu, 31 Mar 2016 21:52:46 +0200 Message-ID: <1980224.afRmkzbTCl@xps13> References: <1459276131-21095-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 11B9C95FD for ; Thu, 31 Mar 2016 21:54:41 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id p65so239369842wmp.1 for ; Thu, 31 Mar 2016 12:54:41 -0700 (PDT) In-Reply-To: <1459276131-21095-1-git-send-email-pablo.de.lara.guarch@intel.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-03-29 19:28, Pablo de Lara: > When compiling dpdk_qat app with an i686 target on a x86_64 OS, > an error message was shown, saying that it can only be built > on a 32-bit OS, which should be i686 OS, as other 32-bit OS > are not supported. > > Fixes: commit 3460012bcce6 ("examples/qat: update") > > Signed-off-by: Pablo de Lara Applied, thanks