commit | eb4ad826419ab5b1260bc1625249114767d36bea | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Sun Aug 02 20:22:18 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 02 20:22:18 2009 -0700 |
tree | 456a5d1386cc8daf59377da886240048907c1949 | |
parent | b564afcfb82fe3e63a7ce05a944eb5e11244d7cb [diff] |
mlx4_en: Fix double pci unmapping. In cases of fragmented skb, with the data pointers being wrapped around the TX buffer, the completion handling code would not forward the data pointer and the firs fragment was unmapped several times, while others were not unmapped at all. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>