[tsvwg] Roman Danyliw's Discuss on draft-ietf-tsvwg-rlc-fec-scheme-14: (with DISCUSS and COMMENT)

Roman Danyliw via Datatracker <noreply@ietf.org> Wed, 29 May 2019 00:52 UTC

Return-Path: <noreply@ietf.org>
X-Original-To: tsvwg@ietf.org
Delivered-To: tsvwg@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 900421200A4; Tue, 28 May 2019 17:52:40 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
From: Roman Danyliw via Datatracker <noreply@ietf.org>
To: The IESG <iesg@ietf.org>
Cc: draft-ietf-tsvwg-rlc-fec-scheme@ietf.org, Wesley Eddy <wes@mti-systems.com>, David Black <david.black@dell.com>, tsvwg-chairs@ietf.org, wes@mti-systems.com, tsvwg@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.97.0
Auto-Submitted: auto-generated
Precedence: bulk
Reply-To: Roman Danyliw <rdd@cert.org>
Message-ID: <155909116048.25709.717294601343469395.idtracker@ietfa.amsl.com>
Date: Tue, 28 May 2019 17:52:40 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/tsvwg/gXNNZmJ3Qe6DrzknTLwFdkRhnBM>
Subject: [tsvwg] Roman Danyliw's Discuss on draft-ietf-tsvwg-rlc-fec-scheme-14: (with DISCUSS and COMMENT)
X-BeenThere: tsvwg@ietf.org
X-Mailman-Version: 2.1.29
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: Wed, 29 May 2019 00:52:41 -0000

Roman Danyliw has entered the following ballot position for
draft-ietf-tsvwg-rlc-fec-scheme-14: Discuss

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
https://datatracker.ietf.org/doc/draft-ietf-tsvwg-rlc-fec-scheme/



----------------------------------------------------------------------
DISCUSS:
----------------------------------------------------------------------

A few code nits for Section 3.6 so that the code compiles:
** To make the combination of this source code and that in
draft-ietf-tsvwg-tinymt32 compile requires that the directive “#include
<string.h>” be added (for the memset).

** The final return in Section 3.6 is missing a semicolon:
s/return 0/return 0;/


----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

(1) Section 3.5  Is there any guidance that needs to be provided on the value
of the seed to tinymt32_init?

(2) Section 3.6.  In the code comments for cc_nb, I recommend explicitly
stating: s/number of entries in the table/ number of entries in the cc_tab[]
table/

(3) Section 3.6.  Multiple C code fragments are used in the text.  Somewhere
the text should state that the examples are C code and made a reference to what
version -- consider C99 (ISO/IEC 9899:1999), C11 (ISO/IEC 9899:2011), C18
(ISO/IEC 9899:2018).

(4) Other References Nits
Section 1.  Please include a reference for FECFRAME on first introduction.
Section 1.1.  What is the reference for Raptor/RaptorQ?

(6) Editorial Nits
Abstract.  No references are permitted in the abstract
Section 1.1.  Multiple Typos.  s/either a end-/either an end-/g
Section 1.2.  Extra space. s/constraints) ./constraints)./
Section 1.4.  Multiple Typos.  s/signalling/signaling/g
Section 6.2.  Typo.  s/Section Section 3.6/Section 3.6/