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:	Wed, 26 Sep 2012 18:09:35 +0530
From:	Vipul Pandya <vipul@...lsio.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, divy@...lsio.com, dm@...lsio.com,
	swise@...ngridcomputing.com, leedom@...lsio.com, felix@...lsio.com,
	Vipul Pandya <vipul@...lsio.com>
Subject: [PATCH 0/7] Add Chelsio T4 firmware configuration file support

Hi David Miller,

This patch series adds aupport for firmware configuration file for Chelsio T4
adapters.

The Firmware Configuration file was primarily developed in order to centralize
all of the configuration, resource allocation, etc. for Unified Wire operation
where multiple Physical / Virtual Function Drivers would be using a T4 adapter
simultaneously.

The patch series also has bug fixes which can occur while upgrading the T4
firmware.

The patch series is built against David Miller's net-next tree.

Thanks,
Vipul Pandya

Vipul Pandya (7):
  cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE
  cxgb4: Add functions to read memory via PCIE memory window
  cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support
  cxgb4: Add support for T4 configuration file
  cxgb4: Add support for T4 hardwired configuration settings
  cxgb4: Inform caller if driver didn't upgrade firmware
  cxgb4: Don't attempt to upgrade T4 firmware when cxgb4 will end up as
    a slave

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |   51 ++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |  936 ++++++++++++++++++++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |    2 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c        |  337 +++++++--
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      |  722 +++++++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h      |   80 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h    |  131 +++-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |   97 ++-
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c      |    5 +-
 9 files changed, 2139 insertions(+), 222 deletions(-)

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