Re: [PATCH 1/4] e1000e: Fix jumbo frame receive code.
From: Jeff Garzik <hidden>
Date: 2007-10-29 09:47:26
From: Jeff Garzik <hidden>
Date: 2007-10-29 09:47:26
Auke Kok wrote:
Fix allocation and freeing of jumbo frames where several bugs were recently introduced by cleanups after we forked this code from e1000. This moves ps_pages to buffer_info where it really belongs and makes it a dynamically allocated array. The penalty is not that high since it's allocated outside of the buffer_info struct anyway. Without this patch all jumbo frames are completely broken and the driver panics. Signed-off-by: Jesse Brandeburg <redacted> Signed-off-by: Auke Kok <redacted> --- drivers/net/e1000e/e1000.h | 4 +- drivers/net/e1000e/netdev.c | 102 ++++++++++++++++++++++--------------------- 2 files changed, 54 insertions(+), 52 deletions(-)
applied 1-4 to #upstream-fixes