From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Sun, 26 Jul 2009 22:23:14 +0200 Subject: [U-Boot] [PATCH/RFC] net: defragment IP packets In-Reply-To: <200907260044.01060.rgetz@blackfin.uclinux.org> References: <200907260044.01060.rgetz@blackfin.uclinux.org> <20090724080449.GA19910@mail.gnudd.com> <200907251809.07327.rgetz@blackfin.uclinux.org> <4A6BB948.1000900@gmail.com> Message-ID: <20090726202314.GA10969@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> > > Yeah, I had seen this - but didn't want to duplicate something that Alessandro > might already working on... > > Alessandro - were you going to add out of order packets? If the code has chances to go mainline, I'll be happy to complete this task. So unless I get a nak earlier, I'm going to find a time slot in the next few days (with your fixes, I suppose, or should they remain separate patches?) > To make your host send out of order/delayed packets, which should be > more "real world/long haul" try something like: > # modprobe sch_netem (if it's not compiled into your kernel) > # tc qdisc change dev eth0 root netem reorder 50% delay 10ms Thanks a lot, I was missing that. /alessandro