>On Fri, 24 Apr 2015 14:04:05 +
>"Kavanagh, Mark B" wrote:
>
>> >
>> >>On Fri, 24 Apr 2015 10:32:32 +
>> >>"Kavanagh, Mark B" wrote:
>> >>
>> >>>
>> >>> >
>> >>> >On 04/23/2015 11:58 PM, Kavanagh, Mark B wrote:
>> >>> >> Hi all,
>> >>> >>
>> >>> >> Just a quick poll: are the resolutions t
On Mon, Apr 27, 2015 at 10:31:41AM +0900, Simon Horman wrote:
> On Sun, Apr 26, 2015 at 10:17:33AM -0700, Ben Pfaff wrote:
> > Found by LLVM scan-build.
>
> > Reported-by: Kevin Lo
> > Signed-off-by: Ben Pfaff
>
> That looks my handiwork, if so sorry the oversight.
>
> Acked-by: Simon Horman
On Sun, Apr 26, 2015 at 03:23:17PM -0700, Ethan Jackson wrote:
> > Is it useful without accompanying code to generate appropriate packets
> > to exercise the flows?
>
> Yes.
>
> Daniele is using it with at the moment by running packet traces
> directly through the system. Plus a lot of synthetic
Thanks, I applied this to master.
On Mon, Apr 27, 2015 at 09:44:14AM +0800, Kevin Lo wrote:
> Acked-by: Kevin Lo
>
> On Sun, Apr 26, 2015 at 10:17:33AM -0700, Ben Pfaff wrote:
> >
> > Found by LLVM scan-build.
> >
> > Reported-by: Kevin Lo
> > Signed-off-by: Ben Pfaff
> > ---
> > lib/ofp-pa
On Sat, Apr 25, 2015 at 02:57:44PM -0500, Terry Wilson wrote:
> It is useful to make the notification events that Idl processes
> accessible to users of the library. This will make it possible to
> keep external systems in sync, but does not impose any particular
> notification pattern.
>
> The Ro
Ports with unknown MACs are a per-lswitch concept but the code here was
treating them as global and also dereferenced a null pointer (generally
'lport' was null in the expression 'lswitch->lport').
Reported-by: Alex Wang
Signed-off-by: Ben Pfaff
---
v1->v2: Actually add unknown_actions to the hm
Thx for fixing this~
Looks good and tested work,
Acked-by: Alex Wang
On Mon, Apr 27, 2015 at 8:54 AM, Ben Pfaff wrote:
> Ports with unknown MACs are a per-lswitch concept but the code here was
> treating them as global and also dereferenced a null pointer (generally
> 'lport' was null in the
Thx a lot for fixing this~
Acked-by: Alex Wang
On Sun, Apr 26, 2015 at 11:30 PM, YAMAMOTO Takashi
wrote:
> Avoid using a bash construct (=~) in the target.
>
> An alternative would be to make the configure script require
> bash explicitly. (Currently it doesn't and on NetBSD /bin/ksh
> is l
Thanks for the review and the testing. I applied this to the ovn
branch.
On Mon, Apr 27, 2015 at 09:28:13AM -0700, Alex Wang wrote:
> Thx for fixing this~
>
> Looks good and tested work,
>
> Acked-by: Alex Wang
>
> On Mon, Apr 27, 2015 at 8:54 AM, Ben Pfaff wrote:
>
> > Ports with unknown M
On Fri, 24 Apr 2015 13:06:04 -0400
Russell Bryant wrote:
> [PATCH 1/2] Add ovn-ctl to assist with OVN daemon lifecycle.
> [PATCH 2/2] fedora.spec: Create openvswitch-ovn package.
>
> ovn/automake.mk
> |1
> ovn/utilities/.gitignore
> |1
> ovn/utilities/automake.mk
> |9
> ovn/utilitie
In anticipation of the first ping for OVN this week, I created a repo
with a skeletal README and utilities needed to integrate OVN with
Containers here:
https://github.com/shettyg/ovn-docker
It is lightly tested and I plan to continue to develop on that repo ,
fix bugs etc till it is stable. There
On Fri, Apr 24, 2015 at 1:44 AM, Panu Matilainen wrote:
> On 04/23/2015 11:58 PM, Kavanagh, Mark B wrote:
>>
>> Hi all,
>>
>> Just a quick poll: are the resolutions to review comments in this patch
>> acceptable to everyone?
>>
>> If I've missed anything, or are there any additional opens that nee
The Stateless TCP Tunnel (STT) protocol encapsulates traffic in
IPv4/TCP packets.
STT uses TCP segmentation offload available in most of NIC. On
packet xmit STT driver appends STT header along with TCP header
to the packet. For GSO packet GSO parameters are set according
to tunnel configuration and
An increasing number of distributions ship with GCC 4.9 (including
Fedora and Ubuntu) that has -Werror=date-time. This causes kernel
compilation to fail because the builds are not exactly reproducible.
This simply removes the use of those constants, which was already
done for the upstream Linux ve
On Mon, Apr 27, 2015 at 11:26:37AM -0700, Gurucharan Shetty wrote:
> In anticipation of the first ping for OVN this week, I created a repo
> with a skeletal README and utilities needed to integrate OVN with
> Containers here:
> https://github.com/shettyg/ovn-docker
>
> It is lightly tested and I p
On Mon, Apr 27, 2015 at 1:14 PM, Pravin B Shelar wrote:
> The Stateless TCP Tunnel (STT) protocol encapsulates traffic in
> IPv4/TCP packets.
> STT uses TCP segmentation offload available in most of NIC. On
> packet xmit STT driver appends STT header along with TCP header
> to the packet. For GSO
On Mon, Apr 27, 2015 at 01:29:52PM -0700, Jesse Gross wrote:
> An increasing number of distributions ship with GCC 4.9 (including
> Fedora and Ubuntu) that has -Werror=date-time. This causes kernel
> compilation to fail because the builds are not exactly reproducible.
>
> This simply removes the u
The Stateless TCP Tunnel (STT) protocol encapsulates traffic in
IPv4/TCP packets.
STT uses TCP segmentation offload available in most of NIC. On
packet xmit STT driver appends STT header along with TCP header
to the packet. For GSO packet GSO parameters are set according
to tunnel configuration and
On Mon, Apr 27, 2015 at 1:34 PM, Jesse Gross wrote:
> On Mon, Apr 27, 2015 at 1:14 PM, Pravin B Shelar wrote:
>> The Stateless TCP Tunnel (STT) protocol encapsulates traffic in
>> IPv4/TCP packets.
>> STT uses TCP segmentation offload available in most of NIC. On
>> packet xmit STT driver appends
On Mon, Apr 27, 2015 at 2:00 PM, Ben Pfaff wrote:
> On Mon, Apr 27, 2015 at 01:29:52PM -0700, Jesse Gross wrote:
>> An increasing number of distributions ship with GCC 4.9 (including
>> Fedora and Ubuntu) that has -Werror=date-time. This causes kernel
>> compilation to fail because the builds are
These specs have already been published.
Signed-off-by: YAMAMOTO Takashi
---
OPENFLOW-1.1+.md | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/OPENFLOW-1.1+.md b/OPENFLOW-1.1+.md
index 7911406..fcbff32 100644
--- a/OPENFLOW-1.1+.md
+++ b/OPENFLOW-1.1+.md
@@ -209,8 +209,7 @
> Thx a lot for fixing this~
>
> Acked-by: Alex Wang
thank you, applied.
YAMAMOTO Takashi
>
>
>
> On Sun, Apr 26, 2015 at 11:30 PM, YAMAMOTO Takashi
> wrote:
>
>> Avoid using a bash construct (=~) in the target.
>>
>> An alternative would be to make the configure script require
>> bash ex
The testsuite is enabled by default and uses some of
the tools provided by procps-ng.
Signed-off-by: Flavio Leitner
---
rhel/openvswitch-fedora.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index f3dbebf..2ee76ca 1
Although the ovs-ctl/ovs-lib takes care of creating the rundir,
it is correct to let the systemd manages the directory and let
the rpm know about the ownership too.
Signed-off-by: Flavio Leitner
---
rhel/openvswitch-fedora.spec.in | 1 +
rhel/usr_lib_systemd_system_open
On Tue, Apr 28, 2015 at 10:54:04AM +0900, YAMAMOTO Takashi wrote:
> These specs have already been published.
>
> Signed-off-by: YAMAMOTO Takashi
Reviewed-by: Simon Horman
> ---
> OPENFLOW-1.1+.md | 5 +
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/OPENFLOW-1.1+.md b/
On Mon, Apr 27, 2015 at 03:12:10PM -0700, Jesse Gross wrote:
> On Mon, Apr 27, 2015 at 2:00 PM, Ben Pfaff wrote:
> > On Mon, Apr 27, 2015 at 01:29:52PM -0700, Jesse Gross wrote:
> >> An increasing number of distributions ship with GCC 4.9 (including
> >> Fedora and Ubuntu) that has -Werror=date-ti
2896281135424946635
Content-Type: text/plain;
Content-Transfer-Encoding: 7Bit
Shell want to be with you all the time
Your newly hard penis will amaze you
Buy right now!
Get FREE tablets for every customer!
http://zzb.bz/B2MuO
Sexual Enhancers 65% Off
2896281135424946635--
___
Signed-off-by: Justin Pettit
---
ovn/controller/ovn-controller.8.xml |5 +
ovn/controller/ovn-controller.c |6 --
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ovn/controller/ovn-controller.8.xml
b/ovn/controller/ovn-controller.8.xml
index ca7fa43..56900b9 10
Tunnels create a lot of interfaces without an "external-id:iface-id", so
logging each interface missing one (even at debug) seems unnecessary.
Signed-off-by: Justin Pettit
---
ovn/controller/bindings.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ovn/controller/bindin
The integration bridge will be needed by other components soon, so make
it part of the general ovn-controller context.
Signed-off-by: Justin Pettit
---
ovn/controller/bindings.c | 33 ++--
ovn/controller/ovn-controller.c | 44
This makes it more consistent with other IDs in the system.
Signed-off-by: Justin Pettit
---
ovn/controller/bindings.c | 14 +++---
ovn/controller/chassis.c| 10 +-
ovn/controller/ovn-controller.c |4 ++--
ovn/controller/ovn-controller.h |2 +-
4 files c
Limit the supported tunnel types to Geneve and STT on hypervisors, and
VXLAN, Geneve, and STT on gateways. This commit adds "DESIGN.md" that
describes the reasoning.
Signed-off-by: Justin Pettit
---
ovn/DESIGN.md | 45 +++
ovn/TODO
This creates a tunnel to each Chassis's specified Encaps. In the
future, we may want to limit this to only Chassis that share a logical
datapath on the local system.
Signed-off-by: Justin Pettit
---
ovn/TODO |9 -
ovn/controller/chassis.c | 364 +
On 04/27/2015 11:04 PM, Pravin Shelar wrote:
On Fri, Apr 24, 2015 at 1:44 AM, Panu Matilainen wrote:
On 04/23/2015 11:58 PM, Kavanagh, Mark B wrote:
Hi all,
Just a quick poll: are the resolutions to review comments in this patch
acceptable to everyone?
If I've missed anything, or are there
您好:
本公司在(深圳市、上海市、广州市等)有一部分专用发――票代开;
如有需要,欢迎您与我联系:
负责人:张先生(0)13642347266
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
35 matches
Mail list logo