commit | 5e7d7fa57323dfb48fb09464cf4542daa7ce8a72 | [log] [tgz] |
---|---|---|
author | Aubrey.Li <aubreylee@gmail.com> | Tue Apr 17 12:40:20 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Apr 17 13:13:26 2007 -0700 |
tree | 608dee7ca9e99458e3f6ad799e23e607322e95a1 | |
parent | 55569ce256ce29f4624f0007213432c1ed646584 [diff] |
[NET]: Fix UDP checksum issue in net poll mode. 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 <aubreylee@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>