From: Tobias Regnery <tobias.regnery@gmail.com>
To: netdev@vger.kernel.org, jcliburn@gmail.com, chris.snook@gmail.com
Cc: davem@davemloft.net, feng.tang@intel.com, jarod@redhat.com,
Tobias Regnery <tobias.regnery@gmail.com>
Subject: [PATCH net-next 0/4] alx: add msi-x support
Date: Fri, 9 Sep 2016 12:19:51 +0200 [thread overview]
Message-ID: <cover.1473404399.git.tobias.regnery@gmail.com> (raw)
This patchset adds msi-x support to the alx driver. It is a preparatory
series for multi queue support, which I am currently working on. As there
is no advantage over msi interrupts without multi queue support, msi-x
interrupts are disabled by default. In order to test for regressions, a
new module parameter is added to enable msi-x interrupts.
Based on information of the downstream driver at github.com/qca/alx
Tobias Regnery (4):
alx: refactor msi enablement and disablement
alx: factor out part of the interrupt handler
alx: add msi-x support
alx: add module parameter to enable msi-x support
drivers/net/ethernet/atheros/alx/alx.h | 10 +-
drivers/net/ethernet/atheros/alx/hw.c | 14 ++
drivers/net/ethernet/atheros/alx/hw.h | 1 +
drivers/net/ethernet/atheros/alx/main.c | 235 ++++++++++++++++++++++++++++----
4 files changed, 231 insertions(+), 29 deletions(-)
--
2.7.4
next reply other threads:[~2016-09-09 10:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-09 10:19 Tobias Regnery [this message]
2016-09-09 10:19 ` [PATCH net-next 1/4] alx: refactor msi enablement and disablement Tobias Regnery
2016-09-09 10:19 ` [PATCH net-next 2/4] alx: factor out part of the interrupt handler Tobias Regnery
2016-09-09 10:19 ` [PATCH net-next 3/4] alx: add msi-x support Tobias Regnery
2016-09-09 10:19 ` [PATCH net-next 4/4] alx: add module parameter to enable " Tobias Regnery
2016-09-10 3:51 ` [PATCH net-next 0/4] alx: add " 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=cover.1473404399.git.tobias.regnery@gmail.com \
--to=tobias.regnery@gmail.com \
--cc=chris.snook@gmail.com \
--cc=davem@davemloft.net \
--cc=feng.tang@intel.com \
--cc=jarod@redhat.com \
--cc=jcliburn@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).