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

Yi Yang yi.y.yang at intel.com
Fri Feb 3 15:12:01 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".

Once this patch set is merged, l3 patch set can be merged.

Yi Yang (3):
  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/actions.c                                |  16 +-
 datapath/flow.c                                   |  65 +++--
 datapath/flow.h                                   |   8 +-
 datapath/flow_netlink.c                           | 311 +++++++++++++++-------
 datapath/linux/compat/include/linux/if_vlan.h     |  24 +-
 datapath/linux/compat/include/linux/openvswitch.h |  17 +-
 datapath/vport.c                                  |   7 +-
 7 files changed, 312 insertions(+), 136 deletions(-)

-- 
2.1.0



More information about the dev mailing list