On Thu, Jan 30, 2014 at 06:01:39PM -0800, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty
Acked-by: Ben Pfaff
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
I updated commit and added comment and pushed patch to master and 2.1.
Thanks,
Pravin.
On Thu, Jan 30, 2014 at 6:13 PM, Jesse Gross wrote:
> On Wed, Jan 29, 2014 at 7:18 PM, Jesse Gross wrote:
>> On Wed, Jan 29, 2014 at 4:42 PM, Pravin Shelar wrote:
>>> On Wed, Jan 29, 2014 at 4:38 PM, Jesse G
On Wed, Jan 29, 2014 at 7:18 PM, Jesse Gross wrote:
> On Wed, Jan 29, 2014 at 4:42 PM, Pravin Shelar wrote:
>> On Wed, Jan 29, 2014 at 4:38 PM, Jesse Gross wrote:
>>> On Wed, Jan 29, 2014 at 4:35 PM, Pravin Shelar wrote:
On Wed, Jan 29, 2014 at 4:21 PM, Jesse Gross wrote:
> On Wed, Ja
Signed-off-by: Gurucharan Shetty
---
BUILD.Windows | 22 ++
Makefile.am|3 +++
m4/ax_check_openssl.m4 |9 +++--
3 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/BUILD.Windows b/BUILD.Windows
index 45a3c0a..ea931eb 100644
--- a/
On Thu, Jan 30, 2014 at 4:31 PM, Ben Pfaff wrote:
> On Thu, Jan 30, 2014 at 04:12:11PM -0800, Gurucharan Shetty wrote:
>> Signed-off-by: Gurucharan Shetty
>
> It looks to me like we should really be adding $(SSL_INCLUDES)
> unconditionally, not just for Windows.
Okay.
>
> We should probably add S
Thanks, applied to master and branch-2.1.
On Thu, Jan 30, 2014 at 04:11:13PM -0800, Justin Pettit wrote:
> Acked-by: Justin Pettit
>
>
> On 1/30/14, 3:40 PM, "Ben Pfaff" wrote:
>
> >Database transactions can occasionally fail due to concurrent changes in
> >the database. When that happens, t
On Thu, Jan 30, 2014 at 04:12:10PM -0800, Gurucharan Shetty wrote:
> When one wishes to compile and link a program with an
> external library in one shot, additional
> option "-link" is expected after all the other options. For example,
>
> $ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/Op
On Thu, Jan 30, 2014 at 04:12:11PM -0800, Gurucharan Shetty wrote:
> Signed-off-by: Gurucharan Shetty
It looks to me like we should really be adding $(SSL_INCLUDES)
unconditionally, not just for Windows.
We should probably add SSL_LDFLAGS to LDFLAGS while we're at it. Does
that simplify your su
Signed-off-by: Gurucharan Shetty
---
BUILD.Windows | 22 ++
Makefile.am|1 +
m4/ax_check_openssl.m4 |9 +++--
3 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/BUILD.Windows b/BUILD.Windows
index 45a3c0a..f00a722 100644
--- a/BU
This has tripped a couple of people.
The workaround in cccl does not actually work. So get rid of it and
clarify in documentation.
Signed-off-by: Gurucharan Shetty
---
BUILD.Windows |4
build-aux/cccl |4
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/BUILD.Wi
With the recent change to libtool, the default behavior is to use
MinGW's 'ld'. Set the LD variable to direct it to Visual Studio's
linker.
The wordings for the documentation is copied from INSTALL.
Signed-off-by: Gurucharan Shetty
---
BUILD.Windows | 20 +---
1 file changed,
When one wishes to compile and link a program with an
external library in one shot, additional
option "-link" is expected after all the other options. For example,
$ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/OpenSSL-Win32/lib"
This is needed in an upcoming commit to compile conftest.c
Acked-by: Justin Pettit
On 1/30/14, 3:40 PM, "Ben Pfaff" wrote:
>Database transactions can occasionally fail due to concurrent changes in
>the database. When that happens, the next transaction should repeat the
>changes that ovs-vswitchd tried to make the first time (adjusted for the
>changes
Patch bf06c4fe (tests/ofproto-dpif.at: Workaround a race.), fixed a
race condition which patch 0a8763f (ofproto-dpif-upcall: Hardcode
max_idle to 1500ms.) unfixed.
Signed-off-by: Ethan Jackson
Reported-by: YAMAMOTO Takashi
---
tests/ofproto-dpif.at | 6 ++
1 file changed, 6 insertions(+)
d
I think you're right. I'll write up a patch.
Ethan
On Wed, Jan 29, 2014 at 4:39 PM, YAMAMOTO Takashi
wrote:
>> Before this patch, OVS tried to guess an optimal max idle time for
>> datapath flows based on the number of datapath flows relative to the
>> limit. This caused instability because th
Database transactions can occasionally fail due to concurrent changes in
the database. When that happens, the next transaction should repeat the
changes that ovs-vswitchd tried to make the first time (adjusted for the
changes to the database).
The code to report the OpenFlow port number in use di
I found a different solution.
Upgraded my system to use visual studio 2013, which has included c99 libraries.
Hooray!
I just verified ovsdb-types.h works as it is on the new VS.
Thanks!
Linda
- Original Message -
From: "Ben Pfaff"
To: "Linda Sun"
Cc: dev@openvswitch.org
Sent: Wedn
My name is John Baxter and I am a diplomat based in Switzerland, I am
contacting you concerning a very confidential business proposition worth 7.8
million.
Kindly indicate your interest for details.
Mein Name ist John Baxter und ich bin ein Diplomat in der Swiotzerland, bin ich
mit Ihn
Hi,
I ran into the same issue as the one described below (post on
ovs-discuss a few months back).
The goal is to use a vport tunnel configured to use a flow-based remote
IP, e.g:
ovs-vscl add-port br-vnet tun-port -- set Interface tun-port
type=gre options:remote_ip=flow
This works fin
Prashant,
IVShm is supported by the Intel DPDK client rings, and a patched QEMU/KVM
from the OVDK work on 01.org (https://01.org/packet-processing). The main
part being the patched QEMU/KVM to map the Intel DPDK Huge Page Tables
(with Release of Intel DPDK 1.6 the requirement to map 1 GB huge pag
Bonjour,
repondez moi ici (juliet2co...@cantv.net)
Je voudrais avec votre accord vous présenter ma situation et vous proposer une
affaire qui pourrait vous intéresser.
Avant de poursuivre, permettez-moi de décliner mon identité. Je suis Nadège
Tagro,fille de feu M. Désiré Tagro, l'ex-ministre d
Hi Pravin,
Request you to please validate atleast one method to interface VM's with your
innovative dpdk port on the OVS.
Preferably IVSHM.
Please do publish the steps for that too.
We really need the above for huge acceptance.
Regards
-Prashant
-Original Message-
From: Pravin Shelar
22 matches
Mail list logo