netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] liquidio: Add support for managing liquidio adapter
@ 2017-07-17 19:50 Felix Manlunas
  2017-07-17 19:51 ` [PATCH net-next 1/2] liquidio: Add support to pass meta information to firmware Felix Manlunas
  2017-07-17 19:52 ` [PATCH net-next 2/2] liquidio: Add support to create management interface Felix Manlunas
  0 siblings, 2 replies; 6+ messages in thread
From: Felix Manlunas @ 2017-07-17 19:50 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	veerasenareddy.burru

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

The LiquidIO adapter has processor cores that can run Linux. This patch
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.

VSR 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   | 397 +++++++++++++++++++++
 .../net/ethernet/cavium/liquidio/octeon_console.c  |  28 +-
 .../net/ethernet/cavium/liquidio/octeon_device.h   |   2 +
 drivers/net/ethernet/cavium/liquidio/octeon_main.h |   9 +
 7 files changed, 470 insertions(+), 5 deletions(-)
 create mode 100644 drivers/net/ethernet/cavium/liquidio/liquidio_mgmt.c

-- 
2.9.0

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

end of thread, other threads:[~2017-08-01  1:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-17 19:50 [PATCH net-next 0/2] liquidio: Add support for managing liquidio adapter Felix Manlunas
2017-07-17 19:51 ` [PATCH net-next 1/2] liquidio: Add support to pass meta information to firmware Felix Manlunas
2017-07-17 19:52 ` [PATCH net-next 2/2] liquidio: Add support to create management interface Felix Manlunas
2017-07-18  6:47   ` Leon Romanovsky
2017-07-18 18:58   ` Jakub Kicinski
2017-08-01  1:58     ` Felix Manlunas

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