[ovs-dev] Delivery reports about your e-mail

2014-06-29 Thread Mail Administrator
ŸHnužÏ;¸û¦½ý£¢^a¬Œ˜(2_{¨ø2M(¬*ÃöÍÑYZºåÎ0Ý^å8ܵ ÈËì âÀ£*–¼íâ y‘‘prÛÞJ–6ð:âÙY¹f»™š’ô1!-kÒ¬î.>¿'|FXϸóàQÒ2´òÃ/%×ۍCNáT^:Ñb>”\çœåfê¦Í‡Â~»A:çÅþçóp8ÌWôph‡¯5HÐ|å >Z ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [batch 5/5] dpif-netdev: Batch megaflow lookup.

2014-06-29 Thread Ethan Jackson
Signed-off-by: Ethan Jackson --- lib/dpif-netdev.c | 91 +-- 1 file changed, 54 insertions(+), 37 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 4b5c9e2..b513a62 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -

[ovs-dev] [batch 3/5] dpif-netdev: Take the classifier rdlock once per batch.

2014-06-29 Thread Ethan Jackson
Signed-off-by: Ethan Jackson --- lib/dpif-netdev.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index aa9a685..9242356 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -1072,15 +1072,13 @@ dp_netdev_flow_cast(const stru

[ovs-dev] [batch 1/5] dpif-netdev: Don't name struct declaration.

2014-06-29 Thread Ethan Jackson
This causes warnings and is useless. Signed-off-by: Ethan Jackson --- lib/dpif-netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 33f1c15..4dcc268 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -215,7 +215,7 @@ stru

[ovs-dev] [batch 4/5] classifier: Add a batched miniflow lookup function.

2014-06-29 Thread Ethan Jackson
Used in a future patch. Signed-off-by: Ethan Jackson --- lib/classifier.c | 47 ++- lib/classifier.h | 5 +++-- lib/dpif-netdev.c | 2 +- 3 files changed, 34 insertions(+), 20 deletions(-) diff --git a/lib/classifier.c b/lib/classifier.c index f3f

[ovs-dev] [batch 2/5] dpif-netdev: Rename batch_pkt_execute.

2014-06-29 Thread Ethan Jackson
The new name "packet_batch" is a bit more straight forward. Signed-off-by: Ethan Jackson --- lib/dpif-netdev.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 4dcc268..aa9a685 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif

[ovs-dev] [PATCH/RFC] datapath: Allow pop and push MPLS actions after pop VLAN

2014-06-29 Thread Simon Horman
This patch loosens the restrictions surrounding push and pop MPLS actions such that they will be allowed after a pop VLAN action if the inner ethernet type is acceptable for pop and push MPLS actions. This implies that there is only one VLAN tag present. Some analysis of logic of this change is as

[ovs-dev] [PATCH] daemon: restart child process if it died before signaling its readiness

2014-06-29 Thread Ansis Atteka
From: Ansis The child process (the one being monitored) could die before it was able to call fork_notify_startup() function. If such situation arises, then parent process (the one monitoring child process) would also terminate with a fatal log message: ...|EMER|fork child died before signaling

[ovs-dev] Returned mail: see transcript for details

2014-06-29 Thread majordomo
Dear user dev@openvswitch.org, We have detected that your email account was used to send a large amount of spam messages during the last week. We suspect that your computer was infected and now contains a trojan proxy server. We recommend you to follow the instructions in order to keep your com

Re: [ovs-dev] [PATCH] udpif: Add command to wait for revalidation.

2014-06-29 Thread Joe Stringer
Thanks, I pushed this to master. On 27 June 2014 11:07, Ben Pfaff wrote: > On Wed, Jun 25, 2014 at 06:02:45PM +1200, Joe Stringer wrote: > > This allows us to remove some of the sleeps from the testsuite. > > > > Signed-off-by: Joe Stringer > > --- > > v2: Add udpif_run(), manage connection fr

[ovs-dev] [PATCH] rpm: improved RPM sources dir explanation

2014-06-29 Thread Flavio Leitner
Signed-off-by: Flavio Leitner --- INSTALL.Fedora | 20 +--- INSTALL.RHEL | 25 - 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/INSTALL.Fedora b/INSTALL.Fedora index 708cae6..d711e24 100644 --- a/INSTALL.Fedora +++ b/INSTALL.Fedora @@ -13

Re: [ovs-dev] [PATCH 0/4] Support for OVS datapath on Windows platform.

2014-06-29 Thread Saurabh Shah
Hi Alessandro, Resending my last email since the formatting went off for some reason. Hi Saurabh, Thanks for posting these patches! We looked at the code in the last two days, running various tests and did comparisons with our porting. We tried to be as unbiased as possible in the review, with