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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Jun 2014 15:22:06 -0700
From:	Anish Bhatt <anish@...lsio.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, leedom@...lsio.com, hariprasad@...lsio.com,
	Anish Bhatt <anish@...lsio.com>
Subject: [PATCH net-next 0/5] Add DCBx support to Chelsio cxgb4 driver

Hi,
    This patchset add support for DCBx via dcbnl_ops to the cxgb4 driver. This should enable cxgb4 to work with open-lldp and the like. The last patch only updates copyright year.

Applies on top of commit id e0f802fbcaa3bffe4728e37a8fa1279b5d554173 of the net-next tree.

checkpatch.pl --strict currently generates two false positives for 0002-cxgb4-Add-DCBx-support-codebase-and-dcbnl_ops.patch, fix for this is already in the -mm tree. 
Thanks,
Anish

Anish Bhatt (5):
  cxgb4 : Update fw interface file for DCBx support. Adds all the
    required fields to fw interface to communicate DCBx info
  cxgb4 : Add DCBx support codebase and dcbnl_ops
  cxgb4 : Integrate DCBx support into cxgb4 module. Register dbcnl_ops
    to give access to DCBx functions
  cxgb4 : Makefile & Kconfig changes for DCBx support
  cxgb4 : Update copyright year on all cxgb4 files

 drivers/net/ethernet/chelsio/Kconfig            |  11 +
 drivers/net/ethernet/chelsio/cxgb4/Makefile     |   1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |  13 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c  | 980 ++++++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h  | 141 ++++
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 201 ++++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/l2t.c        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/l2t.h        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      |  78 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h      |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h     |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h    |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |  97 ++-
 15 files changed, 1492 insertions(+), 44 deletions(-)
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.c
 create mode 100644 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h

-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