Re: [PATCH net-next v2] tg3: Be drop monitor friendly

From: Michael Chan
Date: Thu Aug 24 2017 - 20:50:24 EST


On Thu, Aug 24, 2017 at 5:47 PM, Florian Fainelli <f.fainelli@xxxxxxxxx> wrote:
> tg3_tx() does the normal packet TX completion,
> tigon3_dma_hwbug_workaround() and tg3_tso_bug() both need to allocate a
> new SKB that is suitable to workaround HW bugs, and finally
> tg3_free_rings() is doing ring cleanup. Use dev_consume_skb_any() for
> these 3 locations to be SKB drop monitor friendly.
>
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Acked-by: Michael Chan <michael.chan@xxxxxxxxxxxx>

> ---
> Changes in v2:
>
> - also included tg3_tso_bug() as indicated by Michael
>