Re: [ovs-dev] [PATCH] FAQ: Explain how "tap" devices work and why you should not use them.

2015-05-05 Thread Daniele Di Proietto
> On 5 May 2015, at 02:25, Ben Pfaff wrote: > > CC: 张伟 > Signed-off-by: Ben Pfaff > --- > AUTHORS | 1 + > FAQ.md | 80 + > 2 files changed, 81 insertions(+) > > diff --git a/AUTHORS b/AUTHORS > index cff99e6..9db112d 100644 > --

[ovs-dev] [PATCH ovn] controller: Set chassis for container port.

2015-05-05 Thread Russell Bryant
ovn-controller updates the chassis column of the Bindings table in OVN_Southbound when a logical port appears on the local switch. A logical port that has a parent will never appear on a switch managed by ovn-controller. When a parent port appears, all child container ports should be updated as b

Re: [ovs-dev] [PATCH] FAQ: Explain how "tap" devices work and why you should not use them.

2015-05-05 Thread Ben Pfaff
On Tue, May 05, 2015 at 11:52:37AM +0100, Daniele Di Proietto wrote: > > > On 5 May 2015, at 02:25, Ben Pfaff wrote: > > > > CC: 张伟 > > Signed-off-by: Ben Pfaff > > --- > > AUTHORS | 1 + > > FAQ.md | 80 > > + > > 2 files change

Re: [ovs-dev] [PATCH RFC v2 1/1] netdev-dpdk: add dpdk vhost-user ports

2015-05-05 Thread Loftus, Ciara
> On 04/24/2015 04:01 PM, Flavio Leitner wrote: > > On Fri, 24 Apr 2015 14:17:17 +0300 > > Panu Matilainen wrote: > > > >> Hi, > >> > >> A few comments inline... > >> > >> On 04/21/2015 01:10 PM, Ciara Loftus wrote: > >>> This patch adds support for a new port type to the userspace > >>> datapath

Re: [ovs-dev] [PATCH RFC v2 1/1] netdev-dpdk: add dpdk vhost-user ports

2015-05-05 Thread Thomas F Herbert
On 5/5/15 11:34 AM, Loftus, Ciara wrote: On 04/24/2015 04:01 PM, Flavio Leitner wrote: On Fri, 24 Apr 2015 14:17:17 +0300 Panu Matilainen wrote: Hi, A few comments inline... On 04/21/2015 01:10 PM, Ciara Loftus wrote: This patch adds support for a new port type to the userspace datapath ca

[ovs-dev] [PATCH net-next V8 0/2] openvswitch: Add support for 802.1AD

2015-05-05 Thread Thomas F Herbert
Add support for 802.1AD to the openvswitch kernel module (Version 8.) Please replace version 7 submitted on April 25, with this patch. Version 8 has changes based on the review by Pravin Shelar of V7 and a fix to flow.c to initialize the ctci in the flow key. There was one recommended change from

[ovs-dev] [PATCH net-next V8 1/2] openvswitch: 802.1ad uapi changes.

2015-05-05 Thread Thomas F Herbert
openvswitch: Add support for 802.1AD Change the description of the VLAN tpid field. Signed-off-by: Thomas F Herbert --- include/uapi/linux/openvswitch.h | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/op

[ovs-dev] [PATCH net-next V8 2/2] openvswitch: 802.1ad: Flow handling, actions, and parsing

2015-05-05 Thread Thomas F Herbert
Add support for 802.1ad including the ability to push and pop double tagged vlans. Signed-off-by: Thomas F Herbert --- net/openvswitch/actions.c | 6 ++- net/openvswitch/flow.c | 83 +++-- net/openvswitch/flow.h | 1 + net/openvswitch/flow_n

[ovs-dev] [PATCH] netdev-dpdk: add dpdk vhost-user ports

2015-05-05 Thread Ciara Loftus
This patch adds support for a new port type to the userspace datapath called dpdkvhostuser. It adds to the existing infrastructure of vhost-cuse, however disables vhost-cuse ports as the default port type, in favour of vhost-user ports. vhost-cuse 'dpdkvhost' ports are still available and can be en

[ovs-dev] [PATCH v2] docs: Clarify creation & bonding of DPDK enabled interfaces.

2015-05-05 Thread Billy O'Mahony
Unlike system interfaces, DPDK enabled interfaces must have their interface type explicitly set when used to create ports. Mention this in relevant parts of the documentation and add references to INTALL.DPDK.md, where there are many examples. Signed-off-by: Billy O'Mahony --- FAQ.md

Re: [ovs-dev] [PATCH] FAQ: Explain how "tap" devices work and why you should not use them.

2015-05-05 Thread Daniele Di Proietto
> On 5 May 2015, at 16:10, Ben Pfaff wrote: > > On Tue, May 05, 2015 at 11:52:37AM +0100, Daniele Di Proietto wrote: >> >>> On 5 May 2015, at 02:25, Ben Pfaff wrote: >>> >>> CC: 张伟 >>> Signed-off-by: Ben Pfaff >>> --- >>> AUTHORS | 1 + >>> FAQ.md | 80 >>>

Re: [ovs-dev] [PATCH ovn] controller: Set chassis for container port.

2015-05-05 Thread Justin Pettit
> On May 5, 2015, at 6:59 AM, Russell Bryant wrote: > > ovn-controller updates the chassis column of the Bindings table in > OVN_Southbound when a logical port appears on the local switch. A > logical port that has a parent will never appear on a switch managed > by ovn-controller. When a pare

[ovs-dev] [PATCH] datapath: Add support for 4.0 kernel.

