All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Jayamohan Kalickal <jayamohank@serverengines.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH 1/1] be2iscsi: Enabling MSIX and mcc_rings
Date: Mon, 12 Oct 2009 22:12:31 -0500	[thread overview]
Message-ID: <4AD3F01F.8080703@cs.wisc.edu> (raw)
In-Reply-To: <20091013025211.GA7868@serverengines.com>

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.

  reply	other threads:[~2009-10-13  3:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-13  2:52 [PATCH 1/1] be2iscsi: Enabling MSIX and mcc_rings Jayamohan Kallickal
2009-10-13  3:12 ` Mike Christie [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-13  4:19 Jayamohan Kalickal
2009-10-13 22:45 ` Mike Christie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AD3F01F.8080703@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=jayamohank@serverengines.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.