lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 13 Jun 2016 16:27:04 -0700
From:	Vidya Sagar Ravipati <vidya@...ulusnetworks.com>
To:	ben@...adent.org.uk, netdev@...r.kernel.org, bwh@...nel.org,
	davem@...emloft.net
Cc:	bkenward@...arflare.com, daniel@...earbox.net, galp@...lanox.com,
	roopa@...ulusnetworks.com, gospo@...ulusnetworks.com,
	dustin@...ulusnetworks.com
Subject: [ethtool PATCH v1 0/2] Add support for QSFP+/QSFP28 Diagnostics

From: Vidya Sagar Ravipati <vidya@...ulusnetworks.com>

This patch series provides following support
a) Reorganized fields based out of SFF-8024 fields i.e. Identifier/
   Encoding/Connector types which are common across SFP/SFP+ (SFF-8472)
   and QSFP+/QSFP28 (SFF-8436/SFF-8636) modules into sff-common files.
b) Support for diagnostics information for QSFP Plus/QSFP28 modules
   based on SFF-8436/SFF-8636
c) Tested across various SFP+/QSFP+/QSFP28 Copper/Optical modules

Standards for QSFP+/QSFP28
a) QSFP+/QSFP28 - SFF 8636 Rev 2.7 dated January 26,2016
b) SFF-8024 Rev 4.0 dated May 31, 2016

v1:
  Support for SFF-8636 Rev 2.7
  Review comments from Ben Hutchings:
   Updating copyright holders information for QSFP
   Reusing the common functions and macros across sfpid and qsfp 
     
############################################
# Patch Set Summary:

Vidya Sagar Ravipati (2):
  ethtool-copy.h:sync with net
  ethtool:QSFP Plus/QSFP28 Diagnostics Information Support

 Makefile.am    |   2 +-
 ethtool-copy.h |  17 +-
 ethtool.c      |   5 +
 internal.h     |   3 +
 qsfp.c         | 876 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qsfp.h         | 599 +++++++++++++++++++++++++++++++++++++++
 sff-common.c   | 255 +++++++++++++++++
 sff-common.h   | 156 ++++++++++
 sfpid.c        | 103 +------
 9 files changed, 1912 insertions(+), 104 deletions(-)
 create mode 100644 qsfp.c
 create mode 100644 qsfp.h
 create mode 100644 sff-common.c
 create mode 100644 sff-common.h

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