[ovs-dev] FW:minhai ---- France 运输

2016-09-16 Thread sophia
| Dear Sir or Madam: Please find our best all-in rate as follows: Shenzhen深圳 TO France 法国运输 DHL快递法国运价推荐,时效稳定 小货:0.5KG RMB108.0 续0.5KG RMB20.5 51KG-100KG RMB35.0/KG 101KG以上 RMB32.5/KG 法国海运直拼:Fos/Marseilles 及Le Havre 船期稳定,时效最快; 1.深圳/香港机场一级国际航空代理公司优势: 2.深圳海运散货拼箱,直拼100多个国家

[ovs-dev] [PATCH 3/3] seq: Add support for initial delay before waking up.

2016-09-16 Thread Jarno Rajahalme
The execution time of 'ovs-ofctl add-flows' with a large number of flows can be more than halved if revalidators are not running after each flow mod separately. This was first suspected when it was found that 'ovs-ofctl --bundle add-flows' is about 10 times faster than the same command without

[ovs-dev] [PATCH 1/3] ofproto: Do not signal revalidation for group mods twice.

2016-09-16 Thread Jarno Rajahalme
The new group mod implementation signals revalidation through '->set_tables_version()', so the separate '->group_modify()' is no longer needed. The ofproto-provider API is changed to allow 'group_modify' to be NULL. Fixes: 5d08a275cd ("ofproto: Make groups versioned.") Signed-off-by: Jarno

[ovs-dev] [PATCH 2/3] token-bucket: Add token_bucket_wait_at().

2016-09-16 Thread Jarno Rajahalme
Having the caller of token_bucket_wait() indicated in the log messages makes debugging easier. Signed-off-by: Jarno Rajahalme --- include/openvswitch/token-bucket.h | 5 - lib/token-bucket.c | 7 --- 2 files changed, 8 insertions(+), 4 deletions(-) diff

[ovs-dev] [PATCH 0/3] Fixes for OVS 2.6

2016-09-16 Thread Jarno Rajahalme
These are fixes that would still be nice to get to OVS 2.6 release. The second patch is a nice to have, but is not durectly used by the other patches in the series. Jarno Rajahalme (3): ofproto: Do not signal revalidation for group mods twice. token-bucket: Add token_bucket_wait_at(). seq:

Re: [ovs-dev] [PATCH] datapath-windows: Add define for last module number

2016-09-16 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 9/15/16, 5:46 PM, "Shashank Ram" wrote: >Adds a define for the last defined module number. > >Signed-off-by: Shashank Ram >--- > datapath-windows/ovsext/Debug.h | 3 ++- > 1 file changed, 2 insertions(+), 1

Re: [ovs-dev] [PATCH] datapath: backport: openvswitch: use alias for genetlink family names

2016-09-16 Thread Jesse Gross
On Fri, Sep 16, 2016 at 11:52 AM, Thadeu Lima de Souza Cascardo wrote: > Upstream commit: > openvswitch: use alias for genetlink family names > > When userspace tries to create datapaths and the module is not loaded, > it will simply fail. With this patch, the

[ovs-dev] [PATCH] datapath: backport: openvswitch: use alias for genetlink family names

2016-09-16 Thread Thadeu Lima de Souza Cascardo
Upstream commit: openvswitch: use alias for genetlink family names When userspace tries to create datapaths and the module is not loaded, it will simply fail. With this patch, the module will be automatically loaded. Signed-off-by: Thadeu Lima de Souza Cascardo

[ovs-dev] [PATCH 3/3] ovs-ofctl.8.in: Fix minor formatting issues.

2016-09-16 Thread Justin Pettit
Signed-off-by: Justin Pettit --- utilities/ovs-ofctl.8.in | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 249b28a..cf39fff 100644 --- a/utilities/ovs-ofctl.8.in +++

[ovs-dev] [PATCH 1/3] jsonrpc: Improve comment for jsonrpc_get_status().

2016-09-16 Thread Justin Pettit
Signed-off-by: Justin Pettit --- lib/jsonrpc.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c index 1841568..a0ade9c 100644 --- a/lib/jsonrpc.c +++ b/lib/jsonrpc.c @@ -156,11 +156,11 @@ jsonrpc_wait(struct jsonrpc

[ovs-dev] [PATCH 2/3] dpif-provider: Clean up comments around ct functions.

2016-09-16 Thread Justin Pettit
Signed-off-by: Justin Pettit --- lib/dpif-provider.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dpif-provider.h b/lib/dpif-provider.h index 21fb0ba..3152e22 100644 --- a/lib/dpif-provider.h +++ b/lib/dpif-provider.h @@ -401,7 +401,7 @@ struct

[ovs-dev] [PATCH] INSTALL.DPDK-ADVANCED.md: Remove execute permissions.

2016-09-16 Thread Justin Pettit
Signed-off-by: Justin Pettit --- INSTALL.DPDK-ADVANCED.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 INSTALL.DPDK-ADVANCED.md diff --git a/INSTALL.DPDK-ADVANCED.md b/INSTALL.DPDK-ADVANCED.md old mode 100755 new mode 100644 -- 1.9.1

Re: [ovs-dev] [PATCH v3 3/3] xlate: Use dp_hash for select groups.

2016-09-16 Thread Ben Pfaff
On Thu, Sep 15, 2016 at 06:40:21PM -0700, Jarno Rajahalme wrote: > Add a new select group selection method "dp_hash", which uses minimal > number of bits from the datapath calculated packet hash to inform the > select group bucket selection. This makes the datapath flows more > generic resulting

[ovs-dev] SCAN_2247

2016-09-16 Thread Jackie
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] bug fix for miimon issue with ixgbe driver that half support mii

