netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] tc: flower, m_vlan: Introduce vlan tag support
@ 2016-08-22 10:24 Hadar Hen Zion
  2016-08-22 10:24 ` [PATCH iproute2 1/2] tc: flower: Introduce vlan support Hadar Hen Zion
  2016-08-22 10:24 ` [PATCH iproute2 2/2] tc: m_vlan: Add priority option to push vlan action Hadar Hen Zion
  0 siblings, 2 replies; 7+ messages in thread
From: Hadar Hen Zion @ 2016-08-22 10:24 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: netdev, David S. Miller, Jiri Pirko, Amir Vadai, Or Gerlitz,
	Hadar Hen Zion

Hi,
Re-sending becuase of a wrong source e-mail address sent before.

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.

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

 include/linux/pkt_cls.h        |  5 +++
 include/linux/tc_act/tc_vlan.h |  4 +++
 man/man8/tc-flower.8           | 25 ++++++++++++-
 man/man8/tc-vlan.8             |  5 +++
 tc/f_flower.c                  | 80 ++++++++++++++++++++++++++++++++++++++++--
 tc/m_vlan.c                    | 22 +++++++++++-
 6 files changed, 136 insertions(+), 5 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <1471860867-7836-1-git-send-email-y>]

end of thread, other threads:[~2016-08-29 18:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 10:24 [PATCH iproute2 0/2] tc: flower, m_vlan: Introduce vlan tag support Hadar Hen Zion
2016-08-22 10:24 ` [PATCH iproute2 1/2] tc: flower: Introduce vlan support Hadar Hen Zion
2016-08-22 11:06   ` Jiri Pirko
2016-08-29 18:14   ` Stephen Hemminger
2016-08-22 10:24 ` [PATCH iproute2 2/2] tc: m_vlan: Add priority option to push vlan action Hadar Hen Zion
2016-08-22 11:07   ` Jiri Pirko
     [not found] <1471860867-7836-1-git-send-email-y>
2016-08-22 10:14 ` [PATCH iproute2 1/2] tc: flower: Introduce vlan support y

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