Re: [PATCH 1/1] be2iscsi: Enabling MSIX and mcc_rings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jayamohan Kallickal wrote:
   This patch adds

1) Turns on msix
2) mcc_ring support for sending FW commands
3) Support for Ring Mode of WRB Posting



+struct be_mgmt_fw_cmd_info {
+	struct be_cmd_req_hdr hdr;
+	void   *pdata_buffer;
+	unsigned int data_length;
+} __packed;
+
+struct be_mgmt_fw_cmd_info_resp {
+	struct be_cmd_resp_hdr hdr;
+	void   *pdata_buffer;
+	unsigned int data_length;
+} __packed;
+
+

Did you meant to send another patch with this one or did you not mean to include the mgmt_fw code in here? be_mgmt_fw_cmd_info_resp is not used and be_mgmt_fw_cmd_info is used in mgmt_fw_cmd, but that function is never called.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux