On 17/03/16 11:57, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > When un-mapping skb->data in __bcmgenet_tx_reclaim(), > we must use the length that was used in original dma_map_single(), > instead of skb->len that might be bigger (includes the frags) > > We simply can store skb_len into tx_cb_ptr->dma_len and use it > at unmap time. > > Fixes: 1c1008c793fa ("net: bcmgenet: add main driver file") > Signed-off-by: Eric Dumazet <eduma...@google.com>
Acked-by: Florian Fainelli <f.faine...@gmail.com> Good catch, thanks! -- Florian