netdev.vger.kernel.org archive mirror
 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: [PATCH 0/3] use napi_schedule_irqoff()
Date: Tue, 29 Sep 2015 15:19:37 -0700	[thread overview]
Message-ID: <20150929215117.3388.48642.stgit@ahduyck-vm-fedora22> (raw)

This patch set is meant to replace the calls to napi_schedule with
napi_schedule_irqoff as this should help to reduce the interrupt overhead
slightly by removing the unneeded call to local_irq_save and
local_irq_restore.

---

Alexander Duyck (3):
      ixgbe/ixgbevf: use napi_schedule_irqoff()
      i40e/i40evf: use napi_schedule_irqoff()
      fm10k: use napi_schedule_irqoff()


 drivers/net/ethernet/intel/fm10k/fm10k_pci.c      |    2 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c       |    6 ++++--
 drivers/net/ethernet/intel/i40evf/i40evf_main.c   |    2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |    4 ++--
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |    2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

--

             reply	other threads:[~2015-09-29 22:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 22:19 Alexander Duyck [this message]
2015-09-29 22:19 ` [PATCH 1/3] ixgbe/ixgbevf: use napi_schedule_irqoff() Alexander Duyck
2015-09-29 22:19 ` [PATCH 2/3] i40e/i40evf: " Alexander Duyck
2015-09-29 22:19 ` [PATCH 3/3] fm10k: " Alexander Duyck
2015-10-27 17:08   ` [Intel-wired-lan] " Singh, Krishneil K

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=20150929215117.3388.48642.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;
as well as URLs for NNTP newsgroup(s).