netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] liquidio: adding support for ethtool --set-channels feature
@ 2017-08-15 19:45 Felix Manlunas
  2017-08-15 19:46 ` [PATCH net-next 1/4] liquidio: moved liquidio_msix_intr_handler to lio_core.c Felix Manlunas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Felix Manlunas @ 2017-08-15 19:45 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	intiyaz.basha

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

Code reorganization is required for adding ethtool --set-channels feature.
First three patches are for code reorganization.  The last patch is for
adding this feature.

Intiyaz Basha (4):
  liquidio: moved liquidio_msix_intr_handler to lio_core.c
  liquidio: moved liquidio_legacy_intr_handler to lio_core.c
  liquidio: moved octeon_setup_interrupt to lio_core.c
  liquidio: added support for ethtool --set-channels feature

 drivers/net/ethernet/cavium/liquidio/lio_core.c    | 307 ++++++++++++++++++++-
 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 190 +++++++++++--
 drivers/net/ethernet/cavium/liquidio/lio_main.c    | 295 ++------------------
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c | 171 ++----------
 .../net/ethernet/cavium/liquidio/liquidio_common.h |   3 +
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   6 +
 .../net/ethernet/cavium/liquidio/octeon_network.h  |   8 +-
 7 files changed, 529 insertions(+), 451 deletions(-)

-- 
2.9.0

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

end of thread, other threads:[~2017-08-16  4:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 19:45 [PATCH net-next 0/4] liquidio: adding support for ethtool --set-channels feature Felix Manlunas
2017-08-15 19:46 ` [PATCH net-next 1/4] liquidio: moved liquidio_msix_intr_handler to lio_core.c Felix Manlunas
2017-08-15 19:46 ` [PATCH net-next 2/4] liquidio: moved liquidio_legacy_intr_handler " Felix Manlunas
2017-08-15 19:46 ` [PATCH net-next 3/4] liquidio: moved octeon_setup_interrupt " Felix Manlunas
2017-08-15 19:46 ` [PATCH net-next 4/4] liquidio: added support for ethtool --set-channels feature Felix Manlunas
2017-08-16  4:07 ` [PATCH net-next 0/4] liquidio: adding " 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).