Skip to content

Commit 1d31f52

Browse files
Frank Blaschkadavem330
authored andcommitted
qeth: l3 ipv6 vlan not working on shared OSA chpid
In layer 3 mode IPv6 over VLAN does not work on newer OSA levels in case the sender and receiver run on the same (shared) OSA adapter. Keep vlan info in the skb so the qdio header is filled with the required vlan tag. Signed-off-by: Frank Blaschka <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f860b05 commit 1d31f52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/s390/net/qeth_l3_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2993,7 +2993,6 @@ static int qeth_l3_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
29932993
tag = (u16 *)(new_skb->data + 12);
29942994
*tag = __constant_htons(ETH_P_8021Q);
29952995
*(tag + 1) = htons(vlan_tx_tag_get(new_skb));
2996-
new_skb->vlan_tci = 0;
29972996
}
29982997
}
29992998

0 commit comments

Comments
 (0)