Re: [tsvwg] Mirja Kühlewind's No Objection on draft-ietf-tsvwg-rlc-fec-scheme-13: (with COMMENT)

Vincent Roca <vincent.roca@inria.fr> Tue, 28 May 2019 06:59 UTC

Return-Path: <vincent.roca@inria.fr>
X-Original-To: tsvwg@ietfa.amsl.com
Delivered-To: tsvwg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 226AE120147; Mon, 27 May 2019 23:59:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.899
X-Spam-Level:
X-Spam-Status: No, score=-6.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-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 n75YiTKdZcMo; Mon, 27 May 2019 23:59:18 -0700 (PDT)
Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4D120120142; Mon, 27 May 2019 23:59:16 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.60,520,1549926000"; d="scan'208,217";a="307391356"
Received: from unknown (HELO [192.168.16.74]) ([193.55.47.16]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2019 08:59:14 +0200
From: Vincent Roca <vincent.roca@inria.fr>
Message-Id: <8A33E5F3-1365-414A-8D11-245C88D80394@inria.fr>
Content-Type: multipart/alternative; boundary="Apple-Mail=_4CA1109C-7DF6-4C05-AF7B-F9FBA1BADE6C"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Date: Tue, 28 May 2019 08:59:14 +0200
In-Reply-To: <155837484174.12813.4540545253177539973.idtracker@ietfa.amsl.com>
Cc: Vincent Roca <vincent.roca@inria.fr>, The IESG <iesg@ietf.org>, tsvwg@ietf.org, tsvwg-chairs@ietf.org, draft-ietf-tsvwg-rlc-fec-scheme@ietf.org
To: Mirja Kühlewind <ietf@kuehlewind.net>
References: <155837484174.12813.4540545253177539973.idtracker@ietfa.amsl.com>
X-Mailer: Apple Mail (2.3445.104.11)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tsvwg/dASU53MHRt9ojIoxdlc46OZTHXs>
Subject: Re: [tsvwg] Mirja Kühlewind's No Objection on draft-ietf-tsvwg-rlc-fec-scheme-13: (with COMMENT)
X-BeenThere: tsvwg@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Transport Area Working Group <tsvwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tsvwg/>
List-Post: <mailto:tsvwg@ietf.org>
List-Help: <mailto:tsvwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tsvwg>, <mailto:tsvwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 28 May 2019 06:59:20 -0000

Dear Mirja,

> Mirja Kühlewind has entered the following ballot position for
> draft-ietf-tsvwg-rlc-fec-scheme-13: No Objection
> 
> ----------------------------------------------------------------------
> COMMENT:
> ----------------------------------------------------------------------
> 
> Thanks for resolving the copyright issue.
> 
> I would prefer to see the Coding Coefficients Generation Function specified
> normatively in text and not only as code.

Yes I agree, and it’s quite easy. Here is the new text:

NEW:
   These two functions keep respectively the 4 or 8 less significant
   bits of the 32-bit pseudo-random number generated by the
   tinymt32_generate_uint32() function of [tinymt32].  This is done by
   computing the result of a binary AND between the
   tinymt32_generate_uint32() output and respectively the 0xF or 0xFF
   constants, using 32-bit unsigned integer operations.  […]

Regards,

  Vincent