Re: [Ryu-devel] Ryu's Packet Library Performance.

2013-09-10 Thread Omid Alipourfard
Hello Yamamoto, I have submitted a pull request in Github. All the tests are working. ( I had to modify some of them to accommodate for the new changes, the tests that I changed are merely the ones that were testing "packet" library behavior, the rest of the tests are the same. ) https://github.c

Re: [Ryu-devel] Ryu's Packet Library Performance.

2013-09-08 Thread YAMAMOTO Takashi
hi, > Hello Ryu's Team, > > I am considering using Ryu's packet library as a substitute for dpkt. > Unfortunately, I got some very odd results about the performance of the > packet library, specifically I noticed that Ryu's packet library is 5~7x > slower than dpkt in packing and unpacking raw pa

[Ryu-devel] Ryu's Packet Library Performance.

2013-09-08 Thread Omid Alipourfard
Hello Ryu's Team, I am considering using Ryu's packet library as a substitute for dpkt. Unfortunately, I got some very odd results about the performance of the packet library, specifically I noticed that Ryu's packet library is 5~7x slower than dpkt in packing and unpacking raw packets. I got som