+1
−0
+1
−1
Loading
Replace kfree_skb() used in sch_handle_egress() with kfree_skb_reason(). The drop reason SKB_DROP_REASON_TC_EGRESS is introduced. Considering the code path of tc egerss, we make it distinct with the drop reason of SKB_DROP_REASON_QDISC_DROP in the next commit. Signed-off-by:Menglong Dong <imagedong@tencent.com> Signed-off-by:
David S. Miller <davem@davemloft.net>