Skip to main content

Telechat Review of draft-ietf-ippm-twamp-yang-11
review-ietf-ippm-twamp-yang-11-genart-telechat-resnick-2018-06-19-00

Request Review of draft-ietf-ippm-twamp-yang
Requested revision No specific revision (document currently at 13)
Type Telechat Review
Team General Area Review Team (Gen-ART) (genart)
Deadline 2018-06-19
Requested 2018-05-23
Authors Ruth Civil , Al Morton , Reshad Rahman , Mahesh Jethanandani , Kostas Pentikousis
I-D last updated 2018-06-19
Completed reviews Yangdoctors Early review of -00 by Jan Lindblad (diff)
Opsdir Last Call review of -09 by Victor Kuarsingh (diff)
Genart Last Call review of -07 by Pete Resnick (diff)
Secdir Last Call review of -08 by Adam W. Montville (diff)
Genart Telechat review of -11 by Pete Resnick (diff)
Assignment Reviewer Pete Resnick
State Completed
Request Telechat review on draft-ietf-ippm-twamp-yang by General Area Review Team (Gen-ART) Assigned
Reviewed revision 11 (document currently at 13)
Result Ready w/issues
Completed 2018-06-19
review-ietf-ippm-twamp-yang-11-genart-telechat-resnick-2018-06-19-00
I am the assigned Gen-ART reviewer for this draft. The General Area
Review Team (Gen-ART) reviews all IETF documents being processed
by the IESG for the IETF Chair. Please wait for direction from your
document shepherd or AD before posting a new version of the draft.

For more information, please see the FAQ at

<https://trac.ietf.org/trac/gen/wiki/GenArtfaq>.

Document: draft-ietf-ippm-twamp-yang-11
Reviewer: Pete Resnick
Review Date: 2018-06-19
IETF LC End Date: 2018-04-27
IESG Telechat date: 2018-06-21

Summary:

Ready with maybe Issues, but probably just Nits. Not my area of expertise by
any means, but the document looks generally solid. Could definitely use a bit
of copy editing.

Major issues:

None.

Minor issues:

I don't think there are any issues here. However, some of the things I've got
as Nits in the below section could amount to actual issues if I've
misunderstood what you meant. The editorial suggestions I give below should be
fine if they are nits, but do make sure that I haven't identified a real issue.

Nits/editorial comments:

3.1 - s/The test session name that MUST be identical/The test session name,
which MUST be identical (Unless you mean something really weird that I don't
think you mean. If you don't see the difference, then trust me, you mean
"which", not "that".)

4.1 -

OLD
   Specifically, mode-preference-chain lists the
   mode and its corresponding priority, expressed as a 16-bit unsigned
   integer, where zero is the highest priority and subsequent integers
   increase by one.

This is a bit confusing. I think you mean:

NEW
   Specifically, mode-preference-chain lists the mode and its
   corresponding priority, expressed as a 16-bit unsigned integer.
   Values for the priority start with zero, the highest priority, and
   subsequent priority value increases by one.

OLD
   In turn, each ctrl-connection holds a list of test-session-request.
   test-session-request holds information associated with the Control-
   Client for this test session.

A bit awkward. I suggest:

NEW
   In turn, each ctrl-connection holds a test-session-request list. Each
   test-session-request holds information associated with the
   Control-Client for this test session.

OLD
   The Control-Client is also responsible for scheduling TWAMP-Test
   sessions so test-session-request holds information related to these
   actions (e.g. pm-index, repeat-interval).

The word "so" in there is weird. Do you mean "therefore", or "such that", or
something else? I just had a bit of trouble understanding what you meant.

4.2 - In the penultimate paragraph, change "key-id" to either "The key-id" or
"The KeyID".

Please note: I did not thoroughly review the YANG in section 5.2 or the
examples in Section 6 or Appendix A. I gave them a quick run through, but did
not check for complete consistency with the rest of the text. The below two
items are simply things I happened to spot because I was looking at particular
pieces of the module.

5.2 -

           leaf priority {
             type uint16;
             description
               "Indicates the Control-Client Mode preference priority
                expressed as a 16-bit unsigned integer, where zero is
                the highest priority and subsequent values
                monotonically increasing.";
           }

I am almost positive that you don't mean "monotonically increasing". I'm
guessing you mean "increase by one".

              Depending on the Modes available in the TWAMP Server
              Greeting message (see Fig. 2 of RFC 7717), the
              this Control-Client MUST choose the highest priority
              Mode from the configured mode-preference-chain list.";

Typo: "the this Control-Client"