marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Jumbo frames with bandwidth limitation? #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I’m trying to emulate a simple WAN link (RJ45 to router to router to RJ45) 
for testing purposes.  The software being tested uses UDP unicast and requires 
jumbo MTU sizes all the way through the path.  I’ve done some hacking to get 
jumbo frames working (i.e. can ping through CORE in both directions using 8000 
byte packets).  I can successfully add delay to the link between the routers.  
However, when I try to restrict bandwidth on the link, one of the routers (n4) 
starts choking on jumbo frames.

What is the expected output? What do you see instead?
I expect to be able to ping -s 8000 through the emulator. Currently it works up 
to 2005 bytes, but anything larger fails to reach the n4 router eth0 interface.

What version of the product are you using? On what operating system?
Version 4.6, built from source on RHEL6_x86_64.

Please provide any additional information below.
Please see attached IMN file.

Thanks!

Original issue reported on code.google.com by adw...@gmail.com on 28 Mar 2014 at 5:55

Attachments:

GoogleCodeExporter commented 9 years ago
Linking issue tracker item with mailing list thread:
http://pf.itd.nrl.navy.mil/pipermail/core-users/2014-March/001520.html
http://pf.itd.nrl.navy.mil/pipermail/core-users/2014-April/001522.html

Original comment by ahrenh...@gmail.com on 3 Apr 2014 at 7:49