netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 V2 0/2] tc: flower, m_vlan: Introduce vlan tag support
@ 2016-09-01  6:45 Hadar Hen Zion
  2016-09-01  6:45 ` [PATCH iproute2 V2 1/2] tc: flower: Introduce vlan support Hadar Hen Zion
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hadar Hen Zion @ 2016-09-01  6:45 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: netdev, David S. Miller, Jiri Pirko, Or Gerlitz, Amir Vadai,
	Hadar Hen Zion

Hi,

This patchset introduce vlan tag support to the tc flower classifier.
In addition to adding vlan priority to vlan push action.

- The first patch adds classification according to vlan id and vlan priority to the flower.
- The second patch adds support for vlan priority to the current vlan push action.

Changes from v1:
- Remove VLAN_PRIO_MASK and VLAN_VID_MASK defines from tc_vlan.h file


Hadar Hen Zion (2):
  tc: flower: Introduce vlan support
  tc: m_vlan: Add priority option to push vlan action

 man/man8/tc-flower.8 | 25 ++++++++++++++++-
 man/man8/tc-vlan.8   |  5 ++++
 tc/f_flower.c        | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 tc/m_vlan.c          | 22 ++++++++++++++-
 4 files changed, 125 insertions(+), 5 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-09-01 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01  6:45 [PATCH iproute2 V2 0/2] tc: flower, m_vlan: Introduce vlan tag support Hadar Hen Zion
2016-09-01  6:45 ` [PATCH iproute2 V2 1/2] tc: flower: Introduce vlan support Hadar Hen Zion
2016-09-01  6:45 ` [PATCH iproute2 V2 2/2] tc: m_vlan: Add priority option to push vlan action Hadar Hen Zion
2016-09-01 15:40 ` [PATCH iproute2 V2 0/2] tc: flower, m_vlan: Introduce vlan tag support Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).