Re: [RFC v3 1/3] iwlwifi: mvm: add real TSO implementation
From: Eric Dumazet <hidden>
Date: 2015-08-20 13:12:43
On Thu, 2015-08-20 at 11:15 +0300, Emmanuel Grumbach wrote:
The segmentation is done completely in software. The driver creates several MPDUs out of a single large send. Each MPDU is a newly allocated SKB. A page is allocated to create the headers that need to be duplicated (SNAP / IP / TCP). The WiFi header is in the header of the newly created SKBs. type=feature Change-Id: I238ffa79cacc5bbdacdfbf3e9673c8d4f02b462a Signed-off-by: Emmanuel Grumbach <redacted> --- drivers/net/wireless/iwlwifi/mvm/tx.c | 513 +++++++++++++++++++++++++++++++--- 1 file changed, 481 insertions(+), 32 deletions(-)
Ouch again. This will be a NACK. Sorry. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html