[ovs-dev] Did You Get My Message This Time?

2017-05-10 Thread Friedrich Mayrhofer
This is the second time i am sending you this mail.I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me personally for more details. Regards. Friedrich Mayrhofer ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCHv2] tunnel-tests: Add test to match tunnel traffic.

2017-05-10 Thread William Tu
On Wed, May 10, 2017 at 3:07 PM, Darrell Ball wrote: > fyi: > > I submitted an updated patch here > https://patchwork.ozlabs.org/patch/760876/ > > I removed the ack since there were significant changes from the > original patch. > > Hi Darrell, Thanks for the tunnel v3 test

[ovs-dev] [RFC 2/2] doc: Convert ovs-vswitchd to rST

2017-05-10 Thread Stephen Finucane
This is the largest man page by some distance. There are a couple of changes needed to make this work: - Combining italics and bold without spaces (i.e. hello-world ) and nesting italics and bold (i.e. hello-world) is not supported by rST. Where present, this has been removed. - Duplicated

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Andy Zhou
On Wed, May 10, 2017 at 2:30 PM, Joe Stringer wrote: > On 10 May 2017 at 12:59, Andy Zhou wrote: >> On Wed, May 10, 2017 at 7:56 AM, William Tu wrote: It may be cleaner if we add a new trunc action for the datapath, say trunc2 that

Re: [ovs-dev] ovn: SFC Patch V3

2017-05-10 Thread Mickey Spiegel
Three issues before diving in: 1. Placement of S_SWITCH_IN_CHAIN For some reason I thought S_SWITCH_IN_CHAIN was after all the stateful processing, but now I see that it is table 7. That breaks ACLs and other stateful processing, since REGBIT_CONNTRACK_COMMIT is set in S_SWITCH_IN_ACL and

[ovs-dev] Docker/PuppetLabs/Chef Customers list

2017-05-10 Thread Eva Smith
Hi, Hope all is well at your end. I am writing to check if you would be interested in reaching out to the customers of following: . Docker . PuppetLabs . Chef . VmWare . Jenkins We also have list for lead personas like: .

Re: [ovs-dev] [PATCHv2] tunnel-tests: Add test to match tunnel traffic.

2017-05-10 Thread Darrell Ball
fyi: I submitted an updated patch here https://patchwork.ozlabs.org/patch/760876/ I removed the ack since there were significant changes from the original patch. On Wed, May 10, 2017 at 12:29 PM, Darrell Ball wrote: > Right now, we have the original breakage backed out.

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Jarno Rajahalme
> > On May 10, 2017, at 12:59 PM, Andy Zhou > wrote: > > On Wed, May 10, 2017 at 7:56 AM, William Tu > wrote: >>> It may be cleaner if we add a new trunc action for the datapath, say >>> trunc2 that

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Jarno Rajahalme
> On May 10, 2017, at 12:59 PM, Andy Zhou wrote: > > On Wed, May 10, 2017 at 7:56 AM, William Tu > wrote: >>> It may be cleaner if we add a new trunc action for the datapath, say >>> trunc2 that applies >>> to all outputs within

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Joe Stringer
On 10 May 2017 at 12:59, Andy Zhou wrote: > On Wed, May 10, 2017 at 7:56 AM, William Tu wrote: >>> It may be cleaner if we add a new trunc action for the datapath, say >>> trunc2 that applies >>> to all outputs within the clone. >>> >>> So the translation will

[ovs-dev] Mackerels Faroer

2017-05-10 Thread Bonesca - Jona
  [ View in browser ]( http://r.newsletter.bonescamail.nl/nru6rbz2oatrf.html )         NEW ARRIVAL TOPQUALITY ATLANTIC MACKERELS FROM THE FAROER ISLANDS   PACKING : 10 X 2 KILO   1 BOX € 2,15 10 BOX € 2,05 1 PALET (50 BOX) € 1,95 3 PALETS € 1,85     This email was sent to

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Andy Zhou
On Wed, May 10, 2017 at 7:56 AM, William Tu wrote: >> It may be cleaner if we add a new trunc action for the datapath, say >> trunc2 that applies >> to all outputs within the clone. >> >> So the translation will look like: clone(trunc2, native tunnel >> translation). Would

Re: [ovs-dev] [PATCHv2] tunnel-tests: Add test to match tunnel traffic.

2017-05-10 Thread Darrell Ball
Right now, we have the original breakage backed out. I will submit an updated test, merging the proposed changes and some others. Is that ok with you William ? On 5/10/17, 12:20 PM, "Joe Stringer" wrote: On 8 May 2017 at 18:54, Darrell Ball wrote: > If

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread Joe Stringer
On 9 May 2017 at 04:46, Zoltán Balogh wrote: > Hi, > > Thank you for your comments. Actually, I was wrong in my previous e-mail when > I stated that packet is truncated only at the end of the pipeline, when > output is applied. The packet size is set according

Re: [ovs-dev] [PATCH 0/3] Support OpenFlow 1.5 packet-out

2017-05-10 Thread Yi-Hung Wei
Hi Ben, I get a few questions when finalizing this patch series. It would be great if I can have some comments from you before I send the v2 out. 1) In order to support tun_metadata as the pipeline fields in the packet-out message, it seems like it makes more sense to use 'struct match' than

