Re: [NET]: Warn about GSO/checksum abuse

2007-04-23 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 24 Apr 2007 13:55:42 +1000 > [NET]: Warn about GSO/checksum abuse > > Now that Patrick has added the code to deal with GSO in netfilter, > we no longer need the crutch that computes partial checksums just > before transmis

[NET]: Warn about GSO/checksum abuse

2007-04-23 Thread Herbert Xu
Hi Dave: [NET]: Warn about GSO/checksum abuse Now that Patrick has added the code to deal with GSO in netfilter, we no longer need the crutch that computes partial checksums just before transmission. This patch turns this into a warning again. If this goes OK, we can then turn it into a BUG_ON