Project

General

Profile

Actions

Feature #2879

closed

NDNLPv2: Packet and Fields

Added by Junxiao Shi almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Base
Target version:
Start date:
06/10/2015
Due date:
% Done:

100%

Estimated time:
9.00 h

Description

Implement NDNLPv2 functionality.

This issue includes these parts of #2841 API:

  • Field concept check
  • SequenceField FragIndexField FragCountField NackField NextHopFaceIdField CachingPolicyField IncomingFaceIdField typedefs
  • templates and specializations to support above typedefs
  • Packet class field accessors and encoding/decoding procedures

Related issues 6 (0 open6 closed)

Blocked by ndn-cxx - Feature #2875: NDNLPv2: TLV-TYPE codesClosedEric Newberry

Actions
Blocked by ndn-cxx - Feature #2876: NDNLPv2: simple value type declarationClosedEric Newberry

Actions
Blocked by ndn-cxx - Feature #2878: NDNLPv2: Nack abstractionClosedEric Newberry

Actions
Blocked by ndn-cxx - Feature #2998: Block::insert and Block::eraseClosedJoao Pereira07/07/2015

Actions
Blocks ndn-cxx - Feature #2930: Face: send and receive NACKClosedEric Newberry

Actions
Blocked by ndn-cxx - Bug #3070: Block::remove unexpected semanticsClosedEric Newberry07/26/2015

Actions
Actions #1

Updated by Junxiao Shi almost 9 years ago

This is an "oversized" issue, estimated to be 9 hours.

I find it unreasonable to split into "field declarations" and "Packet class", because what goes into field declarations would affect how methods in Packet class are implemented.

Actions #2

Updated by Junxiao Shi almost 9 years ago

Actions #3

Updated by Junxiao Shi almost 9 years ago

  • Blocked by Feature #2876: NDNLPv2: simple value type declaration added
Actions #4

Updated by Junxiao Shi almost 9 years ago

Actions #5

Updated by Eric Newberry almost 9 years ago

  • Status changed from New to In Progress
Actions #6

Updated by Junxiao Shi almost 9 years ago

Actions #7

Updated by Eric Newberry almost 9 years ago

What in #2998 blocks this feature?

Actions #8

Updated by Junxiao Shi almost 9 years ago

Reply to note-7:

Protocol requires header fields in LpPacket to appear in the order of increasing TLV-TYPE codes.

Suppose LpPacket already has header 82 and header 85, and now header 84 is being added.

It's inconvenient to maintain the order with Block::push_back and Block::erase alone; Block::insert would allow inserting header 84 before header 85.

Actions #9

Updated by Junxiao Shi almost 9 years ago

Actions #10

Updated by Junxiao Shi over 8 years ago

#2998 is mostly complete but not yet merged. This issue can proceed as follows:

  1. Create a local branch dev2879.
  2. Locally replace encoding/block.* with files in latest commit of #2998.
  3. Start development, commit locally when appropriate.
  4. If you want to submit to Gerrit, mark -2 to prevent accidental merge.

When #2998 is merged:

  1. Merge master branch into feature-ndnlp branch. This has to be a separate commit with minimal changes in other files.
  2. Wait for the merge commit to get merged into feature-ndnlp branch.
  3. In dev2879 branch, revert changes to encoding/block.*.
  4. Rebase dev2879 onto feature-ndnlp.
  5. Continue development.
  6. Upload to Gerrit as usual. If you've previously posted -2, unset it.
Actions #11

Updated by Eric Newberry over 8 years ago

Junxiao Shi wrote:

  1. Locally replace encoding/block.* with files in latest commit of #2998.

There is a problem with doing this: The version of block.cpp/hpp in #2998 uses functions in other files that were merged after feature-ndnlp was split off from master. This causes the compile to fail.

Actions #12

Updated by Junxiao Shi over 8 years ago

#2998 is merged now. This issue should proceed as follows:

  1. Merge master branch into feature-ndnlp branch. This has to be a separate commit with minimal changes in other files.
  2. Wait for the merge commit to get merged into feature-ndnlp branch.
  3. Develop on top of feature-ndnlp after the merge.
  4. Upload to Gerrit as usual.

You MAY start development before the merge commit is approved, but then you'll have to deal with the rebasing mess.

Actions #13

Updated by Eric Newberry over 8 years ago

The API and unit tests have been completed. I'm waiting on Gerrit 2254 to be merged before submitting for code review.

Actions #14

Updated by Alex Afanasyev over 8 years ago

what's a point of waiting? Git provides enough mechanisms to update multiple commits when necessary. Rebasing or merging would not affect your new code in any way.

I cannot understand Junxiao's statements that he will need something to be meeged before he can start working on dependent code. This is not a productive development process. Working on multiple dependent commits in progress is what a lot of people including me are doing all the time.

Actions #15

Updated by Eric Newberry over 8 years ago

  • Status changed from In Progress to Code review
Actions #16

Updated by Junxiao Shi over 8 years ago

  • Blocked by Bug #3070: Block::remove unexpected semantics added
Actions #17

Updated by Eric Newberry over 8 years ago

  • % Done changed from 0 to 100
Actions #18

Updated by Junxiao Shi over 8 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF