netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V12 0/3] openvswitch: Add support for 802.1AD
@ 2015-07-26 14:52 Thomas F Herbert
       [not found] ` <1437922355-3809-1-git-send-email-thomasfherbert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-07-26 14:52 ` [PATCH net-next 3/3] openvswitch: 802.1AD: Flow handling, actions, vlan parsing and netlink attributes Thomas F Herbert
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas F Herbert @ 2015-07-26 14:52 UTC (permalink / raw)
  To: netdev-u79uwXL29TY76Z2rM5mHXA, pshelar-l0M0P4e3n4LQT0dZR+AlfA
  Cc: dev-yBygre7rU0TnMu66kgdUjQ, therbert-H+wXaHxf7aLQT0dZR+AlfA

V12: Fix some problems and issues pointed out by reviewers. When parsing
netlink attributes Ether types other then 0x88a8 as outer tpid.

V11: Add inner tpid to flow key. Fix separate inner encap attribute
when parsing netlink attributes. Merge 2 patches to consolidate
qinq changes.

V10: Implement reviewer comments: Consolidate vlan parsing functions.
Splits netlink parsing and flow conversion into a separate patch. Uses
double encap attribute encapsulation for 802.1ad.  Netlink attributes
now look like this:

    eth_type(0x88a8),vlan(vid=100),encap(eth_type(0x8100), vlan(vid=200),
        encap(eth_type(0x0800), ...))

The double encap atributes in this version of the patch is incompatible with
old versions of the user level 802.1ad patch. A new user level patch which
is also being submitted simultaneously to openvswitch dev mailing list.

V9:  Includes changes suggested by reviewers

V8:  Includes changes suggested by reviewers

V7:  Includes changes suggested by reviewers

V6:  Rebased to net-next

V5:  Use encapsulated attributes

Although the Open Flow specification specified support for 802.1AD (qinq)
as well as push and pop vlan headers,  So far Open vSwitch has only
supported a single tag header.

This patch accompanies version 10 of the user level openvswitch patch
submitted to openvswitch dev list.
For discussion, history  and previous versions of the kernel module
patch and the user code patch see the OVS dev mailing list,
openvswitch.org/pipermail/dev/..


Thomas F Herbert (3):
  openvswitch: 802.1ad uapi changes.
  Check for vlan ethernet types for 8021.q or 802.1ad
  802.1AD: Flow handling, actions, vlan parsing and netlink attributes

 include/linux/if_vlan.h          |  17 ++++
 include/uapi/linux/openvswitch.h |  17 ++--
 net/openvswitch/flow.c           |  84 ++++++++++++++---
 net/openvswitch/flow.h           |   5 +
 net/openvswitch/flow_netlink.c   | 196 +++++++++++++++++++++++++++++++++------
 5 files changed, 269 insertions(+), 50 deletions(-)

-- 
2.4.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

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

end of thread, other threads:[~2015-08-01 15:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-26 14:52 [PATCH net-next V12 0/3] openvswitch: Add support for 802.1AD Thomas F Herbert
     [not found] ` <1437922355-3809-1-git-send-email-thomasfherbert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-26 14:52   ` [PATCH net-next V12 1/3] openvswitch: 802.1ad uapi changes Thomas F Herbert
2015-07-26 14:52   ` [PATCH net-next V12 2/3] Check for vlan ethernet types for 8021.q or 802.1ad Thomas F Herbert
2015-07-27  8:24     ` David Miller
2015-07-26 14:52 ` [PATCH net-next 3/3] openvswitch: 802.1AD: Flow handling, actions, vlan parsing and netlink attributes Thomas F Herbert
2015-07-27 19:02   ` Pravin Shelar
     [not found]   ` <1437922355-3809-4-git-send-email-thomasfherbert-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-07-31 12:34     ` ravulakollu.kumar-uxC5H9eHYlcAvxtiuMwx3w
2015-07-31 16:28       ` [ovs-dev] " Thomas F Herbert
     [not found]         ` <55BBA229.6080704-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-08-01 15:45           ` ravulakollu.kumar-uxC5H9eHYlcAvxtiuMwx3w

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