mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
f436baf326
Out of order flow is not working for iWARP.
This patch got cut out from initial series that added out
of order support for iWARP.
Make out of order code common for iWARP and iSCSI.
Add new configuration option CONFIG_QED_OOO. Set by
qedr and qedi Kconfigs.
Fixes: d1abfd0b4e
("qed: Add iWARP out of order support")
Signed-off-by: Michal Kalderon <Michal.Kalderon@cavium.com>
Signed-off-by: Manish Rangankar <Manish.Rangankar@cavium.com>
Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
340 B
Plaintext
13 lines
340 B
Plaintext
config QEDI
|
|
tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
|
|
depends on PCI && SCSI && UIO
|
|
depends on QED
|
|
select SCSI_ISCSI_ATTRS
|
|
select QED_LL2
|
|
select QED_OOO
|
|
select QED_ISCSI
|
|
select ISCSI_BOOT_SYSFS
|
|
---help---
|
|
This driver supports iSCSI offload for the QLogic FastLinQ
|
|
41000 Series Converged Network Adapters.
|