From: Huang Zijiang <huang.ziji...@zte.com.cn> Date: Thu, 14 Feb 2019 14:41:18 +0800
> The skb should be freed by dev_consume_skb_any() in macb_pad_and_fcs() > when *skb is still used. The *skb is be replaced by nskb, so the > original *skb should be consumed(not drop). > > Signed-off-by: Huang Zijiang <huang.ziji...@zte.com.cn> Applied.