]> 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)
commit485bf17a0b1f574880b8a15c7fdc38e1cac0e09e
treef1a8ef5e40d03d3e68b22f24d7e090f0286af405
parent63757818752c241cc7638e37e0b2984a20dcfd3d
parentc4b058a73eff2fcccb254963903dd85c2990d4cd
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>