[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430073182-14195-1-git-send-email-thomasfherbert@gmail.com>
Date: Sun, 26 Apr 2015 14:33:00 -0400
From: Thomas F Herbert <thomasfherbert@...il.com>
To: netdev@...r.kernel.org
Cc: dev@...nvswitch.org, Thomas F Herbert <thomasfherbert@...il.com>
Subject: [PATCH net-next V7 0/2] openvswitch: Add support for 802.1AD
Add support for 802.1AD to the openvswitch kernel module.
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 accompanies version 7 of the patch submitted to openvswitch dev list.
For discussion, history and previous versions, of the kernel patch,
see the OVS dev mailing list, openvswitch.org/pipermail/dev/..
Thomas F Herbert (2):
add flow key field for ctag
Flow handling, actions, and vlan parsing for 8021AD
include/uapi/linux/openvswitch.h | 17 ++++----
net/openvswitch/actions.c | 6 ++-
net/openvswitch/flow.c | 83 +++++++++++++++++++++++++++++++++-------
net/openvswitch/flow.h | 1 +
net/openvswitch/flow_netlink.c | 81 ++++++++++++++++++++++++++++++++++++---
5 files changed, 160 insertions(+), 28 deletions(-)
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists