Hi John, I am doing some small clean-ups while reading the code to help me ...
8 years, 3 months ago
(2016-08-03 23:20:13 UTC)
#1
Hi John,
I am doing some small clean-ups while reading the code to help me understand the
code. I see that you are working on the InfUdDriver so you can ignore my minor
changes to that class. Thanks!
commit 27d03c104e29bc91950a8a9c7ef94ad60a5fc88a
Author: Yilong Li <yilongl@cs.stanford.edu>
Date: Wed Aug 3 15:32:06 2016 -0700
Multiple clean-ups for the driver classes.
* Pulled PacketBuf up into a class template in Driver
* Removed the virtual clone function in Driver::Address, which is only used
in the unit tests; redesigned the unit tests such that the PacketBuf's are
only returned to the object pool when they become useless
* Removed unused functions, definitions, etc.
* Added const modifiers in Driver
* Fixed typos in documentation
These cleanups look good; just a couple of small comments. https://rccodereview.appspot.com/8771002/diff/1/src/DpdkDriver.h File src/DpdkDriver.h (right): https://rccodereview.appspot.com/8771002/diff/1/src/DpdkDriver.h#newcode70 ...
8 years, 3 months ago
(2016-08-04 16:14:40 UTC)
#2