All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] VLAN tag handling cleanup
@ 2018-11-20 12:20 Michał Mirosław
  2018-11-20 12:20 ` [PATCH net-next 1/4] net/vlan: introduce skb_vlan_tag_get_cfi() helper Michał Mirosław
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michał Mirosław @ 2018-11-20 12:20 UTC (permalink / raw)
  To: netdev
  Cc: Ajit Khaparde, devel, Haiyang Zhang, K. Y. Srinivasan,
	Leon Romanovsky, linux-rdma, Saeed Mahameed, Sathya Perla,
	Somnath Kotur, Sriharsha Basavapatna, Stephen Hemminger

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(-)

-- 
2.19.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-21 23:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20 12:20 [PATCH net-next 0/4] VLAN tag handling cleanup Michał Mirosław
2018-11-20 12:20 ` [PATCH net-next 1/4] net/vlan: introduce skb_vlan_tag_get_cfi() helper Michał Mirosław
2018-11-20 12:20 ` [PATCH net-next 3/4] benet: use skb_vlan_tag_get_prio() Michał Mirosław
2018-11-20 12:20 ` [PATCH net-next 2/4] net/hyperv: use skb_vlan_tag_*() helpers Michał Mirosław
2018-11-20 20:37   ` Haiyang Zhang
2018-11-20 12:20 ` [PATCH net-next 4/4] mlx5: use skb_vlan_tag_get_prio() Michał Mirosław
2018-11-21 23:41 ` [PATCH net-next 0/4] VLAN tag handling cleanup David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.