[ovs-dev] [PATCH -next] openvswitch: remove duplicated include from flow_table.c

2013-12-15 Thread Wei Yongjun
From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- net/openvswitch/flow_table.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index e425427..c686655 100644 --- a/net/openvswitch/flow_table.c +++ b/net/o

Re: [ovs-dev] [PATCH] [RFC] Alternate approach to MPLS.

2013-12-15 Thread Simon Horman
Hi Ben, On Fri, Dec 13, 2013 at 12:28:21AM -0800, Ben Pfaff wrote: > I've been a little frustrated with the current approach to MPLS, because it > seems quite difficult to understand. One particularly difficult bit for > me is the variables used during translation, e.g. mpls_depth_delta and > pre

[ovs-dev] Bug#732260: openvswitch: datapath kernel module fails to compile with linux kernel version 3.11

2013-12-15 Thread Aleksi Suhonen
Package: openvswitch Version: 1.9.3+git20131029-1.1 Severity: important Dear Maintainer, I was upgrading our test server to the newest kernel shipping with Debian/unstable, namely "3.11-2", and DKMS failed on openvswitch-datapath-dkms. I attached the error messages from the DKMS make.log file.

[ovs-dev] RE

2013-12-15 Thread Adrian & Gillian Bayford
Greetings, If you have received this email then you are one of the lucky fellows to benefit from us. On behalf of myself and family, i am happy to inform you that i and my wife Gillian have chosen you to be one of our donation beneficiaries from our Euro Millions Jackpot win of 148Million (One

[ovs-dev] [threaded reval 1/2] unixctl: Make dpif/dump-flows fetch kernel flows.

2013-12-15 Thread Ethan Jackson
From: Joe Stringer Previously we used facets for ovs-appctl dpif/dump-flows commands. This switches to fetching flows directly from the dpif. This is necessary because future patches remove facets and subfacet entirely. Signed-off-by: Joe Stringer Signed-off-by: Ethan Jackson Acked-by: Ethan

[ovs-dev] World Congress 2014 Invitation.

2013-12-15 Thread Ms. Hannah Paul
Dear Friends, On behalf of Global association for human rights defense (GAHRD), It is our great pleasure to invite you to the 2014 World Congress on Human Trafficking, Sexual Harassment,Prostitution and Sex Work. The Congress will be held at the California University, United State of Americ

Re: [ovs-dev] [PATCHv2 1/2] bridge: Let ofprotos run once before reporting configuration complete.

2013-12-15 Thread Vasiliy Tolstov
2013/12/14 Ben Pfaff : > Occasionally in the unit tests the following race can happen: > >1. ovs-vsctl updates database >2. ovs-vswitchd reconfigures, notifies ovs-vsctl that it is complete >3. ovs-appctl ofproto/trace fails to see newly added port >4. ovs-vswitchd main loop calls o