[ovs-dev] [PATCH v6] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-05-10 Thread Billy O'Mahony
From: billyom Previously if there is no available (non-isolated) pmd on the numa node for a port then the port is not polled at all. This can result in a non-operational system until such time as nics are physically repositioned. It is preferable to operate with a pmd

Re: [ovs-dev] [PATCH ovs V8 25/26] dpif: Refactor flow logging functions to be used by other modules

2017-05-10 Thread Simon Horman
On Wed, May 10, 2017 at 05:19:26PM +0200, Simon Horman wrote: > On Wed, May 03, 2017 at 06:08:16PM +0300, Roi Dayan wrote: > > Signed-off-by: Roi Dayan > > Reviewed-by: Paul Blakey > > Reviewed-by: Simon Horman Sorry, I didn't

Re: [ovs-dev] [PATCH ovs V8 26/26] dpif-netlink: Use dpif logging functions

2017-05-10 Thread Simon Horman
On Wed, May 03, 2017 at 06:08:17PM +0300, Roi Dayan wrote: Please add some changelog text here. > Signed-off-by: Roi Dayan > Reviewed-by: Paul Blakey > --- > lib/dpif-netlink.c | 55 > +- > 1 file

Re: [ovs-dev] [PATCH ovs V8 25/26] dpif: Refactor flow logging functions to be used by other modules

2017-05-10 Thread Simon Horman
On Wed, May 03, 2017 at 06:08:16PM +0300, Roi Dayan wrote: > Signed-off-by: Roi Dayan > Reviewed-by: Paul Blakey Reviewed-by: Simon Horman ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [BUG] ovs-ofctl version 2.5.0 will crash with OFPFMFC_BAD_COMMAND

2017-05-10 Thread Zang MingJie
Confirmed, can be easily reproduced using described method. Using ovs 2.6.2 On 01/23/2017 11:58 PM, Vidyasagara Guntaka via dev wrote: Hi Ben, We could reproduce this with the latest version 2.6.1. When we compiled the code, we removed -O2 from CFLAGS. This seems to make it happen more

Re: [ovs-dev] [PATCH v5] tunneling: Avoid recirculation on datapath by computing the recirculate actions at translate time.

2017-05-10 Thread William Tu
> It may be cleaner if we add a new trunc action for the datapath, say > trunc2 that applies > to all outputs within the clone. > > So the translation will look like: clone(trunc2, native tunnel > translation). Would this > approach work? > Or how about we apply actual packet truncation when

[ovs-dev] Reconfirm Your Name

2017-05-10 Thread FedEx Courier NG
Sir, With reference to our meeting with World Bank Group and the International Monetary Fund Washington, D.C to release all outstanding payment including inheritance and contract payment. Transmittal letter has been given to Federal Reserve Bank of New York to release your payment withing

Re: [ovs-dev] [PATCH ovs V8 00/26] Introducing HW offload support for openvswitch

2017-05-10 Thread Flavio Leitner
On Wed, May 10, 2017 at 10:44:46AM +0300, Roi Dayan wrote: > > > On 09/05/2017 22:05, Flavio Leitner wrote: > > On Sun, May 07, 2017 at 10:55:32AM +0300, Roi Dayan wrote: > > > > > > > > > On 03/05/2017 18:58, Federico Iezzi wrote: > > > > On Wed, May 3, 2017 at 5:07 PM, Roi Dayan

[ovs-dev] [PATCH v5] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-05-10 Thread Billy O'Mahony
From: billyom Previously if there is no available (non-isolated) pmd on the numa node for a port then the port is not polled at all. This can result in a non-operational system until such time as nics are physically repositioned. It is preferable to operate with a pmd

Re: [ovs-dev] [PATCH v4] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-05-10 Thread Stokes, Ian
> Hi Ian, > > I'll send a new patch shortly. > > One comment below. > > Thanks for reviewing, > /Billy. > > > -Original Message- > > From: Stokes, Ian > > Sent: Wednesday, May 10, 2017 1:19 PM > > To: O Mahony, Billy ; d...@openvswitch.org > > Subject: RE:

