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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Jul 2008 23:45:36 +0530
From:	<Shyam_Iyer@...l.com>
To:	<open-iscsi@...glegroups.com>, <netdev@...r.kernel.org>
Cc:	<jgarzik@...ox.com>, <davem@...emloft.net>, <michaelc@...wisc.edu>,
	<swise@...ngridcomputing.com>, <rdreier@...co.com>,
	<daisyc@...ibm.com>, <wenxiong@...ibm.com>, <bhua@...ibm.com>,
	<divy@...lsio.com>, <dm@...lsio.com>, <leedom@...lsio.com>
Subject: RE: [RFC][PATCH 1/1] cxgb3i: cxgb3 iSCSI initiator

+
+static struct iscsi_transport cxgb3i_iscsi_transport = {
+	.owner = THIS_MODULE,
+	.name = "cxgb3i",
+	.caps = CAP_RECOVERY_L0 | CAP_MULTI_R2T | CAP_HDRDGST
+	    | CAP_DATADGST | CAP_DIGEST_OFFLOAD,

Correct me if I am wrong but possibly CAP_DATA_OFFLOAD needs to be added
here for including PDU Offload capability into the adapter. I am trying
to correlate with the open-iscsi userspace code currently upstream.

Thanks,
Shyam Iyer
--
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