Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(50)

Issue 117046: Ns-3 Nix-vector Routing

Can't Edit
Can't Publish+Mail
Start Review
Created:
5 months ago by jpelkey
Modified:
4 months, 3 weeks ago
CC:
ns-3-reviews_googlegroups.com, riley_ece.gatech.edu
SVN Base:
Visibility:
Public.

Patch Set 1

Total comments: 41

Patch Set 2 : Cleanup after Craig's initial review.

Total comments: 2

Patch Set 3 : Revisions after Tom's review

Patch Set 4 : Missed a few stray comments that were irrelevant

Total comments: 1

Patch Set 5 : Update after Mathieu's Review

Total comments: 2

Patch Set 6 : Documentation of NixVector in packet

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M AUTHORS View 1 2 3 4 1 chunk 9 lines 0 comments Download
M CHANGES.html View 1 2 3 4 1 chunk 22 lines 0 comments Download
M RELEASE_NOTES View 1 2 3 4 1 chunk 15 lines 0 comments Download
A examples/nix-simple.cc View 1 1 chunk 120 lines 0 comments Download
A examples/nms-p2p-nix.cc View 1 2 1 chunk 464 lines 0 comments Download
M examples/wscript View 1 chunk 19 lines 0 comments Download
A src/common/nix-vector.cc View 1 2 3 4 1 chunk 425 lines 0 comments Download
A src/common/nix-vector.h View 1 2 3 4 1 chunk 172 lines 0 comments Download
M src/common/packet.cc View 1 2 3 4 8 chunks 84 lines 0 comments Download
M src/common/packet.h View 1 2 3 4 5 3 chunks 39 lines 0 comments Download
M src/common/wscript View 1 2 3 4 2 chunks 20 lines 0 comments Download
A src/helper/ipv4-nix-vector-helper.cc View 1 chunk 45 lines 0 comments Download
A src/helper/ipv4-nix-vector-helper.h View 1 chunk 61 lines 0 comments Download
M src/helper/wscript View 1 2 3 4 5 3 chunks 29 lines 0 comments Download
A src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc View 1 2 3 1 chunk 846 lines 0 comments Download
A src/routing/nix-vector-routing/ipv4-nix-vector-routing.h View 1 2 1 chunk 163 lines 0 comments Download
A src/routing/nix-vector-routing/nix-vector-routing.h View 1 2 1 chunk 77 lines 0 comments Download
A src/routing/nix-vector-routing/waf View 2 1 chunk 7 lines 0 comments Download
A src/routing/nix-vector-routing/wscript View 1 chunk 21 lines 0 comments Download
M src/wscript View 1 chunk 12 lines 0 comments Download

Messages

Total messages: 8
craigdo
Took a quick look at this before starting other business. http://codereview.appspot.com/117046/diff/1/5 File examples/nix-simple.cc (right): http://codereview.appspot.com/117046/diff/1/5#newcode67 ...
5 months ago
jpelkey
Cleanup after Craig's initial review. Patch set 2 posted. http://codereview.appspot.com/117046/diff/1/5 File examples/nix-simple.cc (right): http://codereview.appspot.com/117046/diff/1/5#newcode67 Line ...
5 months ago
Tom Henderson
Summary of main open issues I found: 1) does not correctly handle bridge devices. 2) ...
4 months, 4 weeks ago
jpelkey
http://codereview.appspot.com/117046/diff/1/18 File src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc (right): http://codereview.appspot.com/117046/diff/1/18#newcode116 Line 116: if (BuildNixVector (parentVector, source->GetId (), destNode->GetId (), nixVector)) ...
4 months, 3 weeks ago
Tom Henderson
http://codereview.appspot.com/117046/diff/1/18 File src/routing/nix-vector-routing/ipv4-nix-vector-routing.cc (right): http://codereview.appspot.com/117046/diff/1/18#newcode616 Line 616: {} Could this be due to > nix-vector ...
4 months, 3 weeks ago
Mathieu Lacage
I am not sure why you have put this in the packet metadata class. This ...
4 months, 3 weeks ago
jpelkey
On 2009/09/15 10:56:11, Mathieu Lacage wrote: > I am not sure why you have put ...
4 months, 3 weeks ago
Mathieu Lacage
4 months, 3 weeks ago
The patch looks good for merging.

+1

http://codereview.appspot.com/117046/diff/116/1132
File src/common/packet.h (right):

http://codereview.appspot.com/117046/diff/116/1132#newcode31
Line 31: #include "nix-vector.h"
you don't need the include because you have a Ptr<> only. Just add a forward
declaration of NixVector below

http://codereview.appspot.com/117046/diff/116/1132#newcode38
Line 38: 
here, add:
class NixVector;
and it should still work if you include nix-vector.h from packet.cc
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r511