netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V5 0/8] liquidio CN23XX support
@ 2016-09-01 18:16 Raghu Vatsavayi
  2016-09-01 18:16 ` [PATCH net-next V5 1/8] liquidio: link and control commands Raghu Vatsavayi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Raghu Vatsavayi @ 2016-09-01 18:16 UTC (permalink / raw)
  To: davem; +Cc: netdev, Raghu Vatsavayi

Dave,

I am posting the remaining half of patchset after the
acceptance of first half. With this patchset I am able
to completely submit the code of V3 patchset  which you
earlier advised me to split into smaller ones.

This V5 patch also addresses all the comments from previous
submission:
1) Avoid busy loop while reading registers.
2) Other minor comments about debug messages and constants.

Please apply patches in following order as some of the
patches depend on earlier patches.

Raghu Vatsavayi (8):
  liquidio: link and control commands
  liquidio: RX control commands
  liquidio: CN23XX IQ access
  liquidio: CN23XX octeon3 instruction
  liquidio: ethtool and led control support
  liquidio: CN23XX health monitoring
  liquidio: CN23XX napi support
  liquidio:CN23XX pause frame support

 .../ethernet/cavium/liquidio/cn23xx_pf_device.c    |  66 +++
 .../ethernet/cavium/liquidio/cn23xx_pf_device.h    |   2 +
 drivers/net/ethernet/cavium/liquidio/lio_core.c    |  11 +-
 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 495 ++++++++++++++++++++-
 drivers/net/ethernet/cavium/liquidio/lio_main.c    | 360 +++++++++++++--
 .../net/ethernet/cavium/liquidio/liquidio_common.h |  12 +
 .../net/ethernet/cavium/liquidio/octeon_device.c   |  50 ++-
 .../net/ethernet/cavium/liquidio/octeon_device.h   |  14 +-
 drivers/net/ethernet/cavium/liquidio/octeon_droq.c |  13 +-
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   8 +-
 .../net/ethernet/cavium/liquidio/octeon_network.h  |  10 +
 drivers/net/ethernet/cavium/liquidio/octeon_nic.c  |  27 +-
 drivers/net/ethernet/cavium/liquidio/octeon_nic.h  |   4 +-
 .../net/ethernet/cavium/liquidio/request_manager.c | 167 +++++--
 .../ethernet/cavium/liquidio/response_manager.c    |   9 +-
 15 files changed, 1128 insertions(+), 120 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-09-03  0:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01 18:16 [PATCH net-next V5 0/8] liquidio CN23XX support Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 1/8] liquidio: link and control commands Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 2/8] liquidio: RX " Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 3/8] liquidio: CN23XX IQ access Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 4/8] liquidio: CN23XX octeon3 instruction Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 5/8] liquidio: ethtool and led control support Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 6/8] liquidio: CN23XX health monitoring Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 7/8] liquidio: CN23XX napi support Raghu Vatsavayi
2016-09-01 18:16 ` [PATCH net-next V5 8/8] liquidio:CN23XX pause frame support Raghu Vatsavayi
2016-09-03  0:12 ` [PATCH net-next V5 0/8] liquidio CN23XX support 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).