Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600751

[PATCH v2 net-next 0/5] sunvnet: better connection management

From Shannon Nelson <shannon.nelson@oracle.com>
Newsgroups linux.kernel
Subject [PATCH v2 net-next 0/5] sunvnet: better connection management
Date 2017-03-14 18:40 +0100
Message-ID <tkYAp-3tR-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These patches remove some problems in handling of carrier state
with the ldmvsw vswitch, remove  an xoff misuse in sunvnet, and
add stats for debug and tracking of point-to-point connections
between the ldom VMs.

v2:
 - added ldmvsw ndo_open to reset the LDC channel
 - updated copyrights

Shannon Nelson (5):
  ldmvsw: better use of link up and down on ldom vswitch
  sunvnet: add stats to track ldom to ldom packets and bytes
  sunvnet: track port queues correctly
  sunvnet: count multicast packets
  sunvnet: xoff not needed when removing port link

 drivers/net/ethernet/sun/ldmvsw.c         |   27 ++++++-
 drivers/net/ethernet/sun/sunvnet.c        |  116 ++++++++++++++++++++++++++++-
 drivers/net/ethernet/sun/sunvnet_common.c |   56 +++++++++++---
 drivers/net/ethernet/sun/sunvnet_common.h |   27 +++++--
 4 files changed, 201 insertions(+), 25 deletions(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 net-next 0/5] sunvnet: better connection management Shannon Nelson <shannon.nelson@oracle.com> - 2017-03-14 18:40 +0100
  [PATCH v2 net-next 3/5] sunvnet: track port queues correctly Shannon Nelson <shannon.nelson@oracle.com> - 2017-03-14 18:40 +0100
  [PATCH v2 net-next 5/5] sunvnet: xoff not needed when removing port link Shannon Nelson <shannon.nelson@oracle.com> - 2017-03-14 18:40 +0100
  [PATCH v2 net-next 1/5] ldmvsw: better use of link up and down on ldom vswitch Shannon Nelson <shannon.nelson@oracle.com> - 2017-03-14 18:40 +0100
  Re: [PATCH v2 net-next 0/5] sunvnet: better connection management David Miller <davem@davemloft.net> - 2017-03-17 04:40 +0100

csiph-web