Re: [ovs-dev] [PATCH v2] ovs-pki: Use SHA-512 instead of SHA-1 as message digest.

2016-07-13 Thread Ryan Moats
"dev" wrote on 07/01/2016 08:05:40 PM: > From: Ben Pfaff > To: dev@openvswitch.org > Cc: Ben Pfaff , Kurt Roeckx , > 828...@bugs.debian.org > Date: 07/01/2016 08:06 PM > Subject: [ovs-dev] [PATCH v2] ovs-pki: Use SHA-512 instead of SHA-1 > as message digest. > Sent by: "dev" > > The upcoming Op

Re: [ovs-dev] [PATCH] OVN-Tutorial: Update sample output.

2016-07-13 Thread Ryan Moats
"dev" wrote on 07/07/2016 02:16:29 PM: > From: Russell Bryant > To: dev@openvswitch.org > Date: 07/07/2016 02:16 PM > Subject: [ovs-dev] [PATCH] OVN-Tutorial: Update sample output. > Sent by: "dev" > > A previous patch made some additions to section 1 of this tutorial. > This patch includes upd

[ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-13 Thread Yin Lin
Signed-off-by: Yin Lin --- datapath-windows/ovsext/Flow.c | 2 +- datapath-windows/ovsext/Vport.c | 3 ++- datapath-windows/ovsext/Vport.h | 5 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/datapath-windows/ovsext/Flow.c b/datapath-windows/ovsext/Flow.c index bc0bb37..7a57

Re: [ovs-dev] [RFC PATCH v2 00/13] Add Network Service Header Support

2016-07-13 Thread Li, Johnson
> > Please see previous comments in this thread, such as this one: > http://openvswitch.org/pipermail/dev/2016-July/074980.html > We are trying to remove the dependency on Simon's patch set, but we have similar implementation for the datapath, this is duplicated effort. So we have to wait for Si

Re: [ovs-dev] [PATCH] ovn-controller: Clean up bindings handling.

2016-07-13 Thread Mickey Spiegel
>To: dev@openvswitch.org >From: Russell Bryant >Sent by: "dev" >Date: 07/13/2016 02:53PM >Subject: [ovs-dev] [PATCH] ovn-controller: Clean up bindings handling. > >Remove the global set of logical port IDs called 'all_lports'. This is >no longer used for anything after conntrack ID assignment wa

[ovs-dev] [PATCH 1/2] IPsec: refactor out some code in OVS_MONITOR_IPSEC_START macro

2016-07-13 Thread Ansis Atteka
This OVS_MONITOR_IPSEC_START macro will be helpful in the next patch where it will be used also from tests/tunnel.at file to test that skb marking happens correctly. Otherwise, without ovs-monitor-ipsec running the ovs-vswitchd would refuse to configure ipsec_XXX tunnels. Signed-off-by: Ansis Att

[ovs-dev] [PATCH 2/2] tunneling: get skb marking to work properly with tunnels

2016-07-13 Thread Ansis Atteka
There are two issues that this patch fixes: 1. it was impossible to set skb mark at all through NXM_NX_PKT_MARK register for tunnel packets; AND 2. ipsec_xxx tunnels would not be marked with the default IPsec mark (broken by d23df9a87 "lib/odp: Use masked set actions."). This patch also a

Re: [ovs-dev] [PATCH] OVN: initial patch of datalog engine

2016-07-13 Thread Ben Pfaff
On Thu, Jun 16, 2016 at 09:56:55AM +, Yusheng Wang wrote: > From 62dc90f8f0a61181754e944f2101951afbd055c1 Mon Sep 17 00:00:00 2001 > From: Yusheng Wang > Date: Thu, 16 Jun 2016 15:04:26 +0800 > Subject: [PATCH] OVN: initial patch of datalog engine > > Signed-off-by: Yusheng Wang Yusheng, wo

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-13 Thread Ben Pfaff
On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: > > > On Jul 1, 2016, at 8:30 PM, Ben Pfaff wrote: > > > > On Tue, Jun 21, 2016 at 09:57:15AM -0700, Jarno Rajahalme wrote: > >> Add '--noproxy' parameter to 'wget' so that the test cases do not try > >> to use a proxy that may be

Re: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs

2016-07-13 Thread Nithin Raju
-Original Message- From: dev on behalf of Yin Lin Date: Wednesday, July 13, 2016 at 8:21 PM To: "dev@openvswitch.org" Cc: Yin Lin Subject: [ovs-dev] [PATCH] datapath-windows: Fix various Geneve bugs >Signed-off-by: Yin Lin Acked-by: Nithin Raju _

Re: [ovs-dev] [RFC PATCH v2 00/13] Add Network Service Header Support

2016-07-13 Thread Elzur, Uri
+1 on starting w MD Type = 1 Not sure I understand the concern expressed with " implementations that don't implement TLVs will become deployed and then when there is a use for them it's no longer possible." - why will it not be possible to add MD Type=2 later? Thx Uri (“Oo-Ree”) C: 949-378-75

Re: [ovs-dev] ITS Helpdesk / RESET wachtwoord

2016-07-13 Thread Jahn-Thue, Delila
From: Jahn-Thue, Delila Sent: Wednesday, July 13, 2016 11:54 PM To: Jahn-Thue, Delila Subject: ITS Helpdesk / RESET wachtwoord Uw wachtwoord zal huidige vervallen in de komende 24 uur, je bent hier door vriendelijk op gericht om "ITS Helpdesk / RESET wachtwoord<

[ovs-dev] Message could not be delivered

2016-07-13 Thread Post Office
The original message was received at Thu, 14 Jul 2016 12:17:08 +0530 from openvswitch.org [76.107.28.217] - The following addresses had permanent fatal errors - - Transcript of session follows - ... while talking to 127.58.43.172: >>> MAIL FROM:"Post Office" <<< 502 Refused ___

Re: [ovs-dev] [PATCH v3 3/3] dpif-netdev: XPS (Transmit Packet Steering) implementation.

2016-07-13 Thread Ilya Maximets
On 13.07.2016 23:36, Ben Pfaff wrote: > It looks like v4 doesn't need the fat-rwlock change, then? I had been > planning to review it but I'll skip it in that case. Please let me know > if you still want me to review it. It will be great if you'll take a look on first patch of this series. It ex

<    1   2