From: Yuval Mintz <Yuval.Mintz@caviumnetworks.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <arnd@arndb.de>, <dan.carpenter@oracle.com>,
Yuval Mintz <Yuval.Mintz@caviumnetworks.com>
Subject: [PATCH net 0/3] qed: Fix dependencies and warnings series
Date: Thu, 13 Oct 2016 22:57:00 +0300 [thread overview]
Message-ID: <1476388623-31032-1-git-send-email-Yuval.Mintz@caviumnetworks.com> (raw)
Hi Dave,
The first patch in this series follows Dan Carpenter's reports about
Smatch warnings for recent qed additions and fixes those.
The second patch is the most significant one [and the reason this is
ntended for 'net'] - it's based on Arnd Bermann's suggestion for fixing
compilation issues that were introduced with the roce addition as a result
of certain combinations of qed, qede and qedr Kconfig options.
The third follows the discussion with Arnd and clears a lot of the warnings
that arise when compiling the drivers with "C=1".
Please consider applying this series to 'net'.
Thanks,
Yuval
Yuval Mintz (3):
qed: Fix static checker warning.
qed*: Fix Kconfig dependencies with INFINIBAND_QEDR
qed: Additional work toward cleaning C=1
drivers/net/ethernet/qlogic/Kconfig | 4 +
drivers/net/ethernet/qlogic/qed/Makefile | 2 +-
drivers/net/ethernet/qlogic/qed/qed_cxt.c | 15 +-
drivers/net/ethernet/qlogic/qed/qed_debug.c | 53 +++----
drivers/net/ethernet/qlogic/qed/qed_dev.c | 19 +--
drivers/net/ethernet/qlogic/qed/qed_ll2.c | 16 +--
drivers/net/ethernet/qlogic/qed/qed_ll2.h | 20 ---
drivers/net/ethernet/qlogic/qed/qed_main.c | 30 ++--
drivers/net/ethernet/qlogic/qed/qed_roce.c | 216 ++++++++--------------------
drivers/net/ethernet/qlogic/qed/qed_roce.h | 95 ++++++------
drivers/net/ethernet/qlogic/qed/qed_sp.h | 1 -
drivers/net/ethernet/qlogic/qed/qed_spq.c | 4 -
drivers/net/ethernet/qlogic/qede/Makefile | 2 +-
include/linux/qed/qede_roce.h | 2 +-
14 files changed, 179 insertions(+), 300 deletions(-)
--
1.9.3
next reply other threads:[~2016-10-13 19:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 19:57 Yuval Mintz [this message]
2016-10-13 19:57 ` [PATCH net 1/3] qed: Fix static checker warning Yuval Mintz
2016-10-13 19:57 ` [PATCH net 2/3] qed*: Fix Kconfig dependencies with INFINIBAND_QEDR Yuval Mintz
2016-10-13 19:57 ` [PATCH net 3/3] qed: Additional work toward cleaning C=1 Yuval Mintz
2016-10-14 6:51 ` [PATCH net 0/3] qed: Fix dependencies and warnings series Arnd Bergmann
2016-10-14 15:07 ` David Miller
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=1476388623-31032-1-git-send-email-Yuval.Mintz@caviumnetworks.com \
--to=yuval.mintz@caviumnetworks.com \
--cc=arnd@arndb.de \
--cc=dan.carpenter@oracle.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox