Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290781
b: refs/heads/master
c: 18f973a
h: refs/heads/master
i:
  290779: 8bcadfc
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 5, 2012
1 parent c25f6b9 commit 471789a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c1e51a34afb110a010a73141a2b5f000f798875
refs/heads/master: 18f973af3e7028620186d1c1ace044506bb6229e
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/mellanox/mlx4/en_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,8 +686,8 @@ netdev_tx_t mlx4_en_xmit(struct sk_buff *skb, struct net_device *dev)

/* Copy dst mac address to wqe */
ethh = (struct ethhdr *)skb->data;
tx_desc->ctrl.srcrb_flags16[0] = get_unaligned((u16 *)ethh->h_dest);
tx_desc->ctrl.imm = get_unaligned((u32 *)(ethh->h_dest + 2));
tx_desc->ctrl.srcrb_flags16[0] = get_unaligned((__be16 *)ethh->h_dest);
tx_desc->ctrl.imm = get_unaligned((__be32 *)(ethh->h_dest + 2));
/* Handle LSO (TSO) packets */
if (lso_header_size) {
/* Mark opcode as LSO */
Expand Down

0 comments on commit 471789a

Please sign in to comment.