Re: [ovs-dev] [PATCH ovs V8 21/26] dpctl: Add an option to dump only certain kinds of flows

2017-05-10 Thread Simon Horman
On Wed, May 03, 2017 at 06:08:12PM +0300, Roi Dayan wrote: > From: Paul Blakey > > Usage: > # to dump all datapath flows (default): > ovs-dpctl dump-flows > > # to dump only flows that in kernel datapath: > ovs-dpctl dump-flows type=ovs > > # to dump

Re: [ovs-dev] [PATCH v4] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-05-10 Thread O Mahony, Billy
Hi Ian, I'll send a new patch shortly. One comment below. Thanks for reviewing, /Billy. > -Original Message- > From: Stokes, Ian > Sent: Wednesday, May 10, 2017 1:19 PM > To: O Mahony, Billy ; d...@openvswitch.org > Subject: RE: [ovs-dev] [PATCH v4]

Re: [ovs-dev] [PATCH ovs V8 13/26] netdev-tc-offloads: Implement netdev flow put using tc interface

2017-05-10 Thread Simon Horman
On Wed, May 03, 2017 at 06:08:04PM +0300, Roi Dayan wrote: > From: Paul Blakey > > Currently only tunnel offload is supported. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan > Reviewed-by: Simon Horman

Re: [ovs-dev] [PATCH v4] dpif-netdev: Assign ports to pmds on non-local numa node.

2017-05-10 Thread Stokes, Ian
> From: billyom > > Previously if there is no available (non-isolated) pmd on the numa node > for a port then the port is not polled at all. This can result in a non- > operational system until such time as nics are physically repositioned. It > is preferable to operate

[ovs-dev] [PATCH v2 5/5] stp: Add link-state checking support for stp ports.

2017-05-10 Thread nickcooper-zhangtonghao
When bridge stp enabled, we can enable the stp ports despite ports are down. When initializing, this patch checks link-state of ports and enable or disable them according to their link-state. This patch also allow user to enable and disable a port when bridge stp is running. If a stp port is in

[ovs-dev] [PATCH v2 3/5] rstp: Add the 'ovs-appctl rstp/show' command.

2017-05-10 Thread nickcooper-zhangtonghao
The rstp/show command will help users and developers to get more details about rstp. This patch works together with the previous patches. Signed-off-by: nickcooper-zhangtonghao --- NEWS | 3 +- lib/rstp.c | 114

[ovs-dev] [PATCH v2 4/5] rstp: Increment the rstp port num counter.

2017-05-10 Thread nickcooper-zhangtonghao
OvS only supports RSTP_MAX_PORTS rstp ports while max port num of stp is STP_MAX_PORTS. This patch increments the rstp port num counter, otherwise the counter is 0 and the checking above will always fail. Signed-off-by: nickcooper-zhangtonghao --- vswitchd/bridge.c | 4

[ovs-dev] [PATCH v2 2/5] rstp: Add rstp port name for human reading.

2017-05-10 Thread nickcooper-zhangtonghao
This patch is useful to debug rstp subsystem and log the port name instead of port number. This patch will also be used to display rstp info for next patches. Signed-off-by: nickcooper-zhangtonghao Acked-by: Jarno Rajahalme --- lib/rstp-common.h | 1 +

[ovs-dev] [PATCH v2 1/5] rstp: Init a recursive mutex for rstp.

2017-05-10 Thread nickcooper-zhangtonghao
* This patch will be used for next patch. The 'rstp/show' command, which uses the mutex, calls functions which also use the mutex. We should init it as a recursive mutex. * Some rstp tests of OvS, which run with ovstest, does not run rstp_init in the bridge_init. We should call rstp_init when

Re: [ovs-dev] [PATCH] OVN localport type support

2017-05-10 Thread Daniel Alvarez Sanchez
On Tue, May 9, 2017 at 9:17 PM, Ben Pfaff wrote: > Thanks. > > This is a good summary of some of what the patch does. Should it be in > the commit message? > ack I ommited the commands and outputs in the commit message. In order to illustrate the purpose of this patch: - One

[ovs-dev] [PATCH v4] OVN localport type support

2017-05-10 Thread Daniel Alvarez
This patch introduces a new type of OVN ports called "localport". These ports will be present in every hypervisor and may have the same IP/MAC addresses. They are not bound to any chassis and traffic to these ports will never go through a tunnel. Its main use case is the OpenStack metadata API