netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] liquidio: Removed droq lock from Rx path
@ 2018-09-10  6:33 Felix Manlunas
  2018-09-10  6:34 ` [PATCH net-next 1/3] liquidio: Disabling tasklet when NAPI is active Felix Manlunas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Felix Manlunas @ 2018-09-10  6:33 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	felix.manlunas, intiyaz.basha

From: Intiyaz Basha <intiyaz.basha@cavium.com>

Series of patches for removing droq lock from Rx Path.

Intiyaz Basha (3):
  liquidio: Disabling tasklet when NAPI is active
  liquidio: Per queue oom work queue
  liquidio: Removed droq lock

 drivers/net/ethernet/cavium/liquidio/lio_core.c    |  77 +++++++------
 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c |   7 ++
 drivers/net/ethernet/cavium/liquidio/lio_main.c    |  14 ++-
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c |  16 +++
 .../net/ethernet/cavium/liquidio/octeon_device.c   |   4 -
 drivers/net/ethernet/cavium/liquidio/octeon_droq.c | 120 +++++++++------------
 drivers/net/ethernet/cavium/liquidio/octeon_droq.h |   5 +-
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   4 +
 .../net/ethernet/cavium/liquidio/octeon_network.h  |   2 +-
 9 files changed, 140 insertions(+), 109 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-09-12 11:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-10  6:33 [PATCH net-next 0/3] liquidio: Removed droq lock from Rx path Felix Manlunas
2018-09-10  6:34 ` [PATCH net-next 1/3] liquidio: Disabling tasklet when NAPI is active Felix Manlunas
2018-09-10  6:34 ` [PATCH net-next 2/3] liquidio: Per queue oom work queue Felix Manlunas
2018-09-10  6:34 ` [PATCH net-next 3/3] liquidio: Removed droq lock Felix Manlunas
2018-09-12  6:37 ` [PATCH net-next 0/3] liquidio: Removed droq lock from Rx path David Miller

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