2016-09-16 Thread Joe Stringer
On 16 September 2016 at 07:41, David Hill wrote: > Hello guys, > >Our preliminary tests seems to indicate this solves the issue with the > ixgbe driver. My fear is now that other drivers might show the same > behavior. Patching ovs to fallback to ethtool is a good way to

[ovs-dev] DOC_2465

2016-09-16 Thread Tonia
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH v2] xlate: Use dp_hash for select groups.

2016-09-16 Thread Jarno Rajahalme
No, thank you for remembering to prompt for the documentation, I would not have noticed the bug otherwise! v3 pushed to master, Jarno > On Sep 15, 2016, at 7:26 PM, Ben Pfaff wrote: > > OK. Thanks for being so careful! > > I'll look at v3. > > On Thu, Sep 15, 2016 at

Re: [ovs-dev] [PATCH v3 2/3] ofp-parse: Harden checking with group selection_method.

2016-09-16 Thread Jarno Rajahalme
Thanks! Pushed to master and branch-2.6. Jarno > On Sep 15, 2016, at 7:28 PM, Ben Pfaff wrote: > > On Thu, Sep 15, 2016 at 06:40:20PM -0700, Jarno Rajahalme wrote: >> Only allow fields when "selection_method=hash". Only allow >> selection_method_param when a non-nil

Re: [ovs-dev] [PATCH v3 1/3] ofp-parse: Remove double uninit of group mod if parsing fails.

2016-09-16 Thread Jarno Rajahalme
Thanks for the review, pushed to master and branch-2.6. Jarno > On Sep 15, 2016, at 7:27 PM, Ben Pfaff wrote: > > On Thu, Sep 15, 2016 at 06:40:19PM -0700, Jarno Rajahalme wrote: >> Double ofputil_uninit_group_mod() used to be harmless, but leads to >> double free after commit

[ovs-dev] IMG_3535

2016-09-16 Thread Lea
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] bug fix for miimon issue with ixgbe driver that half support mii

2016-09-16 Thread David Hill
Hello guys, Our preliminary tests seems to indicate this solves the issue with the ixgbe driver. My fear is now that other drivers might show the same behavior. Patching ovs to fallback to ethtool is a good way to avoid this imho. Thank you very much, David Hill On 08/31/2016 03:46

[ovs-dev] SCAN_8815

2016-09-16 Thread Adrian
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] DOC_1312

2016-09-16 Thread Octavio
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] IMG_5951

2016-09-16 Thread Eliseo
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] FAX_9171

2016-09-16 Thread Lupe
___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Returned mail: Data format error

2016-09-16 Thread abran . alain
The original message was received at Fri, 16 Sep 2016 16:56:46 +0530 from uqam.ca [184.0.83.234] - The following addresses had permanent fatal errors - dev@openvswitch.org - Transcript of session follows - ... while talking to 10.118.179.92: >>> DATA <<< 400-aturner;

[ovs-dev] [PATCH v2 4/4] ovn: Add ovndb servers ocf script in debian packager

2016-09-16 Thread bschanmu
From: Babu Shanmugam The OCF script will be present in the ovn-common package and installed in the openvswitch scripts folder and a symbolic link to this file will be created in the OCF resources folder. The OCF resource agent name for this resource is ocf:ovn:ovndb-servers

[ovs-dev] [PATCH v2 3/4] ovn: Add ovn db servers ocf script in fedora packager

2016-09-16 Thread bschanmu
From: Babu Shanmugam The OCF script will be present in the ovn-common package and installed in the openvswitch scripts folder. A symbolic link to this file will be created in the OCF resources folder. The OCF resource agent name for this resource is ocf:ovn:ovndb-servers

[ovs-dev] [PATCH v2 2/4] ovn: OCF script for OVN OVSDB servers

2016-09-16 Thread bschanmu
From: Babu Shanmugam Co-authored-by: Numan Siddique Signed-off-by: Numan Siddique Signed-off-by: Babu Shanmugam --- ovn/utilities/automake.mk | 6 +- ovn/utilities/ovndb-servers.ocf | 192

[ovs-dev] [PATCH v2 1/4] ovn: ovn-ctl support for HA ovn DB servers

2016-09-16 Thread bschanmu
From: Babu Shanmugam This patch adds support to start_ovsdb() function in ovn-ctl to start the ovn db servers in backup mode. This can be done in the following ways 1. Use parameters --ovn-nb-sync-from-addr and --ovn-sb-sync-from-addr to set the addresses of the active

[ovs-dev] [PATCH v2 0/4] OCF script for OVN DB servers

2016-09-16 Thread bschanmu
v1 -> v2: - Fixed a logical problem in the OCF script as suggested by Andrew Beekhof - Changed start_northd in ovn-ctl to look for DB parameters in a file and not start the DB server if present. This patch contains changes required to run a pacemaker resource agent

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

2016-09-16 Thread Automatic Email Delivery Software
Your 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