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,
	veerasenareddy.burru@cavium.com
Subject: [PATCH V2 net-next 0/2] liquidio: Add support for managing liquidio adapter
Date: Fri, 28 Jul 2017 23:17:07 -0700	[thread overview]
Message-ID: <20170729061707.GA1134@felix-thinkpad.cavium.com> (raw)

From: Veerasenareddy Burru <veerasenareddy.burru@cavium.com>

The LiquidIO adapter has processor cores that can run Linux. This patch
set adds support to create a virtual Ethernet interface on host to
communicate with applications running on Linux in the LiquidIO adapter.
The virtual Ethernet interface also provides login access to Linux on
LiquidIO through ssh for management and debugging.

Change Log:
V1 -> V2
 Only patch #2 was changed:
   * Removed inline functions in .c files
   * Removed useless, almost-empty functions
   * Revised if-statement under "/* Check for all conditions ..."
   * Replaced "if (skb_shinfo(skb)->nr_frags == 0)" with
       "if (!skb_shinfo(skb)->nr_frags)"

Veerasenareddy Burru (2):
  liquidio: Add support to pass meta information to firmware
  liquidio: Add support to create management interface

 drivers/net/ethernet/cavium/liquidio/Makefile      |   1 +
 drivers/net/ethernet/cavium/liquidio/lio_main.c    |  17 +-
 .../net/ethernet/cavium/liquidio/liquidio_common.h |  21 ++
 .../net/ethernet/cavium/liquidio/liquidio_mgmt.c   | 351 +++++++++++++++++++++
 .../net/ethernet/cavium/liquidio/octeon_console.c  |  28 +-
 .../net/ethernet/cavium/liquidio/octeon_device.h   |   2 +
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   8 +
 7 files changed, 423 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/ethernet/cavium/liquidio/liquidio_mgmt.c

-- 
1.8.3.1

             reply	other threads:[~2017-07-29  6:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-29  6:17 Felix Manlunas [this message]
2017-07-29  6:18 ` [PATCH V2 net-next 1/2] liquidio: Add support to pass meta information to firmware Felix Manlunas
2017-07-29  6:18 ` [PATCH V2 net-next 2/2] liquidio: Add support to create management interface Felix Manlunas
2017-07-30 20:21 ` [PATCH V2 net-next 0/2] liquidio: Add support for managing liquidio adapter Simon Horman
2017-08-01  0:59   ` David Miller
2017-08-01  2:09     ` Felix Manlunas

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=20170729061707.GA1134@felix-thinkpad.cavium.com \
    --to=felix.manlunas@cavium.com \
    --cc=davem@davemloft.net \
    --cc=derek.chickles@cavium.com \
    --cc=netdev@vger.kernel.org \
    --cc=raghu.vatsavayi@cavium.com \
    --cc=satananda.burla@cavium.com \
    --cc=veerasenareddy.burru@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).