Re: [icnrg] draft-irtf-icnrg-icnlowpan-08.txt

Carsten Bormann <cabo@tzi.org> Wed, 12 August 2020 18:54 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: icnrg@ietfa.amsl.com
Delivered-To: icnrg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8DE903A07E2 for <icnrg@ietfa.amsl.com>; Wed, 12 Aug 2020 11:54:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kdR3hdpgE5UR for <icnrg@ietfa.amsl.com>; Wed, 12 Aug 2020 11:54:04 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2CF403A0544 for <icnrg@irtf.org>; Wed, 12 Aug 2020 11:54:04 -0700 (PDT)
Received: from [192.168.217.102] (p5089ae91.dip0.t-ipconnect.de [80.137.174.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4BRf4V2BVXz17py; Wed, 12 Aug 2020 20:54:02 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <158832868689.11087.7358311653842055205@ietfa.amsl.com>
Date: Wed, 12 Aug 2020 20:54:01 +0200
Cc: icnrg@irtf.org
X-Mao-Original-Outgoing-Id: 618951241.6332411-a6cb0d99f880d3e7b33f6b4082ee0f43
Content-Transfer-Encoding: quoted-printable
Message-Id: <E1954083-8BA4-4173-A87E-EA87D5771C9F@tzi.org>
References: <158832868689.11087.7358311653842055205@ietfa.amsl.com>
To: draft-irtf-icnrg-icnlowpan@ietf.org
X-Mailer: Apple Mail (2.3608.120.23.2.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/icnrg/P3GGVbfaKMLHFa-9DWmu4PfForQ>
Subject: Re: [icnrg] draft-irtf-icnrg-icnlowpan-08.txt
X-BeenThere: icnrg@irtf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Information-Centric Networking research group discussion list <icnrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/icnrg>, <mailto:icnrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/icnrg/>
List-Post: <mailto:icnrg@irtf.org>
List-Help: <mailto:icnrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/icnrg>, <mailto:icnrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Aug 2020 18:54:07 -0000

Hi,

I am currently looking at draft-irtf-icnrg-icnlowpan-08.
I have a number of editorial comments I will send you when I have completed my review, but there also is a technical comment that I think needs to be fixed before this is going forward.

Section 12 has this table of allocations desired:

    +=============+======+===========================================+
    | Bit Pattern | Page | Header Type                               |
    +=============+======+===========================================+
    |  00 0xxxxx  | TBD1 | Uncompressed NDN Interest messages        |
    +-------------+------+-------------------------------------------+
    |  00 1xxxxx  | TBD1 | Uncompressed NDN Data messages            |
    +-------------+------+-------------------------------------------+
    |  01 0xxxxx  | TBD1 | Compressed NDN Interest messages          |
    +-------------+------+-------------------------------------------+
    |  01 1xxxxx  | TBD1 | Compressed NDN Data messages              |
    +-------------+------+-------------------------------------------+
    |  10 0xxxxx  | TBD1 | Uncompressed CCNx Interest messages       |
    +-------------+------+-------------------------------------------+
    |  10 1xxxxx  | TBD1 | Uncompressed CCNx Content Object messages |
    +-------------+------+-------------------------------------------+
    |  11 0xxxxx  | TBD1 | Compressed CCNx Interest messages         |
    +-------------+------+-------------------------------------------+
    |  11 1xxxxx  | TBD1 | Compressed CCNx Content Object messages   |
    +-------------+------+-------------------------------------------+

         Table 1: Dispatch types for NDN and CCNx with page TBD1.

Compare the registry at https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.txt :

   11 11xxxx   0-15 Page switch             [RFC8025]

So none of the free pages (TBD1 values) can fulfill this request.

It seems to me that this can easily be repaired by using two half pages instead of a full page, e.g. by indicating NDN vs. CCNx in the page number instead of the P bit (the most significant bit, which is now the P bit, would always be 0).

What have you been using in the existing experiments?

Grüße, Carsten