Re: [ovs-dev] RFC: OVN database options

2016-03-11 Thread Mike Bayer
On 03/10/2016 06:50 PM, Ben Pfaff wrote: I've been a fan of Postgres since I used in the 1990s for a web-based application. It didn't occur to me that it was appropriate here. Julien, thanks so much for joining the discussion. So yes, it has everything OVN needs. It can push notifications t

[ovs-dev] Hi

2016-01-04 Thread Mike
-- My name is Mike, from United States. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. I want us to be friends. Please tell me more about yourself, if you don't mind. Re

[ovs-dev] [PATCH 1/1] netdev IVSHMEM shared memory usage documentation

2015-06-19 Thread Polehn, Mike A
realtime task operation. Signed-off-by: Mike A. Polehn diff --git a/INSTALL.DPDK.md b/INSTALL.DPDK.md index cdef6cf..64ae6f1 100644 --- a/INSTALL.DPDK.md +++ b/INSTALL.DPDK.md @@ -49,6 +49,41 @@ on Debian/Ubuntu) For further details refer to http://dpdk.org/ +1b. Alternative DPDK 2.0

[ovs-dev] Urgent Attention

2015-05-15 Thread REV. MIKE EDWARD
Attn Pls Good day dear beneificiary and pls i want to inform you that the sum of($3.6 m)has been released and the transfer began today through Western union transfer $8000.00 per a day.So contact Western union Director Rev.Mike Edward and ask him what youneedto do to enable them activate your acc

Re: [ovs-dev] [Patch] Documentation for DPDK IVSHMEM VM Communications

2014-09-03 Thread Polehn, Mike A
SHMEM? Mike -Original Message- From: Pravin Shelar [mailto:pshe...@nicira.com] Sent: Friday, August 29, 2014 3:54 PM To: Polehn, Mike A Cc: d...@openvswitch.com Subject: Re: [ovs-dev] [Patch] Documentation for DPDK IVSHMEM VM Communications On Fri, Aug 15, 2014 at 7:07 AM, Polehn, Mike A

[ovs-dev] [Patch] Documentation for DPDK IVSHMEM VM Communications

2014-08-15 Thread Polehn, Mike A
Adds documentation on how to run IVSHMEM communication through VM. Signed-off-by: Mike A. Polehn diff --git a/INSTALL.DPDK b/INSTALL.DPDK index 4551f4c..8d866e9 100644 --- a/INSTALL.DPDK +++ b/INSTALL.DPDK @@ -19,10 +19,14 @@ Recommended to use DPDK 1.6. DPDK: Set dir i.g.: export DPDK_DIR

[ovs-dev] [Patch] Fixes DPDK Queue size for IVSHMEM VM communications

2014-08-15 Thread Polehn, Mike A
-by: Mike A. Polehn diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c old mode 100644 new mode 100755 index 6ee9803..3a19db0 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -71,8 +71,11 @@ static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(5, 20); #define NON_PMD_THREAD_TX_QUEUE 0

Re: [ovs-dev] [PATCH v2 5/5] netdev-dpdk: Add OVS_UNLIKELY annotations in dpdk_do_tx_copy().

2014-06-30 Thread Polehn, Mike A
These are already in the git repository code. Mike Polehn -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di Proietto Sent: Monday, June 30, 2014 10:00 AM To: Ryan Wilson Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH v2 5/5] netdev-dpdk: Add

[ovs-dev] [Patch v2 1/1] PMD SMP DPDK TX queue added with packet output surge adsorption

2014-06-27 Thread Polehn, Mike A
suppressed. Requires earlier patch: PATCH [1/1] High speed PMD physical NIC queue size Signed-off-by: Mike A. Polehn diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c old mode 100644 new mode 100755 index f490900..2a6d79f --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -1894,6 +1894,11

Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size, resubmit

2014-06-26 Thread Polehn, Mike A
may think that 2048 is the largest size possible. This is to give a hint of what values the defined value can be set to. Mike Polehn -Original Message- From: Pravin Shelar [mailto:pshe...@nicira.com] Sent: Thursday, June 26, 2014 2:18 PM To: Polehn, Mike A Cc: dev@openvswitch.org

Re: [ovs-dev] [PATCH 1/1] PMD dpdk TX output SMP dpdk queue use and packet surge assoprtion.

2014-06-26 Thread Polehn, Mike A
I try not making the comparison mistakes, I have recently made that exact mistake and had to debug. If I had used the second format, the complier would have output an error and saved the time of debugging. Mike Polehn -Original Message- From: Ben Pfaff [mailto:b...@nicira.com]

Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size, resubmit

2014-06-26 Thread Polehn, Mike A
ver. Mike Polehn -Original Message- From: Pravin Shelar [mailto:pshe...@nicira.com] Sent: Wednesday, June 25, 2014 4:19 PM To: Polehn, Mike A Cc: dev@openvswitch.org Subject: Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size, resubmit On Thu, Jun 19, 2014 at 3:58 PM, Pol

[ovs-dev] [PATCH 1/1] PMD dpdk TX output SMP dpdk queue use and packet surge assoprtion.

2014-06-20 Thread Polehn, Mike A
sized packets from VMs were being absorbed in the NIC TX pre-queue and TX queue and packet loss was suppressed. Signed-off-by: Mike A. Polehn diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 6c281fe..478a0d9 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -1873,6 +1873,10

Re: [ovs-dev] [Backport] Backport max-idle to branch-1.10 - branch-2.1.

2014-06-20 Thread Polehn, Mike A
making a more efficient revalidator might be another way to help this issue. Mike diff --git a/openvswitch/ofproto/ofproto-dpif.c b/openvswitch/ofproto/ofproto-dpif.c index 92f3262..3dd297f 100644 --- a/openvswitch/ofproto/ofproto-dpif.c +++ b/openvswitch/ofproto/ofproto-dpif.c @@ -76,6 +76,19

