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:	Tue,  2 Jun 2015 06:32:02 +0530
From:	Hariprasad Shenai <hariprasad@...lsio.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, leedom@...lsio.com, nirranjan@...lsio.com,
	Hariprasad Shenai <hariprasad@...lsio.com>
Subject: [PATCH net-next 0/3] cxgb4/cxgb4vf: Adds support for Chelsio T6 adapter

Hi,

This patch series adds the following:
Adds NIC driver support for T6 adapter
Adds vNIC driver support for T6 adapter

This patch series has been created against net-next tree and includes
patches on cxgb4 and cxgb4vf driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.

Thanks

Hariprasad Shenai (3):
  cxgb4: Add is_t6 macro and T6 register ranges
  cxgb4: Adds support for T6 adapter
  cxgb4vf: Adds SRIOV driver changes for T6 adapter

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  21 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 180 +++++--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |  47 +-
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  49 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         | 562 +++++++++++++++++++--
 drivers/net/ethernet/chelsio/cxgb4/t4_msg.h        |   3 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       | 105 ++++
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h     |   1 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |  56 +-
 drivers/net/ethernet/chelsio/cxgb4/t4fw_version.h  |   5 +
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c         |  45 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h |   8 +
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c     |  24 +-
 13 files changed, 933 insertions(+), 173 deletions(-)

-- 
2.3.4

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