From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from rv-out-0506.google.com ([209.85.198.238]:20480 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754285AbYFYK70 (ORCPT ); Wed, 25 Jun 2008 06:59:26 -0400 Received: by rv-out-0506.google.com with SMTP id k40so8143218rvb.1 for ; Wed, 25 Jun 2008 03:59:25 -0700 (PDT) Message-ID: <1ba2fa240806250359u211e6b93yb4225e01aeef6e27@mail.gmail.com> (sfid-20080625_125930_273370_F80FECA0) Date: Wed, 25 Jun 2008 13:59:25 +0300 From: "Tomas Winkler" To: "Johannes Berg" Subject: Re: Broken fragmentation Cc: "Linux Wireless" In-Reply-To: <1214390528.21847.15.camel@johannes.berg> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <1ba2fa240806190220l18fe5dcdsf44fe81412a5f35d@mail.gmail.com> <1213899419.8967.59.camel@johannes.berg> <1ba2fa240806191409k7200ad53y654a7f8a117c8f14@mail.gmail.com> <1213910734.8967.117.camel@johannes.berg> <1ba2fa240806250250k2ae66eddre00172f6bc871fcb@mail.gmail.com> <1214388133.21847.8.camel@johannes.berg> <1ba2fa240806250330s15168d22i50e61498fbba6af7@mail.gmail.com> <1214389930.21847.12.camel@johannes.berg> <1ba2fa240806250335g7251fe9ax5a470990357f0b71@mail.gmail.com> <1214390528.21847.15.camel@johannes.berg> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, Jun 25, 2008 at 1:42 PM, Johannes Berg wrote: > On Wed, 2008-06-25 at 13:35 +0300, Tomas Winkler wrote: >> On Wed, Jun 25, 2008 at 1:32 PM, Johannes Berg >> wrote: >> > On Wed, 2008-06-25 at 13:30 +0300, Tomas Winkler wrote: >> > >> >> >> So the bug is still in mac80211. Fragments are scheduled to different >> >> >> TIDs and hence to different queues. >> >> >> Investigating further. If you have something in mind let me know >> >> > >> >> > Hmm, yes, I do indeed, try >> >> > >> >> > skb_copy_queue_mapping(frag, first); >> >> > >> >> > where you previously added the cb copy. >> > >> >> Yeah just found that too 2 min ago :) >> > >> > :) >> > >> > Before it happens again, can you think of anything else we need to copy? >> >> Not sure, now it works. >> Shell I send a patch or blend it into the original one. > > I don't care, ask John? Or just merge them, he doesn't seem to have > merged it yet. If he didn't I will merge them. Thanks Tomas