mbox series

[net-next,0/4] VLAN tag handling cleanup

Message ID cover.1542716156.git.mirq-linux@rere.qmqm.pl
Headers show
Series VLAN tag handling cleanup | expand

Message

Michał Mirosław Nov. 20, 2018, 12:20 p.m. UTC
This is a cleanup set after VLAN_TAG_PRESENT removal. The CFI bit
handling is made similar to how other tag fields are used.

Michał Mirosław (4):
  net/vlan: introduce skb_vlan_tag_get_cfi() helper
  net/hyperv: use skb_vlan_tag_*() helpers
  benet: use skb_vlan_tag_get_prio()
  mlx5: use skb_vlan_tag_get_prio()

 drivers/net/ethernet/emulex/benet/be_main.c     | 2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 2 +-
 drivers/net/hyperv/netvsc_drv.c                 | 9 +++++----
 include/linux/if_vlan.h                         | 3 ++-
 4 files changed, 9 insertions(+), 7 deletions(-)

Comments

David Miller Nov. 21, 2018, 11:41 p.m. UTC | #1
From: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Date: Tue, 20 Nov 2018 13:20:30 +0100

> This is a cleanup set after VLAN_TAG_PRESENT removal. The CFI bit
> handling is made similar to how other tag fields are used.

Series applied, thanks.