diff options
author | 2012-05-11 03:21:58 +0000 | |
---|---|---|
committer | 2012-05-17 04:21:08 -0700 | |
commit | 4af4a23328cb766172c0ecb833c7fae905d18862 (patch) | |
tree | 6f332c555ebb2f5bd53be6fb058ede777b1f34d1 /net/lapb/lapb_timer.c | |
parent | e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUS (diff) | |
download | wireguard-linux-4af4a23328cb766172c0ecb833c7fae905d18862.tar.xz wireguard-linux-4af4a23328cb766172c0ecb833c7fae905d18862.zip |
e1000: remove workaround for Errata 23 from jumbo alloc
According to the comment, errata 23 says that the memory we allocate
can't cross a 64KiB boundary. In case of jumbo frames we allocate
complete pages which can never cross the 64KiB boundary because
PAGE_SIZE should be a multiple of 64KiB so we stop either before the
boundary or start after it but never cross it. Furthermore the check
seems bogus because it looks at skb->data which is not seen by the HW
at all because we only pass the DMA address of the page we allocated. So
I *think* the workaround is not required here.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions