commit | b9d8839a44092cb4268ef2813c34d5dbf3363603 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Oct 05 12:35:17 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 06 01:04:15 2014 -0400 |
tree | 93e3bb2052e4edb6d674193d244918f87b84336b | |
parent | f905c79e12791d09bbfd9ba7b672fbeb19c1e7c2 [diff] |
net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) Acces skb_shinfo(skb) once in tx flow. Also, rename @i variable to @i_frag to avoid confusion, as the "goto tx_drop_unmap;" relied on this @i variable. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Amir Vadai <amirv@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>