From: Yang Wei <albin_y...@163.com> Date: Tue, 29 Jan 2019 23:04:40 +0800
> From: Yang Wei <yang.w...@zte.com.cn> > > The skb should be freed by dev_consume_skb_any() in b44_start_xmit() > when bounce_skb is used. The skb is be replaced by bounce_skb, so the > original skb should be consumed(not drop). > > dev_consume_skb_irq() should be called in b44_tx() when skb xmit > done. It makes drop profiles(dropwatch, perf) more friendly. > > Signed-off-by: Yang Wei <yang.w...@zte.com.cn> Applied.