All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jan Viktorin <viktorin@rehivetech.com>
Cc: dev@dpdk.org, Rasesh Mody <rasesh.mody@qlogic.com>
Subject: Re: [PATCH] armv7a: disable qede pmd
Date: Fri, 13 May 2016 17:01:03 +0200	[thread overview]
Message-ID: <1502819.Wymk610ZRY@xps13> (raw)
In-Reply-To: <1462829656-2135-1-git-send-email-viktorin@rehivetech.com>

2016-05-09 23:34, Jan Viktorin:
> The qede PMD driver is failing when building for ARMv7:
> 
> drivers/net/qede/base/ecore_dev.c: In function ‘ecore_hw_init_pf’:
> drivers/net/qede/base/ecore_dev.c:1150:6:
> 	error: variable ‘prs_reg’ set but not used [-Werror=unused-but-set-variable]
>   u32 prs_reg;
>       ^
> [...]
> 
> drivers/net/qede/base/ecore_dev.c:2492:13:
> 	error: variable ‘p_phys’ set but not used [-Werror=unused-but-set-variable]
>   dma_addr_t p_phys = p_chain->p_phys_addr, p_phys_next = 0;
>              ^
> drivers/net/qede/base/ecore_dev.c: In function ‘ecore_chain_free_pbl’:
> drivers/net/qede/base/ecore_dev.c:2532:39:
> 	error: variable ‘pbl_size’ set but not used [-Werror=unused-but-set-variable]
>   u32 page_cnt = p_chain->page_cnt, i, pbl_size;
> 
> Fixes: 3eae93a9bfd5 ("qede: enable PMD build")
> 
> Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>

Applied, not because of the build issue, but because ARMv7 is
not really interested in PCI devices.

      reply	other threads:[~2016-05-13 15:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09 21:34 [PATCH] armv7a: disable qede pmd Jan Viktorin
2016-05-13 15:01 ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1502819.Wymk610ZRY@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=rasesh.mody@qlogic.com \
    --cc=viktorin@rehivetech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.