Re: [ovs-dev] [PATCH 6/8] system-traffic.at: Add erspan v2 tunnel test that doesn't depend on upstream gre module

2018-08-09 Thread Yifeng Sun
Yes, exactly. Thanks, Yifeng On Thu, Aug 9, 2018 at 1:13 PM, William Tu wrote: > > > On Thu, Aug 9, 2018 at 12:52 PM, Yifeng Sun > wrote: > >> The above packet hex is supposed to be generated by linux native tunnel. >> But since native tunnel conflicts with openvswitch kernel module, so we >>

Re: [ovs-dev] [PATCH 6/8] system-traffic.at: Add erspan v2 tunnel test that doesn't depend on upstream gre module

2018-08-09 Thread William Tu
On Thu, Aug 9, 2018 at 12:52 PM, Yifeng Sun wrote: > The above packet hex is supposed to be generated by linux native tunnel. > But since native tunnel conflicts with openvswitch kernel module, so we > don't add native tunnel but just send simulated packets to OVS. > > The ERSPAN implementation

Re: [ovs-dev] [PATCH 6/8] system-traffic.at: Add erspan v2 tunnel test that doesn't depend on upstream gre module

2018-08-09 Thread Yifeng Sun
The above packet hex is supposed to be generated by linux native tunnel. But since native tunnel conflicts with openvswitch kernel module, so we don't add native tunnel but just send simulated packets to OVS. The ERSPAN implementation of OVS is still tested on br0 and br-underlay. In this test,

Re: [ovs-dev] [PATCH 6/8] system-traffic.at: Add erspan v2 tunnel test that doesn't depend on upstream gre module

2018-08-09 Thread William Tu
On Wed, Aug 8, 2018 at 11:32 AM, Yifeng Sun wrote: > Introduce a new test that doesn't setup native erspan v2 tunnels but sends > simulated raw packets. > This test is supposed to only run for kernel version from 4.4.x to 4.15.x. > > Signed-off-by: Yifeng Sun > --- > tests/system-traffic.at |