> 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
> --
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
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
> 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
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
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
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
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
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
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
> 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
>>>
> 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
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
Make your sex life new and fun again with ED medicine
Your ED will disappear and youll 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
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.
>
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)
> > +{
>
> 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
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
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
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
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".
>
> > +
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
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
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
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
25 matches
Mail list logo