linux_old1/include/linux/mlx4
Eric Dumazet 6221217199 mlx4_en: dont change mac_header on xmit
A driver xmit function is not allowed to change skb without special
care.

mlx4_en_xmit() should not call skb_reset_mac_header() and instead should
use skb->data to access ethernet header.

This removes a dumb test : if (ethh && ethh->h_dest)

Also remove this slow mlx4_en_mac_to_u64() call, we can use
get_unaligned() to get faster code.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-02-26 14:22:05 -05:00
..
cmd.h mlx4_core: Modify driver initialization flow to accommodate SRIOV for Ethernet 2011-12-13 13:56:08 -05:00
cq.h mlx4_core: Add ethernet fields to CQE struct 2008-08-06 20:14:06 -07:00
device.h mlx4_en: eth statistics modification 2012-01-22 15:08:43 -05:00
doorbell.h
driver.h IB/mlx4: Handle protocol field in multicast table 2011-01-12 14:49:17 -08:00
qp.h mlx4_en: dont change mac_header on xmit 2012-02-26 14:22:05 -05:00
srq.h