Hello! On 29.01.2019 18:04, Yang Wei wrote:
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
s/be/being/?
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>
[...] MBR, Sergei