[ovs-dev] [vlans 0/5] Implement "native" VLANs, add VLAN tests, fix a VLAN bug
Ben Pfaff
blp at nicira.com
Fri Aug 26 13:19:35 PDT 2011
This replaces the previous (unreviewed) "trunks" series.
Ben Pfaff (4):
dpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
ofproto-dpif: Fix behavior when a subset of VLANs is trunked.
ofproto-dpif: Add tests for VLAN handling.
bitmap: New function to allocate a bitmap initialized to all-1-bits.
Philippe Jung (1):
Implement "native VLAN" feature.
NEWS | 3 +
lib/bitmap.c | 21 +++++++-
lib/bitmap.h | 2 +
lib/dpif-netdev.c | 2 +-
ofproto/ofproto-dpif.c | 123 +++++++++++++++++++++++++++++++++++-------
ofproto/ofproto.h | 26 ++++++++-
tests/automake.mk | 1 +
tests/compare-odp-actions.pl | 66 ++++++++++++++++++++++
tests/ofproto-dpif.at | 108 ++++++++++++++++++++++++++++++++++++
tests/ofproto-macros.at | 43 +++++++++++++++
vswitchd/bridge.c | 33 ++++++++++--
vswitchd/vswitch.ovsschema | 8 ++-
vswitchd/vswitch.xml | 110 ++++++++++++++++++++++++++-----------
13 files changed, 484 insertions(+), 62 deletions(-)
create mode 100644 tests/compare-odp-actions.pl
--
1.7.4.4
More information about the dev
mailing list