]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qed-iscsi'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 17:44:38 +0000 (12:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 17:44:38 +0000 (12:44 -0500)
commitb2a32e9d31eeabb85388c26d82650298a10cceca
treef1a8ef5e40d03d3e68b22f24d7e090f0286af405
parentaad06178783aa94b7e32e72fc939dc02ad0b80e6
parent18d0b91230ff6467c07ac1f04ea4a4fc9f06d993
Merge branch 'qed-iscsi'

Manish Rangankar says:

====================
Add QLogic FastLinQ iSCSI (qedi) driver.

This series introduces hardware offload iSCSI initiator driver for the
41000 Series Converged Network Adapters (579xx chip) by Qlogic. The overall
driver design includes a common module ('qed') and protocol specific
dependent modules ('qedi' for iSCSI).

This is an open iSCSI driver, modifications to open iSCSI user components
'iscsid', 'iscsiuio', etc. are required for the solution to work. The user
space changes are also in the process of being submitted.

    https://groups.google.com/forum/#!forum/open-iscsi

The 'qed' common module, under drivers/net/ethernet/qlogic/qed/, is
enhanced with functionality required for the iSCSI support. This series
is based on:

    net tree base: Merge of net and net-next as of 11/29/2016

Changes from RFC v2:

  1. qedi patches are squashed into single patch to prevent krobot
     warning.
  2. Fixed 'hw_p_cpuq' incompatible pointer type.
  3. Fixed sparse incompatible types in comparison expression.
  4. Misc fixes with latest 'checkpatch --strict' option.
  5. Remove int_mode option from MODULE_PARAM.
  6. Prefix all MODULE_PARAM params with qedi_*.
  7. Use CONFIG_QED_ISCSI instead of CONFIG_QEDI
  8. Added bad task mem access fix.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>