Netdev List
 help / color / mirror / Atom feed
* [net-next PATCH v2 0/3] i40e/i40evf: Fixes for netpoll
@ 2015-09-24 16:04 Alexander Duyck
  2015-09-24 16:04 ` [net-next PATCH v2 1/3] i40e/i40evf: Fix handling of napi budget Alexander Duyck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Duyck @ 2015-09-24 16:04 UTC (permalink / raw)
  To: netdev, intel-wired-lan; +Cc: jeffrey.t.kirsher

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(-)

--

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-24 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 16:04 [net-next PATCH v2 0/3] i40e/i40evf: Fixes for netpoll Alexander Duyck
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox