This series adds 6 test cases to the "check-kernel" make target for 802.1ad. It is meant as a counterpart to the 802.1ad work currently going on and being discussed on the dev list.
User space support for 802.1ad is being worked on by Xiao Liang (based on Thomas F Herbert's work). Kernel support is being worked on by myself (also based on Tom's work). I will post (and CC ovs-dev) the kernel series once net-next opens again for new content. If there is interest I can post that series to ovs-dev for discussion in the mean time. These patches have been tested with Xiao's most recent series and my yet to be posted kernel series. Update v2: - Properly skip tests on older versions of OVS and kernel - Set CVLAN mtu to 1496 to allow tests to pass on older kernels Eric Garver (5): check-kernel: Add macros to check for and test 802.1ad. check-kernel: 802.1ad: Add datapath ping tests for CVLANs. check-kernel: 802.1ad: Add conntrack ping tests for CVLANs. check-kernel: 802.1ad: Add push/pop test case. check-kernel: 802.1ad: Add dot1q-tunnel test case. tests/system-common-macros.at | 30 ++++- tests/system-traffic.at | 268 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 297 insertions(+), 1 deletion(-) -- 2.5.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev