xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: keir@xen.org, ian.campbell@citrix.com, ian.jackson@eu.citrix.com,
	tim@xen.org, xen-devel@lists.xen.org, david.vrabel@citrix.com
Subject: Re: [PATCH V3] Update pvSCSI protocol description
Date: Mon, 25 Aug 2014 16:35:36 +0200	[thread overview]
Message-ID: <53FB49B8.9070305@suse.com> (raw)
In-Reply-To: <53FB64BF020000780002D503@suse.com>

On 08/25/2014 04:30 PM, Jan Beulich wrote:
>>>> On 25.08.14 at 16:23, <"jgross@suse.com".non-mime.internet> wrote:
>> +/*
>> + * The following interface is deprecated!
>> + */
>>   #define VSCSIIF_SG_LIST_SIZE ((sizeof(vscsiif_request_t) - 4) \
>>                                 / sizeof(vscsiif_segment_t))
>>
>
> Right, but ...
>
>> @@ -89,10 +224,12 @@ struct vscsiif_sg_list {
>>       vscsiif_segment_t seg[VSCSIIF_SG_LIST_SIZE];
>>   };
>>   typedef struct vscsiif_sg_list vscsiif_sg_list_t;
>> +/* End of deprecated interface */
>>
>> +/* Size of one response is 252 bytes */
>>   struct vscsiif_response {
>> -    uint16_t rqid;
>> -    uint8_t act;               /* valid only when backend supports SG_PRESET */
>> +    uint16_t rqid;          /* identifies request */
>> +    uint8_t padding;
>
> ... here you still remove a piece of that.

Indeed.

I'll post V4 tomorrow...


Juergen

      parent reply	other threads:[~2014-08-25 14:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-25 14:23 [PATCH V3] Update pvSCSI protocol description Juergen Gross
2014-08-25 14:30 ` Jan Beulich
     [not found] ` <53FB64BF020000780002D503@suse.com>
2014-08-25 14:35   ` Juergen Gross [this message]

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=53FB49B8.9070305@suse.com \
    --to=jgross@suse.com \
    --cc=JBeulich@suse.com \
    --cc=david.vrabel@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=keir@xen.org \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).