[ovs-dev] [PATCH 0/2] V4 Add 802.1ad (qinq) Support to OVS

Thomas F Herbert thomasfherbert at entpnt.com
Sun Oct 12 00:56:05 UTC 2014


This patch adds 802.1ad support to OVS. It includes the user space and 
linux kernel portions. 

This effort is supported by Entry Point LLC. It has been tested in VMs and 
real-world environment at ATC Communications Inc.

We would be interested in results from any other testers.

Thomas F Herbert (2):
  V4 linux datapath Adds 802.1ad (qinq) support
  V4 user space Adds 802.1ad (qinq) support.

 datapath/actions.c                                |  27 +++--
 datapath/flow.c                                   |  80 ++++++++++---
 datapath/flow.h                                   |   1 +
 datapath/flow_netlink.c                           |  37 +++++-
 datapath/linux/compat/include/linux/openvswitch.h |  17 +--
 lib/flow.c                                        |  31 +++++-
 lib/flow.h                                        |  12 +-
 lib/match.c                                       |   2 +-
 lib/nx-match.c                                    |   2 +-
 lib/odp-execute.c                                 |   3 +-
 lib/odp-util.c                                    | 130 ++++++++++++++++++----
 lib/odp-util.h                                    |   2 +-
 lib/ofp-actions.c                                 |  32 +++---
 lib/ofp-actions.h                                 |  13 ++-
 lib/ofp-util.c                                    |   2 +-
 lib/packets.c                                     |   2 +-
 lib/packets.h                                     |   7 ++
 ofproto/ofproto-dpif-xlate.c                      |  13 ++-
 utilities/ovs-ofctl.8.in                          |   3 +-
 19 files changed, 326 insertions(+), 90 deletions(-)

-- 
1.8.3.2




More information about the dev mailing list