On Thu, May 8, 2008 at 5:05 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > > > > This is for scatter gather. Nothing to do with aggregation. If you get > > > > fragmented frame you can send it out without linearizing in CPU. in > > > > numer of TB - TX buffers (which is limitted bu MAX_NUM_OF_TBS) But > > > > I'm just over ever explaining :) > > > > > > We don't support that in mac80211 right now, why do you have that there? > > > > Currently we actively use 2 of them. First for TX command second for > > actual frame. It would be even worth if we need to expand > > each packet also for TX command. > > We will no longer do that after davem and I figure out those allocation > patches. Not sure these things are connected. TX command is allocated fixed for each TFD. > You should implement TCP checksumming in the hardware. *that* would help > a lot. There is already pretty much deal of link layer in software to reduce the cost and the complexity of the HW for these softmac NICs so this would be kind of strange investment...but I didn't invest much thoughts into yet. There are probably other means to utilize scatter gather DMA then TCP off loading. Are they any other source of scattered packets maybe iovec? Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html