[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1361381096.19353.195.camel@edumazet-glaptop>
Date: Wed, 20 Feb 2013 09:24:56 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: Marc MERLIN <marc@...lins.org>, David Miller <davem@...emloft.net>,
Larry.Finger@...inger.net, bhutchings@...arflare.com,
linux-wireless@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: 3.7.8/amd64 full interrupt hangs due to iwlwifi under big nfs
copies out
On Wed, 2013-02-20 at 18:01 +0100, Johannes Berg wrote:
> FWIW, I think just using order-0 pages and turning 8k A-MSDUs off by
> default makes more sense, A-MSDU is rarely used to begin with ...
>
My suggested patch makes sure that if someone needs 8k A-MSDU, iwlwifi
still works correctly.
> Also, if we copy larger frames here, we should also take into account
> the (variable) 802.11 header length to avoid copying into a position
> where the IP header ends up being unaligned.
But the current code already has this problem (if its a problem at all,
as on x86 NET_IP_ALIGN is 0)
I only increase available tailroom in the skb. Right now there is enough
room for IP and tcp headers.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists