[ovs-dev] [PATCH] bundle: add nw_src/dst hash method

2017-02-22 Thread wenxu
From: wenxu Add this feature to help only nw_src or nw_dst hash senario. Signed-off-by: wenxu --- include/openflow/nicira-ext.h | 7 ++- lib/bundle.c | 4 lib/flow.c| 38 +- 3

[ovs-dev] [PATCH v4 4/4] dpif-netdev: Simple DROP meter implementation.

2017-02-22 Thread Jarno Rajahalme
Meters may be used by any flow, so some kind of locking must be used. In this version we have an adaptive mutex for each meter, which may not be optimal for DPDK. However, this should serve as a basis for further improvement. A batch of packets is first tried as a whole, and only if some of the

[ovs-dev] [PATCH v4 3/4] ofproto: Meter translation.

2017-02-22 Thread Jarno Rajahalme
Translate OpenFlow METER instructions to datapath meter actions. Signed-off-by: Jarno Rajahalme Signed-off-by: Andy Zhou --- include/openvswitch/ofp-actions.h | 1 + lib/dpif.c| 47 +++--- lib/ofp-actions.c

[ovs-dev] !! GREETINGS !!!

2017-02-22 Thread hassan karam
Hello I am Mr. Hassan Karam, from Syria due to brutal civil war in my country, I am seeking your partnership in going into a private investment venture. I am interested in investing in your country, so I will like us to begin our acquaintance through this medium so we can deliberate more.I

Re: [ovs-dev] [PATCH] docs: fix typo in testing.rst

2017-02-22 Thread Joe Stringer
On 21 February 2017 at 13:17, Flavio Leitner wrote: > On Mon, Feb 20, 2017 at 01:12:30PM -0500, Lance Richardson wrote: >> Coverage section refers to "check-lcoc" target, should be >> "check-lcov". >> >> Signed-off-by: Lance Richardson >> --- > > Thanks

Re: [ovs-dev] [PATCH] Makefile.am: Suppress echoing of "Avoid include/ depending on lib/" commands

2017-02-22 Thread Joe Stringer
On 22 February 2017 at 15:14, Timothy Redaelli wrote: > On Wed, Feb 22, 2017 at 10:03 PM, Joe Stringer wrote: >> On 22 February 2017 at 08:18, Timothy Redaelli wrote: > > >> I suggest the following instead, does this work for you? >> >>

Re: [ovs-dev] [PATCH] Makefile.am: Suppress echoing of "Avoid include/ depending on lib/" commands

2017-02-22 Thread Timothy Redaelli
On Wed, Feb 22, 2017 at 10:03 PM, Joe Stringer wrote: > On 22 February 2017 at 08:18, Timothy Redaelli wrote: > I suggest the following instead, does this work for you? > > diff --git a/Makefile.am b/Makefile.am > index 7ff66fe15086..a4dd7b8dd16a 100644 >

Re: [ovs-dev] [PATCH] ovn pacemaker: Pass --db-(n/s)b-addr option when starting ovsdb-servers

2017-02-22 Thread Andy Zhou
On Wed, Feb 22, 2017 at 6:58 AM, wrote: > From: Numan Siddique > > When pacemaker script, starts the ovsdb-servers in all the nodes, > it doesn't pass the --db-(n/s)b-addr=MASTER_IP option. > When pacemaker promotes a master, it won't be listening on

Re: [ovs-dev] [PATCH] Makefile.am: Suppress echoing of "Avoid include/ depending on lib/" commands

2017-02-22 Thread Joe Stringer
On 22 February 2017 at 08:18, Timothy Redaelli wrote: > Build check added in commit c458e4a3 > > Signed-off-by: Timothy Redaelli > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am >

Re: [ovs-dev] [PATCH] windows: Broken internal netdevs

2017-02-22 Thread Joe Stringer
On 17 February 2017 at 03:10, Alin Serdean wrote: > Commit fa07525f9cf3fa698ebc23ea09da477d3d881a87 fixed error logging for > for regular netdevs, however it overlooked "internal" netdevs. > > This patch allows "internal" netdev objects to be created and passed to

[ovs-dev] We are currently seeking for workers

2017-02-22 Thread Roxton Fruit Farm Company
Dear Sir/Madam, We require the services of devoted and interested foreign workers, who are ready to relocate to Canada and to work at Roxton Fruit Farm Company, as the management intends to increase its manpower base, due to an increase in the number of customers. Skill Requirements:

[ovs-dev] [PATCH] ovs-tcpdump: Set mirror port mtu

2017-02-22 Thread Aaron Conole
When using ovs-tcpdump to mirror interfaces with MTU larger than the default, Open vSwitch will lower the interfaces we are interested in monitoring. Instead, probe the MTU and set the mirrored port's MTU value correctly. Fixes: 314ce6479a83 ("ovs-tcpdump: Add a tcpdump wrapper utility")

[ovs-dev] Important - Secure Bank Communication

2017-02-22 Thread Canada Revenue Agency
Canada Revenue Agency Logo February 22, 2017 Secure Documents Please find attached your secure documents. Please review, complete and return completed documents via email to craoff...@cra-arc.gc.ca. If you have any queries relating to the above, feel free to contact us at:

Re: [ovs-dev] [PATCH] windows: Broken internal netdevs

2017-02-22 Thread Guru Shetty
On 17 February 2017 at 03:10, Alin Serdean wrote: > Commit fa07525f9cf3fa698ebc23ea09da477d3d881a87 fixed error logging for > for regular netdevs, however it overlooked "internal" netdevs. > > This patch allows "internal" netdev objects to be created and passed

[ovs-dev] [PATCH] Makefile.am: Suppress echoing of "Avoid include/ depending on lib/" commands

2017-02-22 Thread Timothy Redaelli
Build check added in commit c458e4a3 Signed-off-by: Timothy Redaelli --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7ff66fe..147152d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -230,7 +230,7 @@

Re: [ovs-dev] [patch_v6 4/8] dpdk: Userspace Datapath: Introduce NAT Support.

2017-02-22 Thread Flavio Leitner
On Wed, Feb 22, 2017 at 04:29:09AM +, Darrell Ball wrote: > > > On 2/21/17, 1:12 PM, "ovs-dev-boun...@openvswitch.org on behalf of Flavio > Leitner" > wrote: > > On Thu, Feb 16, 2017 at 12:47:35AM -0800, Darrell Ball

Re: [ovs-dev] [PATCH] ovs-ctl: allow passing user:group to daemons

2017-02-22 Thread Markos Chandras
On 02/21/2017 10:31 PM, Aaron Conole wrote: > The Open vSwitch daemons allow passing --user user[:group] to allow > spawning under different user privileges. ovs-ctl now accepts --ovs-user > in the same form to pass this argument on, as well as create databases and > data directories with the