From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] armv7a: disable qede pmd Date: Fri, 13 May 2016 17:01:03 +0200 Message-ID: <1502819.Wymk610ZRY@xps13> References: <1462829656-2135-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Rasesh Mody To: Jan Viktorin Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 771368E8B for ; Fri, 13 May 2016 17:01:05 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id a17so34873009wme.0 for ; Fri, 13 May 2016 08:01:05 -0700 (PDT) In-Reply-To: <1462829656-2135-1-git-send-email-viktorin@rehivetech.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-05-09 23:34, Jan Viktorin: > The qede PMD driver is failing when building for ARMv7: >=20 > drivers/net/qede/base/ecore_dev.c: In function =E2=80=98ecore_hw_init= _pf=E2=80=99: > drivers/net/qede/base/ecore_dev.c:1150:6: > =09error: variable =E2=80=98prs_reg=E2=80=99 set but not used [-Werro= r=3Dunused-but-set-variable] > u32 prs_reg; > ^ > [...] >=20 > drivers/net/qede/base/ecore_dev.c:2492:13: > =09error: variable =E2=80=98p_phys=E2=80=99 set but not used [-Werror= =3Dunused-but-set-variable] > dma_addr_t p_phys =3D p_chain->p_phys_addr, p_phys_next =3D 0; > ^ > drivers/net/qede/base/ecore_dev.c: In function =E2=80=98ecore_chain_f= ree_pbl=E2=80=99: > drivers/net/qede/base/ecore_dev.c:2532:39: > =09error: variable =E2=80=98pbl_size=E2=80=99 set but not used [-Werr= or=3Dunused-but-set-variable] > u32 page_cnt =3D p_chain->page_cnt, i, pbl_size; >=20 > Fixes: 3eae93a9bfd5 ("qede: enable PMD build") >=20 > Signed-off-by: Jan Viktorin Applied, not because of the build issue, but because ARMv7 is not really interested in PCI devices.