[MEXT] FW: Comments to draft-ietf-mext-binary-ts-00.txt

Yungui Wang <w52006@huawei.com> Fri, 07 August 2009 01:55 UTC

Return-Path: <w52006@huawei.com>
X-Original-To: mext@core3.amsl.com
Delivered-To: mext@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 4E3E53A69A2 for <mext@core3.amsl.com>; Thu, 6 Aug 2009 18:55:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.055
X-Spam-Level:
X-Spam-Status: No, score=0.055 tagged_above=-999 required=5 tests=[AWL=-0.550, BAYES_00=-2.599, MANGLED_SIDE=2.3, RCVD_IN_PBL=0.905]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lz0qghCgEkzY for <mext@core3.amsl.com>; Thu, 6 Aug 2009 18:55:41 -0700 (PDT)
Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [119.145.14.66]) by core3.amsl.com (Postfix) with ESMTP id 70DA63A6973 for <mext@ietf.org>; Thu, 6 Aug 2009 18:55:41 -0700 (PDT)
Received: from huawei.com (szxga03-in [172.24.2.9]) by szxga03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0KNZ00LOFHAAAA@szxga03-in.huawei.com> for mext@ietf.org; Fri, 07 Aug 2009 09:54:10 +0800 (CST)
Received: from huawei.com ([172.24.1.24]) by szxga03-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTP id <0KNZ007ZXHAAMG@szxga03-in.huawei.com> for mext@ietf.org; Fri, 07 Aug 2009 09:54:10 +0800 (CST)
Received: from w52006d ([10.164.12.17]) by szxml04-in.huawei.com (iPlanet Messaging Server 5.2 HotFix 2.14 (built Aug 8 2006)) with ESMTPA id <0KNZ005B7HA8VZ@szxml04-in.huawei.com> for mext@ietf.org; Fri, 07 Aug 2009 09:54:10 +0800 (CST)
Date: Fri, 07 Aug 2009 09:54:08 +0800
From: Yungui Wang <w52006@huawei.com>
To: 'George Tsirtsis' <tsirtsis@googlemail.com>
Message-id: <009001ca1701$f3f64690$110ca40a@china.huawei.com>
MIME-version: 1.0
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3350
X-Mailer: Microsoft Office Outlook 11
Content-type: text/plain; charset="us-ascii"
Content-transfer-encoding: 7bit
Thread-index: AcnXJcXbG7LY0xerTje1j/btjd0iGwA/92TgD7ZrgzA=
Cc: mext@ietf.org
Subject: [MEXT] FW: Comments to draft-ietf-mext-binary-ts-00.txt
X-BeenThere: mext@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: w52006@huawei.com
List-Id: Mobile IPv6 EXTensions WG <mext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mext>, <mailto:mext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mext>
List-Post: <mailto:mext@ietf.org>
List-Help: <mailto:mext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mext>, <mailto:mext-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Aug 2009 01:55:42 -0000

Hello 

I had sent below comment at before. Re-forwarding it here. Welcome
your clarification. Thanks.

1, Could the IPv4/IPv6 binary traffic selector sub-options be
encoded as the TLV/TV (type, length, value) format?
Consideration: TLV/TV format can save size of message.
case 1, It may be not necessary to describe the traffic which
includes all the parameters in the sub-option. e.g. the traffic is
described as "UDP 21"
case 2, On the other hand, one parameter may appear multiple times
in the sub-option to describe the traffic. e.g. the traffic
includes two flow which may be presented as TCP port 5000 and
5002.

2,  Could the Ethernet service flow description sub-option be also
introduced in this document? 
Consideration: 
The Ethernet service sub-option is senseful when Ethernet service
is supported by MIP (referring to
http://www.ietf.org/internet-drafts/draft-wu-mip4-ether-02.txt ). 

The format of the Ethernet serice sub-option can be:

- Ethernet serice sub-option (TLV/TV format)
0x01   48bit,source MAC address
0x02   48bit,destination MAC address
0x03   16bit,ethernet type
0x04   16bit,vlan tag

- Ethernet serice sub-option (proto header format)

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|S|D|E|V|       Reservered      |   (S) Source MAC Address      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                    (S) Source MAC Address                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                 (D)Destination MAC Address                    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|(D)Destination MAC Address     |   (E) Ethernet Type           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|        (V) VLAN tag           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

B.R.
Yungui