Netdev List
 help / color / mirror / Atom feed
From: Alexander Duyck <aduyck@mirantis.com>
To: netdev@vger.kernel.org, intel-wired-lan@lists.osuosl.org
Cc: jeffrey.t.kirsher@intel.com
Subject: [net-next PATCH v2 0/3] i40e/i40evf: Fixes for netpoll
Date: Thu, 24 Sep 2015 09:04:20 -0700	[thread overview]
Message-ID: <20150924160027.22015.15754.stgit@ahduyck-vm-fedora22> (raw)

The following patch series is meant to address the fact that i40e and
i40evf had several issues in regards to netpoll.  First was the fact that
they were forcing their budgets to increase to 1.  Second was the fact they
were incorrectly thinking they were in NAPI context when they weren't.
Finally, I also noticed that i40evf didn't even support netpoll so I went
through and added support for it.

These patches are compile tested only since I don't actually have access to
the i40e hardware.

---

Alexander Duyck (3):
      i40e/i40evf: Fix handling of napi budget
      i40e/i40evf: Drop useless "IN_NETPOLL" flag
      i40evf: Add support for netpoll


 drivers/net/ethernet/intel/i40e/i40e.h          |    1 -
 drivers/net/ethernet/intel/i40e/i40e_main.c     |    2 --
 drivers/net/ethernet/intel/i40e/i40e_txrx.c     |   12 +++++------
 drivers/net/ethernet/intel/i40evf/i40e_txrx.c   |   12 +++++------
 drivers/net/ethernet/intel/i40evf/i40evf.h      |    2 --
 drivers/net/ethernet/intel/i40evf/i40evf_main.c |   26 +++++++++++++++++++++++
 6 files changed, 38 insertions(+), 17 deletions(-)

--

             reply	other threads:[~2015-09-24 16:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 16:04 Alexander Duyck [this message]
2015-09-24 16:04 ` [net-next PATCH v2 1/3] i40e/i40evf: Fix handling of napi budget Alexander Duyck
2015-09-24 16:04 ` [net-next PATCH v2 2/3] i40e/i40evf: Drop useless "IN_NETPOLL" flag Alexander Duyck
2015-09-24 16:04 ` [net-next PATCH v2 3/3] i40evf: Add support for netpoll Alexander Duyck

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=20150924160027.22015.15754.stgit@ahduyck-vm-fedora22 \
    --to=aduyck@mirantis.com \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jeffrey.t.kirsher@intel.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