Hi Kawai-San, Thank you for reviewing my patch!
On 2016年07月08日 14:54, Hiroaki KAWAI wrote: > Hi, Iwase-san, Fujita-san > > Patch set looks good to me. > > > On 2016/07/06 15:26, IWASE Yusuke wrote: >> For the discussion with Kawai-San and Fujita-San, this patch >> fixes ryu/lib/packet/ethernet.py to fix up the minimum length >> of the generated ethernet frames by Ryu's Packet library. >> >> With this patch, the generated ethernet frames will be fixed up >> to 60 bytes long at least (not including the preamble and FCS). >> >> IWASE Yusuke (2): >> packet: Fix minimum ethernet frame length >> test_packet: Avoid to use array.array as input binary >> >> ryu/lib/packet/ethernet.py | 7 ++++ >> ryu/lib/packet/packet.py | 5 +-- >> ryu/tests/unit/packet/test_lldp.py | 11 +++++- >> ryu/tests/unit/packet/test_packet.py | 66 >> ++++++++++++++++++++++++------------ >> 4 files changed, 65 insertions(+), 24 deletions(-) >> > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