2015-05-05 Thread Joe Stringer
Signed-off-by: Joe Stringer --- acinclude.m4 | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index e9d0ed9..cd2301e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -133,18 +133,18 @@ AC_DEFUN([OVS_CHECK_LINUX], [ fi AC

[ovs-dev] My libido suffered greatly as I got older but I know how to restore it! Check out the medicine!

2015-05-05 Thread Becky
Make your sex life new and fun again with ED medicine Your ED will disappear and you’ll be a man again Our pharmacy will for sure help you! Free tablets only this day! http://zzb.bz/MDM4Y World biggest FDA web-store ___ dev mailing list dev@open

Re: [ovs-dev] [PATCH] netdev-dpdk: add dpdk vhost-user ports

2015-05-05 Thread Pravin Shelar
On Tue, May 5, 2015 at 8:58 AM, Ciara Loftus wrote: > This patch adds support for a new port type to the userspace > datapath called dpdkvhostuser. It adds to the existing > infrastructure of vhost-cuse, however disables vhost-cuse ports > as the default port type, in favour of vhost-user ports. >

Re: [ovs-dev] [PATCH ovn v6 2/9] ovn-controller: Implement translation of OVN flows into OpenFlow.

2015-05-05 Thread Ben Pfaff
Thank you for the review! On Mon, May 04, 2015 at 05:22:39PM -0700, Justin Pettit wrote: > > > On May 1, 2015, at 4:17 PM, Ben Pfaff wrote: > > > +/* Creates a new logical_datapath with the given 'uuid'. */ > > +static struct logical_datapath * > > +ldp_create(const struct uuid *uuid) > > +{ >

Re: [ovs-dev] [PATCH ovn v6 2/9] ovn-controller: Implement translation of OVN flows into OpenFlow.

2015-05-05 Thread Justin Pettit
> On May 5, 2015, at 3:08 PM, Ben Pfaff wrote: > > Thank you for the review! Sorry, I forgot to ACK it yesterday: Acked-by: Justin Pettit --Justin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH ovn v6 6/9] ovn-controller: Install generated pipeline flows into OVS via OpenFlow.

2015-05-05 Thread Ben Pfaff
On Mon, May 04, 2015 at 06:09:12PM -0700, Justin Pettit wrote: > > > On May 1, 2015, at 4:17 PM, Ben Pfaff wrote: > > > > > > +/* Adds a flow with the specified 'match' and 'actions' to the OpenFlow > > table > > + * numbered 'table_id' with the given 'priority'. > > + * > > + * This just asse

Re: [ovs-dev] [PATCH ovn v6 7/9] ovs-architecture: Recommend disable-in-band=true for integration bridge.

2015-05-05 Thread Ben Pfaff
On Mon, May 04, 2015 at 06:13:56PM -0700, Justin Pettit wrote: > > > On May 1, 2015, at 4:17 PM, Ben Pfaff wrote: > > > > -The integration bridge must be configured with failure mode ``secure'' > > to > > -avoid switching packets between isolated logical networks before > > -ovn-con

Re: [ovs-dev] [PATCH ovn v6 8/9] pipeline: Add macros to map logical registers to MFF_REG6 and MFF_REG7.

2015-05-05 Thread Ben Pfaff
On Mon, May 04, 2015 at 06:22:21PM -0700, Justin Pettit wrote: > > > On May 1, 2015, at 4:17 PM, Ben Pfaff wrote: > > > > This will allow upcoming code to refer to the logical inport and outport > > by symbolic names. > > > > Signed-off-by: Ben Pfaff > > Is there a reason this needs to be a s

Re: [ovs-dev] [PATCH ovn v6 9/9] ovn-controller: Implement logical/physical translation flows.

2015-05-05 Thread Ben Pfaff
On Mon, May 04, 2015 at 08:27:53PM -0700, Justin Pettit wrote: > > > On May 1, 2015, at 4:17 PM, Ben Pfaff wrote: > > > > > > + > > +/* Record as chassis or logical port. */ > > Just to make it a bit clearer, I would add that the latter is a "local > logical port". > > > +

Re: [ovs-dev] [PATCH] FAQ: Explain how "tap" devices work and why you should not use them.

2015-05-05 Thread Ben Pfaff
On Tue, May 05, 2015 at 05:45:50PM +0100, Daniele Di Proietto wrote: > > > On 5 May 2015, at 16:10, Ben Pfaff wrote: > > > > On Tue, May 05, 2015 at 11:52:37AM +0100, Daniele Di Proietto wrote: > >> > >>> On 5 May 2015, at 02:25, Ben Pfaff wrote: > >>> > >>> CC: 张伟 > >>> Signed-off-by: Ben P

Re: [ovs-dev] [PATCH ovn] controller: Set chassis for container port.

2015-05-05 Thread Russell Bryant
On 05/05/2015 02:26 PM, Justin Pettit wrote: > >> On May 5, 2015, at 6:59 AM, Russell Bryant wrote: >> >> ovn-controller updates the chassis column of the Bindings table in >> OVN_Southbound when a logical port appears on the local switch. A >> logical port that has a parent will never appear on

[ovs-dev] [PATCH ovn v2] controller: Set chassis for container port.

2015-05-05 Thread Russell Bryant
ovn-controller updates the chassis column of the Bindings table in OVN_Southbound when a logical port appears on the local switch. A logical port that has a parent will never appear on a switch managed by ovn-controller. When a parent port appears, all child container ports should be updated as b

Re: [ovs-dev] Testing OVN with OpenStack

2015-05-05 Thread Ben Pfaff
On Mon, May 04, 2015 at 02:22:30PM -0400, Russell Bryant wrote: > I put together some documentation on how to test OVN with OpenStack. > It's intended to be usable even if you don't have a lot of OpenStack > experience. > > http://networking-ovn.readthedocs.org/en/latest/testing.html > > Right no