[ovs-dev] [PATCH v3 0/5] Backport 802.1ad patches

Yi Yang yi.y.yang at intel.com
Mon Feb 13 02:39:11 UTC 2017


This patch set is to backport 802.1ad patches Eric Garver did to ovs, per discussion in ovs-dev mailing list, this fix patch
"openvswitch: upcall: Fix vlan handling" depends on them, l3 patch set depends on this patch set and "openvswitch: upcall: Fix vlan handling".

Yi Yang (5):
  datapath: backport: vlan: Introduce helper functions to check if skb
    is tagged
  datapath: backport: openvswitch: 802.1ad uapi changes.
  datapath: backport: vlan: Check for vlan ethernet types for 8021.q or
    802.1ad
  datapath: backport: openvswitch: 802.1AD Flow handling, actions, vlan
    parsing, netlink attributes
  datapath: Fix cvlan test failure on the old kernel versions

 acinclude.m4                                      |   2 +
 datapath/actions.c                                |  16 +-
 datapath/flow.c                                   |  65 +++--
 datapath/flow.h                                   |   8 +-
 datapath/flow_netlink.c                           | 311 +++++++++++++++-------
 datapath/linux/compat/include/linux/if_vlan.h     |  78 +++++-
 datapath/linux/compat/include/linux/openvswitch.h |  17 +-
 datapath/vport.c                                  |   7 +-
 8 files changed, 365 insertions(+), 139 deletions(-)

-- 
2.1.0



More information about the dev mailing list