Re: [ovs-discuss] Lost connectivity when having multiple ports

2017-08-08 Thread Ben Pfaff
On Mon, Jul 24, 2017 at 01:04:34PM +0200, Pablo Pousada wrote: > I've been encountering an error on the testbed I'm building, where having > multiple ports added to a ovs bridge blocks all outwards communication. > > Example: Having the following setup, i have connectivity through the eth0.3 >

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Joe Stringer
On 8 August 2017 at 09:26, Darrell Ball wrote: > > > > > From: on behalf of James Page > > Date: Tuesday, August 8, 2017 at 2:49 AM > To: "b...@openvswitch.org" > Subject: [ovs-discuss]

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Darrell Ball
-Original Message- From: Joe Stringer Date: Tuesday, August 8, 2017 at 3:43 PM To: Darrell Ball Cc: James Page , "b...@openvswitch.org" Subject: Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Ben Pfaff
On Tue, Aug 08, 2017 at 10:52:36PM +, Darrell Ball wrote: > > > -Original Message- > From: Joe Stringer > Date: Tuesday, August 8, 2017 at 3:43 PM > To: Darrell Ball > Cc: James Page , "b...@openvswitch.org" >

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Darrell Ball
-Original Message- From: Ben Pfaff Date: Tuesday, August 8, 2017 at 4:07 PM To: Darrell Ball Cc: Joe Stringer , "b...@openvswitch.org" Subject: Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Ben Pfaff
On Tue, Aug 08, 2017 at 04:26:38PM +, Darrell Ball wrote: > > > From: on behalf of James Page > > Date: Tuesday, August 8, 2017 at 2:49 AM > To: "b...@openvswitch.org" > Subject: [ovs-discuss] [openvswitch

Re: [ovs-discuss] Strange behaviour with VLANs and Bridges and ARP.

2017-08-08 Thread Ricky
I have run into a similar problem myself and have not found the solution. The ARP traffic from one direction makes it to OVS, but does not get sent to device it needs to go to. It my case OVS pretty much isn't sending any ARP packets out from itself except to the other OVS instances I have a

Re: [ovs-discuss] Regarding CFM/OAM support in Openvswitch

2017-08-08 Thread Ben Pfaff
On Wed, Aug 09, 2017 at 03:12:22AM +, ankaiah.nallamek...@wipro.com wrote: > Both BFD and CFM (CCM) can be used to monitor connectivity between a > pair of Ethernet devices., Could you please share the major > differences between BFD & CFM CCM in openvswitch. They're both about the same.

[ovs-discuss] RSTP: ARP frames not flooded to internal interfaces when RSTP is enabled before virtual interfaces are created

2017-08-08 Thread Matthias May
Hi I'm observing some strange behaviour when configuring RSTP in combination with internal interfaces other than the br interface itself. I have 3 interfaces (eth0, 1, 2) eth1 and eth2 are used with other devices to form a ring (hence rstp is in use). Since eth1 and eth2 are connected to a

Re: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221 1222 1224 1225 1226 2338 failed

2017-08-08 Thread Darrell Ball
From: on behalf of James Page Date: Tuesday, August 8, 2017 at 2:49 AM To: "b...@openvswitch.org" Subject: [ovs-discuss] [openvswitch 2.8.0 dpdk] testsuite: 1211 1212 1213 1214 1215 1217 1218 1219 1220 1221

Re: [ovs-discuss] Regarding CFM/OAM support in Openvswitch

2017-08-08 Thread Ben Pfaff
On Tue, Aug 08, 2017 at 02:07:25PM +, ankaiah.nallamek...@wipro.com wrote: > Ethernet CFM/OAM supports Loopback protocol(LBM) and Link Trace > protocol(LTM), Is ovs is supporting these two protocols as well, if so > could you please describe how to use these two protocols. OVS doesn't support

Re: [ovs-discuss] How does OVS ensure only the first packet of a flow is upcalled?

2017-08-08 Thread Ben Pfaff
On Fri, Jul 14, 2017 at 04:14:29PM +0800, 张克尧 wrote: > The document of ovs says the datapath is a flow-based software > switch. A flow consists of many packets. Datapath needs to handle > every packet. When it does't match any datapath flows, it will do > upcall. Vswitchd needs to handle upcalls