to
to provide concurrency. Specifying a configurable number of iterations
will allow calling code to better manage concurrency.
Signed-off-by: Jason Kölker
---
python/ovs/db/idl.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/ovs/db/idl.py b/python/ovs/db/idl.py
I would like to request that, if accepted, this also be applied to branch-2.5.
Happy Hacking!
7-11
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Wed, Mar 23, 2016 at 6:29 PM, Ben Pfaff wrote:
> On Sun, Mar 20, 2016 at 03:29:06AM +0000, Jason Kölker wrote:
>> Callers to Idl.run() should be able to specify the number of iterations
>> to run in one call. Instrumentation revealed that a call to Idl.run() with a
>>
`csum_ipv6_magic` is an asm inline on most platforms. However if it is
not defined (like on ppc64le) including will fall
back to the c implementation by wrapping it in an
`#ifndef _HAVE_ARCH_IPV6_CSUM`.
Signed-off-by: Jason Kölker
---
datapath/linux/compat/stt.c | 1 +
1 file changed, 1
Allows setting up type=patch ports through sysconfig ifcfg-* files.
Signed-off-by: Jason Kölker
---
rhel/README.RHEL | 25 +
rhel/etc_sysconfig_network-scripts_ifdown-ovs | 3 +++
rhel/etc_sysconfig_network-scripts_ifup-ovs | 4
3
This patch prevents wiping flows if the xen pool's controller is not the first
controller in the `get-manger` output. It also updates the quoting to be
to be consistant and follows PEP8 guidelines.
.../etc_xapi.d_plugins_openvswitch-cfg-update | 163 +++-
1 file changed, 88 ins
With XenServer only 1 manager is configured in the pool, which may not
be the first manager returned from `get-manager` as it returns in
lexicographical order.
Signed-off-by: Jason Kölker
---
.../etc_xapi.d_plugins_openvswitch-cfg-update | 22 +++---
1 file changed, 11
Signed-off-by: Jason Kölker
---
.../etc_xapi.d_plugins_openvswitch-cfg-update | 147 +++--
1 file changed, 80 insertions(+), 67 deletions(-)
diff --git a/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
b/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
index 2df838a
With XenServer only 1 manager is configured in the pool, which may not
be the first manager returned from `get-manager` as it returns in
lexicographical order.
V2: Fixes vswitchCurrentControllers() to always return a list
Signed-off-by: Jason Kölker
---
.../etc_xapi.d_plugins_openvswitch-cfg
On Sat, Feb 7, 2015 at 5:34 AM, Ben Pfaff wrote:
> On Thu, Feb 05, 2015 at 04:32:57AM +0000, Jason Kölker wrote:
>> With XenServer only 1 manager is configured in the pool, which may not
>> be the first manager returned from `get-manager` as it returns in
>> lexicographical o
: Jason Kölker
---
.../etc_xapi.d_plugins_openvswitch-cfg-update | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
b/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
index aeaa1e7..68be2fb 100755
function to isolate each case
Signed-off-by: Jason Kölker
---
.../etc_xapi.d_plugins_openvswitch-cfg-update | 29 +-
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/xenserver/etc_xapi.d_plugins_openvswitch-cfg-update
b/xenserver
On Sat, Feb 7, 2015 at 6:58 AM, Ben Pfaff wrote:
> I'm pretty sure that this version will not parse "ssl:1.2.3.4:5"
> correctly; won't it return "1.2.3.4:5" instead of just "1.2.3.4"?
It handles bolth cases. The split tuple will be ('ssl', '1.2.3.4',
'5') and it will return the middle value, else
13 matches
Mail list logo