[ovs-dev] [PATCH] vtep/ovs-vtep: support multiple ovs-vtep processes which using the isolated logical switch

2016-04-30 Thread nickcooper-zhangtonghao
signed-off-by: nickcooper-zhangtong...@opencloud.tech The computer can run multiple ovs-vtep processes, but ovs-vtep processes share the “vtep_lsX” bridge when binding the physical-switch and logical-switch. The bridge created by logical-switch

Re: [ovs-dev] [PATCH] system-traffic: Check namespace exists befoe delete.

2016-04-30 Thread Darrell Ball
On Fri, Apr 29, 2016 at 11:11 PM, William Tu wrote: > This avoids error message "Cannot remove namespace file > "/var/run/netns/at_ns0": No such file or directory", > when at_ns0 does not exist. > Signed-off-by: William Tu > --- >

[ovs-dev] Message could not be delivered

2016-04-30 Thread The Post Office
Your message could not be delivered ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Test

2016-04-30 Thread MAILER-DAEMON
The message was not delivered due to the following reason(s): Your message was not delivered because the destination computer was unreachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

Re: [ovs-dev] [PATCH V3] datapath-windows: Improved offloading on STT tunnel

2016-04-30 Thread Sairam Venugopal
Hey Paul, Thanks for clarifying what OvsExtractLayers was doing. You shouldn¹t have to extract the layers info for the inner packet since they can be derived from the STT Header Flags - especially when it¹s CSUM_Partial. That¹s even mentioned in the STT IETF draft under the STT Flags section -

Re: [ovs-dev] [PATCH] nf_nat_packet: Clear skb hash after modifying packet headers.

2016-04-30 Thread Florian Westphal
Jarno Rajahalme wrote: > In the OVS datapath we clear the skb hash whenever we change any of the > fields that may be used to compute it. This guarantees that any given flow > will get the same hash value when assigning packets to bond interfaces based > on the skb hash. If the

[ovs-dev] [PATCH] system-traffic: Check namespace exists befoe delete.

2016-04-30 Thread William Tu
This avoids error message "Cannot remove namespace file "/var/run/netns/at_ns0": No such file or directory", when at_ns0 does not exist. Signed-off-by: William Tu --- tests/system-common-macros.at | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git