Re: [PATCH 2/2] net: Replace dev_kfree_skb_any by dev_consume_skb_any

From: Sergei Shtylyov
Date: Thu Feb 14 2019 - 04:13:30 EST


Hello!

On 14.02.2019 9:42, Huang Zijiang wrote:

The skb should be freed by dev_consume_skb_any() efx_tx_tso_fallback()
^ in?

when skb is still used. The skb is be replaced by segments, so the
^^ will?

original skb should be consumed(not drop).

Signed-off-by: Huang Zijiang <huang.zijiang@xxxxxxxxxx>
[...]

MBR, Sergei