greearb@xxxxxxxxxxxxxxx writes: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > Consolidate the list of msdu skbs into the msdu-head skb, delete the > rest of the skbs, pass the msdu-head skb on up the stack as normal. > > Tested with high-speed TCP and UDP traffic on modified firmware that > supports raw-rx. > > Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> > --- > > v2: Add note about skb_try_coalesce, though I am not sure it will > work or not. > Only grow skb once, which should save on some memory (re)allocation > and copying when we have more than one chained skb. I didn't look at the patch itself yet, but I see checkpatch warnings: drivers/net/wireless/ath/ath10k/htt_rx.c:1022: WARNING: line over 80 characters drivers/net/wireless/ath/ath10k/htt_rx.c:1032: WARNING: line over 80 characters drivers/net/wireless/ath/ath10k/htt_rx.c:1044: WARNING: labels should not be indented drivers/net/wireless/ath/ath10k/htt_rx.c:1053: WARNING: labels should not be indented -- Kalle Valo -- 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