Re: [ovs-dev] [OVN] SFC Day in the Life of Packet (with markdown)

2017-05-31 Thread John McDowall
Ben, I have added a pre-amble around why SFC and did some minor cleanup. Let me know if it makes sense and if you think more would help. Regards John Begin Markdown (Github Formatted) # Day in the life of a packet for service chains.   ## SFC Rational The goal of adding service

Re: [ovs-dev] [OVN] SFC Day in the Life of Packet (with markdown)

2017-05-30 Thread John McDowall
Ben, Thanks, I will add the additional info as requested. Regards John On 5/30/17, 10:49 AM, "Ben Pfaff" <b...@ovn.org> wrote: On Fri, May 26, 2017 at 05:38:11PM +0000, John McDowall wrote: > > At the request of several people I have put together a

[ovs-dev] [OVN] SFC Day in the Life of Packet (with markdown)

2017-05-26 Thread John McDowall
At the request of several people I have put together a few use cases for day in the life of a packet for the service chain approach. I have written it up in markdown format as it is easier to review standalone (IMHO). Once everyone is happy with it I will move in to XML in

[ovs-dev] [OVN] SFC Day in the Life of Packet

2017-05-26 Thread John McDowall
At the request of several people I have put together a few use cases for day in the life of a packet for the service chain approach. I have written it up in markdown format as it is easier to review standalone (IMHO). Once everyone is happy with it I will move in to XML in

[ovs-dev] OVN: Increasing size of Switch Ingress Pipeline Stage Table

2017-05-11 Thread John McDowall
With the addition of the DNS stages there are no entries left in the PIPELINE_STAGE, SWITCH IN table. I need one for SFC. As this is a core part of the infrastructure I do not want to make changes without advice from the core OVN team. What is the best approach? Regards John

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

2017-05-09 Thread John McDowall
h.) Any other scenarios that come to mind ? Regards John From: Mickey Spiegel <mickeys@gmail.com> Date: Monday, April 24, 2017 at 6:39 PM To: John McDowall <jmcdow...@paloaltonetworks.com> Cc: "ovs-dev@openvswitch.org" <ovs-dev@openvswitch.org> Subject: Re: [ovs-dev] o

[ovs-dev] [ovs-dev, RFC] ovn: Revised support for service function chaining

2017-03-13 Thread John McDowall
2.168.33.2' # # Cleanup # ovn-nbctl lsp-chain-classifier-del pcc1 ovn-nbctl lsp-pair-group-del ppg1 ovn-nbctl lsp-chain-del pc1 ovn-nbctl lsp-pair-del pp1 ovn-nbctl ls-del swt1 Co-authored-by: Flavio Fernandes Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-March/040381.h

Re: [ovs-dev] SFC patches for OVN

2017-02-07 Thread John McDowall
A, B, and C. You only need a port-pair for the VNF and then use the ACL rule to direct traffic to the service chain. Regards John From: Shuaijun Zhang <szh...@research.ait.ie> Date: Tuesday, February 7, 2017 at 2:24 PM To: John McDowall <jmcdow...@paloaltonetworks.com> Cc: "f

Re: [ovs-dev] SFC patches for OVN

2017-02-07 Thread John McDowall
uesday, February 7, 2017 at 1:22 PM To: John McDowall <jmcdow...@paloaltonetworks.com> Cc: "fla...@flaviof.com" <fla...@flaviof.com>, "ovs-dev@openvswitch.org" <ovs-dev@openvswitch.org> Subject: Re: [ovs-dev] SFC patches for OVN Hi John, port-security isn't set fo

Re: [ovs-dev] SFC patches for OVN

2017-02-07 Thread John McDowall
Jason, Did you turn off port-security for the VNF ports? Regards John From: Shuaijun Zhang <szh...@research.ait.ie> Date: Tuesday, February 7, 2017 at 12:48 PM To: John McDowall <jmcdow...@paloaltonetworks.com>, "fla...@flaviof.com" <fla...@flaviof.com> Cc: "

Re: [ovs-dev] [ovs-dev, RFC] ovn: support for service function chaining

2017-02-03 Thread John McDowall
altonetworks.com wrote: > From: John McDowall <jmcdow...@paloaltonetworks.com> > > This patchset is the first round at having Service Function Chaining > functionality through OVN. The implementation is done entirely > on the northbound side of OVN. It

Re: [ovs-dev] SFC patches for OVN

2017-02-03 Thread John McDowall
Jason, I checked it against top of the git tree. So just download the patch and clone the lastest and then $ git apply –directory=ovn If you have any questions/feedback let me know. Regards John ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [RFC PATCH 2/5] OVN: SFC Implementation: New stage for SFC and modified ACL stage

2017-01-31 Thread John McDowall
patch should apply, build, and test properly whether or not later patches have been applied. On Tue, Jan 31, 2017 at 10:03:21PM +0000, John McDowall wrote: > Ben, > > Let me create a new patch set against the top of tree. > > Regards >

Re: [ovs-dev] [RFC PATCH 2/5] OVN: SFC Implementation: New stage for SFC and modified ACL stage

2017-01-31 Thread John McDowall
Ben, Let me create a new patch set against the top of tree. Regards John On 1/31/17, 1:46 PM, "Ben Pfaff" <b...@ovn.org> wrote: On Tue, Dec 27, 2016 at 02:11:43PM -0800, John McDowall wrote: > This is the major body of code that implements SFC. There is a

[ovs-dev] [RFC PATCH 2/5] OVN: SFC Implementation: New stage for SFC and modified ACL stage

2016-12-27 Thread John McDowall
-March/040381.html Reported at: https://mail.openvswitch.org/pipermail/ovs-discuss/2016-May/041359.html Signed-off-by: John McDowall <jmcdow...@paloaltonetworks.com> --- ovn/northd/ovn-northd.c | 315 +--- 1 file changed, 295 insertions(+), 20 del

[ovs-dev] [RFC PATCH 3/5] Included architecture of SFC in documentation

2016-12-27 Thread John McDowall
Signed-off-by: John McDowall <jmcdow...@paloaltonetworks.com> --- ovn/ovn-architecture.7.xml | 185 + 1 file changed, 185 insertions(+) diff --git a/ovn/ovn-architecture.7.xml b/ovn/ovn-architecture.7.xml index d96e4b141..73342f2e0 100644 --- a/o

[ovs-dev] [RFC PATCH 4/5] Extended schema to include port-chain, port-pair-groups, port-pairs and added ACL SFC action

2016-12-27 Thread John McDowall
-May/041359.html Signed-off-by: John McDowall <jmcdow...@paloaltonetworks.com> --- ovn/ovn-nb.ovsschema | 64 +--- 1 file changed, 61 insertions(+), 3 deletions(-) diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovsschema index 39c7f991c..02a

[ovs-dev] [RFC PATCH 0/5] OVN: SFC Implementation

2016-12-27 Thread John McDowall
); * other suggestions? This is the code that was used for SFC demo and talk at OVSCon 2016. John McDowall (5): Added documentation for SFC ACL Action Added new stage for SFC and modified ACL stage to include sfc action Included architecture of SFC in documentation Extended schema to in