Re: [ovs-dev] [Backport] Backport max-idle to branch-1.10 - branch-2.1.

2014-06-20 Thread Polehn, Mike A
example, or documentation update to indicate exactly how to set this new idle timeout parameter. Hopefully this is a global setting and not flow specific setting. Mike Polehn -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alex Wang Sent: Thursday, June 19

[ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size, resubmit

2014-06-19 Thread Polehn, Mike A
Large TX and RX queues are needed for high speed 10 GbE physical NICS. Observed a 250% zero loss improvement over small NIC queue test for A port to port flow test. Signed-off-by: Mike A. Polehn diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index fbdb6b3..d1bcc73 100644 --- a/lib/netdev

Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size

2014-06-19 Thread Polehn, Mike A
this. -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Polehn, Mike A Sent: Thursday, June 19, 2014 2:45 PM To: Ethan Jackson Cc: dev@openvswitch.org Subject: Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size I coming from an earlier version that

Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size

2014-06-19 Thread Polehn, Mike A
There is an improvement in 2544 zero loss measurements, but it takes another patch to actually be able to get a reasonable measurement with standard test equipment. Should I redo it with the new enum change. I am not sure of using an enum for a single constant. Mike Polehn -Original

Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size

2014-06-19 Thread Polehn, Mike A
queue sizing formula in the comment that is not obvious. Mike Polehn -Original Message- From: Ethan Jackson [mailto:et...@nicira.com] Sent: Thursday, June 19, 2014 10:21 AM To: Polehn, Mike A Cc: dev@openvswitch.org Subject: Re: [ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size

[ovs-dev] PATCH [1/1] High speed PMD physical NIC queue size

2014-06-19 Thread Polehn, Mike A
Large TX and RX queues are needed for high speed 10 GbE physical NICS. Signed-off-by: Mike A. Polehn diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index fbdb6b3..d1bcc73 100644 --- a/lib/netdev-dpdk.c +++ b/lib/netdev-dpdk.c @@ -70,6 +70,9 @@ static struct vlog_rate_limit rl

Re: [ovs-dev] [PATCH v2] dpif-netdev: Polling threads directly call ofproto upcall functions.

2014-06-17 Thread Polehn, Mike A
. Directly calling ofproto upcall functions, before inexact rule lookup code is highly optimized for lookup speed when having large number of rules, would make it more difficult to get the DPDK packet processing rate up and also to test and verify fast packet processing rates. Mike Polehn

[ovs-dev] Patch [ 1/1] User space dpdk setup documentation addition, rev 2

2014-06-09 Thread Polehn, Mike A
Added details to dpdk poll mode setup and use to make it easier for some not familiar to get it operating. Signed-off-by: Mike A. Polehn diff --git a/INSTALL.DPDK b/INSTALL.DPDK index 3e0247a..df497fb 100644 --- a/INSTALL.DPDK +++ b/INSTALL.DPDK @@ -17,7 +17,8 @@ Building and Installing

Re: [ovs-dev] Patch [ 1/1] User space dpdk setup documentation addition

2014-06-09 Thread Polehn, Mike A
Yes, good catch! Mike Polehn -Original Message- From: John W. Linville [mailto:linvi...@tuxdriver.com] Sent: Monday, June 09, 2014 8:16 AM To: Polehn, Mike A Cc: dev@openvswitch.org Subject: Re: [ovs-dev] Patch [ 1/1] User space dpdk setup documentation addition On Mon, Jun 09, 2014 at

[ovs-dev] Patch [ 1/1] User space dpdk setup documentation addition, rev 1

2014-06-09 Thread Polehn, Mike A
Added details to dpdk poll mode setup and use to make it easier for some not familiar to get it operating. Signed-off-by: Mike A. Polehn diff --git a/INSTALL.DPDK b/INSTALL.DPDK index 3e0247a..689d95d 100644 --- a/INSTALL.DPDK +++ b/INSTALL.DPDK @@ -17,7 +17,8 @@ Building and Installing

[ovs-dev] Patch [ 1/1] User space dpdk setup documentation addition

2014-06-09 Thread Polehn, Mike A
Added details to dpdk poll mode setup and use to make it easier for some not familiar to get it operating. Signed-off-by: Mike A. Polehn diff --git a/INSTALL.DPDK b/INSTALL.DPDK index 3e0247a..f55ae8b 100644 --- a/INSTALL.DPDK +++ b/INSTALL.DPDK @@ -17,7 +17,8 @@ Building and Installing

[ovs-dev] Gold dust/Bar

2012-12-29 Thread Mike Amoasie
breach or are in default of the said contract will then be held fully accountable for the cost incurred. Upon receiving this FCO a reply is needed as soon as possible as acknowledgement of the FCO. Best Regards Mike Amoasie ___ dev mailing

[ovs-dev] hello

2012-02-01 Thread Rechel Mike
Hello i am rechel I guess you will not be surprise to receive my mail? i saw your profile and it sound well.I will like us to exchange good relationship.I am rechel by name,No kid and never marry.so i hope we can be good friend i hope both of us can make it  together.so reply me at (rechelm

Re: [ovs-dev] [PATCH] netdev-linux: Don't restrict policing to IPv4 and don't call "tc".

2011-12-05 Thread Mike Bursell
I'm certainly very happy with a re-write: this seems like a much nicer way of doing things. -Mike. > -Original Message- > From: Justin Pettit [mailto:jpet...@nicira.com] > Sent: 05 December 2011 00:57 > To: dev@openvswitch.org > Cc: Mike Bursell; Jamal Hadi Sal