From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] qat:fix build on 32-bit systems Date: Wed, 24 Feb 2016 15:12:03 +0100 Message-ID: <16205016.hFjTFbkNNs@xps13> References: <1455615876-29879-1-git-send-email-john.griffin@intel.com> <1455793052-45947-1-git-send-email-john.griffin@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: John Griffin Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 9ABC92BBC for ; Wed, 24 Feb 2016 15:13:37 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id g62so273573691wme.1 for ; Wed, 24 Feb 2016 06:13:37 -0800 (PST) In-Reply-To: <1455793052-45947-1-git-send-email-john.griffin@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-02-18 10:57, John Griffin: > Fixing build on 32-bit systems on quick assist driver - for example: > drivers/crypto/qat/qat_crypto.c: In function =E2=80=98qat_alg_write_m= buf_entry=E2=80=99: > drivers/crypto/qat/qat_crypto.c:408:34: error: cast from pointer to i= nteger of different size [-Werror=3Dpointer-to-int-cast] >=20 > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") >=20 > Signed-off-by: John Griffin > Acked-by: Pablo de Lara Applied, thanks