[Ips] about iSCSI TEXT negotiation

yushang <yusunn@gmail.com> Fri, 30 March 2012 17:44 UTC

Return-Path: <yusunn@gmail.com>
X-Original-To: ips@ietfa.amsl.com
Delivered-To: ips@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8A96521F8618 for <ips@ietfa.amsl.com>; Fri, 30 Mar 2012 10:44:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.599
X-Spam-Level:
X-Spam-Status: No, score=-3.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WoYgY7bvRBrI for <ips@ietfa.amsl.com>; Fri, 30 Mar 2012 10:44:18 -0700 (PDT)
Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.213.172]) by ietfa.amsl.com (Postfix) with ESMTP id 06CCE21F8617 for <ips@ietf.org>; Fri, 30 Mar 2012 10:44:17 -0700 (PDT)
Received: by yenm5 with SMTP id m5so572455yen.31 for <ips@ietf.org>; Fri, 30 Mar 2012 10:44:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=aKPKrs9eH+YrwXr3WForCaEqwdH7pYDTY06NPz76do0=; b=QcYxeLHBf6TnH/ArWqbalSxJDkAecWaa26OJgs0Eu3IdbbzMizHMy7oT0YnezLa373 aZSsnMEULYVdPAwZ1EXtIniOy6DGfBXNaG0mZzHXaK16KFXNeXCDiAGdfV9NyzfoJDGR 7jCQOnfPO4xUjndcu9Pi2SlFbUHam5i1Vu7XIVbJDZb6+9JEOA7AbkVD9fQB+C0cPNu5 w6EAVqihoxGaZadSi/WSO+mxZZpW25COXLjx3hSzEnSAgJGI/4e1D22dFL1DdVRpy5vm obRsUWOUcZrUJENoi4bKqPC3aROPLk2c2vViHXa9YNxlh+PeEpJRoUeNPmeh4nHfmSw6 bYxw==
MIME-Version: 1.0
Received: by 10.236.182.2 with SMTP id n2mr2877001yhm.11.1333129457662; Fri, 30 Mar 2012 10:44:17 -0700 (PDT)
Received: by 10.236.102.129 with HTTP; Fri, 30 Mar 2012 10:44:17 -0700 (PDT)
Date: Sat, 31 Mar 2012 01:44:17 +0800
Message-ID: <CAHHgPeNZvLcZk16JQNceoL6JMC_5JaveFcUoS4sGxdF+GgoVVA@mail.gmail.com>
From: yushang <yusunn@gmail.com>
To: ips@ietf.org
Content-Type: text/plain; charset="UTF-8"
Subject: [Ips] about iSCSI TEXT negotiation
X-BeenThere: ips@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IP Storage <ips.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ips>, <mailto:ips-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ips>
List-Post: <mailto:ips@ietf.org>
List-Help: <mailto:ips-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ips>, <mailto:ips-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Mar 2012 17:44:18 -0000

Hi dear all,
Please think about the following sequence
I->TEXT,C=1,F=0
T->TEXT,C=x,F=0,DataSegmentLength=0
What is the valid target response ?
Does the value of x matter ?
or just DataSegmentLength=0 is enough ?
Many thanks .