netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felix Manlunas <felix.manlunas@cavium.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com,
	derek.chickles@cavium.com, satananda.burla@cavium.com,
	intiyaz.basha@cavium.com
Subject: [PATCH net-next 0/4] liquidio: adding support for ethtool --set-channels feature
Date: Tue, 15 Aug 2017 12:45:15 -0700	[thread overview]
Message-ID: <20170815194515.GA2188@felix-thinkpad.cavium.com> (raw)

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

             reply	other threads:[~2017-08-15 19:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 19:45 Felix Manlunas [this message]
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

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=20170815194515.GA2188@felix-thinkpad.cavium.com \
    --to=felix.manlunas@cavium.com \
    --cc=davem@davemloft.net \
    --cc=derek.chickles@cavium.com \
    --cc=intiyaz.basha@cavium.com \
    --cc=netdev@vger.kernel.org \
    --cc=raghu.vatsavayi@cavium.com \
    --cc=satananda.burla@cavium.com \
    /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).