summaryrefslogtreecommitdiff
path: root/usr/iscsi_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use pass through interface for sendtargets (take4) Currenly offload cards ↵Mike Christie2011-01-311-0/+86
like bnx2i, be2iscsi, cxgb3i must use a normal eth for discovery. This patch allows us to do discovery using the iscsi class passthrough interface. Note1 that the dirver must set the CAP_TEXT_NEGO setting, which might requires scsi-misc. Limitations of patch: - MaxRecvDataSegmentLength is limited to 8K for discovery sessions when offload is used. V3: - bug fixes from Eddie Wai to call start conn after we have logged in. Fixed set param not setting all settings. Misc cleanups. V4: - fix iscsistart segfault due to missing initialization.