Re: [PATCH] Fix UDP checksum issue in net poll mode.

2007-04-17 Thread David Miller
From: "Aubrey Li" <[EMAIL PROTECTED]> Date: Tue, 17 Apr 2007 14:53:48 +0800 > In net poll mode, the current checksum function doesn't consider the > kind of packet which is padded to reach a specific minimum length. I > believe that's the problem causing my test case failed. The following > patch

[PATCH] Fix UDP checksum issue in net poll mode.

2007-04-17 Thread Aubrey Li
In net poll mode, the current checksum function doesn't consider the kind of packet which is padded to reach a specific minimum length. I believe that's the problem causing my test case failed. The following patch fixed this issue. Signed-off-by: Aubrey.Li <[EMAIL PROTECTED]> ---

[PATCH] Fix UDP checksum issue in net poll mode.

2007-04-17 Thread Aubrey Li
In net poll mode, the current checksum function doesn't consider the kind of packet which is padded to reach a specific minimum length. I believe that's the problem causing my test case failed. The following patch fixed this issue. Signed-off-by: Aubrey.Li [EMAIL PROTECTED] ---

Re: [PATCH] Fix UDP checksum issue in net poll mode.

2007-04-17 Thread David Miller
From: Aubrey Li [EMAIL PROTECTED] Date: Tue, 17 Apr 2007 14:53:48 +0800 In net poll mode, the current checksum function doesn't consider the kind of packet which is padded to reach a specific minimum length. I believe that's the problem causing my test case failed. The following patch fixed