From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Mon, 27 Jul 2009 14:13:24 +0200 Subject: [U-Boot] [PATCH/RFC] net: defragment IP packets In-Reply-To: <200907262059.34188.rgetz@blackfin.uclinux.org> References: <200907262059.34188.rgetz@blackfin.uclinux.org> <20090724080449.GA19910@mail.gnudd.com> Message-ID: <20090727121324.GA29825@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 Thanks for your comments. > Should have a CONFIG_ something - to make this conditional. This has been asked by Ben too. Will do, although I'm not very happy about all those conditionals for every few lines of code. Some of your remarks are just symptoms of this being a quick hack, like the memcpy not checked, the missed getenv and so on. > and I was doing md5 or sha1 on things to make sure that things came over > properly... Yes, me too. Besides booting the stuff I got. /alessandro