Re: [ovs-dev] [PATCH] use AX_PTHREAD to detect pthreads

2015-04-17 Thread Kevin Lo
On Wed, Apr 15, 2015 at 05:50:42PM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 07:52:24AM -0700, Gurucharan Shetty wrote: I am also concerned that it this will break the Windows build. Currently Windows uses some Windows-only code in m4/openvswitch.m4, which requires Win32

Re: [ovs-dev] Why wouldn't you want to try this

2015-04-17 Thread Lenora Milton
I just wanted to let you know how simple it is to get slim You have what is needed. http://ndok.com.ua/k3lfpn/r761o.html ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] dreaming of f#cking tonight?

2015-04-17 Thread Coy Miln
Send me a F#ckFriends request so we can hook up My usename is SexyJenny2398 my profile is here: http://catcut.net/xr4 TALK S00N ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] OpenvSwitch on kernel 3.18.x

2015-04-17 Thread Tuan Nguyen
Hi, I am woking on openvswitch, but my device just support kernel 3.18, and currently openvswitch v2.3.1 does not support kernel 3.18.x. I found you tested with kernel 3.18 in here: http://openvswitch.org/pipermail/dev/2014-December/049583.html, but I don't know is it enough, maybe I could miss

[ovs-dev] If it is not for you, then send it back

2015-04-17 Thread Connie Daniels
I tried everything to get in shape Watch the weight come off. http://zzb.bz/KpsYp ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Are you still interested

2015-04-17 Thread Mabel Fane
This could be the start of something magical, in terms of your weight I want to hear that you're smaller. http://catcut.net/4v4 ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] This is your chance to win $60,000 000

2015-04-17 Thread Doug Feldman
Hello and Congrats! You’ve been selected randomly to receive 200% CASHBACK to the World Biggest Lottery - Mega Millions. The Jackpot will be tomorrow and it stands on 59 Million Dollar. There are only less than 24 hours left. Don’t miss your chance, Pick your lucky numbers and Send your ticket

[ovs-dev] [PATCH 1/2] configure.ac: Avoid using non-ascii characters in a comment

2015-04-17 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi yamam...@valinux.co.jp --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d1b48ca..62d26b0 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ m4_pattern_forbid([LT_INIT]) dnl Make

[ovs-dev] [PATCH 2/2] configure: Fix -Werror build for NetBSD + clang

2015-04-17 Thread YAMAMOTO Takashi
On NetBSD, clang (clang-3.5.0 from pkgsrc) complains when clang -g is used for linking. Specify -Qunused-arguments to suppress the warning. Signed-off-by: YAMAMOTO Takashi yamam...@valinux.co.jp --- acinclude.m4 | 10 +- configure.ac | 1 + 2 files changed, 10 insertions(+), 1

Re: [ovs-dev] [ovn 1/4] ovn-nbctl: Swap lport-add arguments

2015-04-17 Thread Russell Bryant
On 04/16/2015 09:18 PM, Justin Pettit wrote: Signed-off-by: Justin Pettit jpet...@nicira.com Acked-by: Russell Bryant rbry...@redhat.com -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [ovn 2/4] ovn-nbctl: Print empty string for non-existent external-id.

2015-04-17 Thread Russell Bryant
On 04/16/2015 09:18 PM, Justin Pettit wrote: Instead of printing a message for a non-existent requested key, just print an empty string. This mimics the behavior of ovs-vsctl. Signed-off-by: Justin Pettit jpet...@nicira.com Acked-by: Russell Bryant rbry...@redhat.com -- Russell Bryant

Re: [ovs-dev] [PATCH 1/2] configure.ac: Avoid using non-ascii characters in a comment

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 05:29:55PM +0900, YAMAMOTO Takashi wrote: Signed-off-by: YAMAMOTO Takashi yamam...@valinux.co.jp Acked-by: Ben Pfaff b...@nicira.com ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 2/2] configure: Fix -Werror build for NetBSD + clang

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 05:29:56PM +0900, YAMAMOTO Takashi wrote: On NetBSD, clang (clang-3.5.0 from pkgsrc) complains when clang -g is used for linking. Specify -Qunused-arguments to suppress the warning. Signed-off-by: YAMAMOTO Takashi yamam...@valinux.co.jp Acked-by: Ben Pfaff

Re: [ovs-dev] OpenvSwitch on kernel 3.18.x

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 03:47:00PM +0700, Tuan Nguyen wrote: I am woking on openvswitch, but my device just support kernel 3.18, and currently openvswitch v2.3.1 does not support kernel 3.18.x. I found you tested with kernel 3.18 in here:

Re: [ovs-dev] [ovn 4/4] ovn-nbctl.8: Add descriptions for commands.

2015-04-17 Thread Russell Bryant
On 04/16/2015 09:18 PM, Justin Pettit wrote: Signed-off-by: Justin Pettit jpet...@nicira.com Acked-by: Russell Bryant rbry...@redhat.com -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] ovs-lldp: Remove unused variable 'lldp_size'.

2015-04-17 Thread Dennis Flynn
Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 4:44 PM, Ben Pfaff b...@nicira.com wrote: Doesn't seem to be good for anything. Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben Pfaff b...@nicira.com --- lib/ovs-lldp.c | 6 +- 1

Re: [ovs-dev] [ovn 3/4] ovn-nbctl: Bring usage output more in line with other utils.

2015-04-17 Thread Russell Bryant
On 04/16/2015 09:18 PM, Justin Pettit wrote: Signed-off-by: Justin Pettit jpet...@nicira.com Acked-by: Russell Bryant rbry...@redhat.com -- Russell Bryant ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] The Biggest Jackpot $60,000 000 Tomorrow. Get it Here

2015-04-17 Thread Concetta
Hello and Congrats! You’ve been selected randomly to receive 200% CASHBACK to the World Biggest Lottery - Mega Millions. The Jackpot will be tomorrow and it stands on 59 Million Dollar. There are only less than 24 hours left. Don’t miss your chance, Pick your lucky numbers and Send your ticket

Re: [ovs-dev] [PATCH] use AX_PTHREAD to detect pthreads

2015-04-17 Thread Gurucharan Shetty
I know some of you are concerned about it will break build on Windows. The diff below fixes pthread linking on FreeBSD. Tested on Linux, NetBSD, and FreeBSD. You can also check whether it builds successfully on Windows by adding your proposed commit to your fork of OVS in Github and then

Re: [ovs-dev] [PATCH] use AX_PTHREAD to detect pthreads

2015-04-17 Thread Kevin Lo
On Fri, Apr 17, 2015 at 09:17:46AM -0700, Ben Pfaff wrote: On Fri, Apr 17, 2015 at 02:45:32PM +0800, Kevin Lo wrote: On Wed, Apr 15, 2015 at 05:50:42PM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 07:52:24AM -0700, Gurucharan Shetty wrote: I am also concerned that it this

Re: [ovs-dev] OVS LLVM scan results

2015-04-17 Thread Ben Pfaff
On Sat, Apr 18, 2015 at 01:44:00AM +0800, Kevin Lo wrote: On Thu, Apr 16, 2015 at 08:53:15AM -0700, Ben Pfaff wrote: On Thu, Apr 16, 2015 at 10:47:13AM +0800, Kevin Lo wrote: On Wed, Apr 15, 2015 at 07:38:51AM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 10:35:44PM +0800,

[ovs-dev] kernel oops while doing OVN testing

2015-04-17 Thread Russell Bryant
I'm seeing a kernel oops while doing some OVN testing. [69503.759887] BUG: unable to handle kernel NULL pointer dereference at 0048 [69503.759905] IP: [a0397915] ovs_lookup_vport+0x5/0x60 [openvswitch] [69503.759915] PGD 11bc28067 PUD 139bc6067 PMD 0 [69503.759921]

Re: [ovs-dev] OVS LLVM scan results

2015-04-17 Thread Kevin Lo
On Thu, Apr 16, 2015 at 08:53:15AM -0700, Ben Pfaff wrote: On Thu, Apr 16, 2015 at 10:47:13AM +0800, Kevin Lo wrote: On Wed, Apr 15, 2015 at 07:38:51AM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 10:35:44PM +0800, Kevin Lo wrote: For those that are interested, I've run the LLVM

[ovs-dev] kernel oops while doing OVN testing

2015-04-17 Thread Russell Bryant
I'm seeing a kernel oops while doing some OVN testing. [69503.759887] BUG: unable to handle kernel NULL pointer dereference at 0048 [69503.759905] IP: [a0397915] ovs_lookup_vport+0x5/0x60 [openvswitch] [69503.759915] PGD 11bc28067 PUD 139bc6067 PMD 0 [69503.759921]

Re: [ovs-dev] [PATCH] bridge: Fix use-after-free in bridge_aa_refresh_queue().

2015-04-17 Thread Dennis Flynn
Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 5:49 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben Pfaff b...@nicira.com --- vswitchd/bridge.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [ovs-dev] [PATCH] ovs-lldp: Remove unused variable 'lldp_size'.

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Fri, Apr 17, 2015 at 10:49:09AM -0400, Dennis Flynn wrote: Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 4:44 PM, Ben Pfaff b...@nicira.com wrote: Doesn't seem to be good for anything. Found by LLVM scan-build. Reported-by: Kevin Lo

Re: [ovs-dev] [PATCH] ovs-lldp: Remove unused variable 'lldp_size'.

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Fri, Apr 17, 2015 at 10:24:22AM +0800, Kevin Lo wrote: Thanks for fixing it. Acked-by: Kevin Lo ke...@freebsd.org On Thu, Apr 16, 2015 at 01:44:53PM -0700, Ben Pfaff wrote: Doesn't seem to be good for anything. Found by LLVM scan-build. Reported-by: Kevin

Re: [ovs-dev] [PATCH] ofp-actions: Remove dead store in ofpacts_pull_openflow_instructions().

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Thu, Apr 16, 2015 at 03:04:46PM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com On Apr 16, 2015, at 1:48 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben

Re: [ovs-dev] [PATCH] use AX_PTHREAD to detect pthreads

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 02:45:32PM +0800, Kevin Lo wrote: On Wed, Apr 15, 2015 at 05:50:42PM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 07:52:24AM -0700, Gurucharan Shetty wrote: I am also concerned that it this will break the Windows build. Currently Windows uses some

Re: [ovs-dev] [PATCH] ofp-parse: Properly report error for invalid bucket ID.

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Thu, Apr 16, 2015 at 03:02:10PM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com On Apr 16, 2015, at 1:40 PM, Ben Pfaff b...@nicira.com wrote: The inner 'error' shadowed an outer one, so that the error, when set, was never returned to

Re: [ovs-dev] [PATCH ovn] ovn-northd: Get rid of a few remaining references to nbd.

2015-04-17 Thread Justin Pettit
Assuming it compiles: Acked-by: Justin Pettit jpet...@nicira.com --Justin On Apr 17, 2015, at 9:46 AM, Ben Pfaff b...@nicira.com wrote: Signed-off-by: Ben Pfaff b...@nicira.com --- ovn/northd/ovn-northd.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff

Re: [ovs-dev] [PATCH] perf-counter: Remove unused vlog module.

2015-04-17 Thread Justin Pettit
Do you want to remove the #include openvswitch/vlog.h line since there are no users now? Regardless: Acked-by: Justin Pettit jpet...@nicira.com --Justin On Apr 17, 2015, at 9:30 AM, Ben Pfaff b...@nicira.com wrote: Otherwise Clang warns about an unused variable. Signed-off-by: Ben

[ovs-dev] [PATCH] perf-counter: Remove unused vlog module.

2015-04-17 Thread Ben Pfaff
Otherwise Clang warns about an unused variable. Signed-off-by: Ben Pfaff b...@nicira.com --- lib/perf-counter.c |2 -- 1 file changed, 2 deletions(-) diff --git a/lib/perf-counter.c b/lib/perf-counter.c index 0e8..a1162ae 100644 --- a/lib/perf-counter.c +++ b/lib/perf-counter.c @@ -32,8

Re: [ovs-dev] [PATCH] ovs-lldp: Avoid use-after-free in aa_mapping_unregister().

2015-04-17 Thread Dennis Flynn
Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 5:46 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben Pfaff b...@nicira.com --- lib/ovs-lldp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [ovs-dev] [PATCH] perf-counter: Remove unused vlog module.

2015-04-17 Thread Ben Pfaff
Good point, done, thanks. I'll apply this in a minute. On Fri, Apr 17, 2015 at 10:03:07AM -0700, Justin Pettit wrote: Do you want to remove the #include openvswitch/vlog.h line since there are no users now? Regardless: Acked-by: Justin Pettit jpet...@nicira.com --Justin On Apr

Re: [ovs-dev] [PATCH] ovs-lldp: Avoid use-after-free in aa_mapping_unregister().

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Fri, Apr 17, 2015 at 12:08:08PM -0400, Dennis Flynn wrote: Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 5:46 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben Pfaff

Re: [ovs-dev] [PATCH] netdev-bsd: Fix use of uninitialized data in netdev_bsd_rxq_recv().

2015-04-17 Thread Ben Pfaff
Thanks to everyone who reviewed this, I applied it to master and backported it as far as branch-2.0. On Thu, Apr 16, 2015 at 02:19:37PM -0700, Ben Pfaff wrote: When netdev_bsd_get_mtu() failed, it didn't report the error to the caller, so the caller couldn't work around not knowing the MTU.

Re: [ovs-dev] [PATCH ovn] ovn-northd: Get rid of a few remaining references to nbd.

2015-04-17 Thread Ben Pfaff
It does. Applied, thanks. On Fri, Apr 17, 2015 at 09:50:10AM -0700, Justin Pettit wrote: Assuming it compiles: Acked-by: Justin Pettit jpet...@nicira.com --Justin On Apr 17, 2015, at 9:46 AM, Ben Pfaff b...@nicira.com wrote: Signed-off-by: Ben Pfaff b...@nicira.com ---

Re: [ovs-dev] [PATCH v6] datapath: Add Stateless TCP Tunneling protocol.

2015-04-17 Thread Jesse Gross
On Thu, Apr 16, 2015 at 7:17 PM, Pravin B Shelar pshe...@nicira.com wrote: +static struct sk_buff *push_stt_header(struct sk_buff *head, __be64 tun_id, + __be16 s_port, __be16 d_port, + __be32 saddr, __be32 dst, +

Re: [ovs-dev] [PATCH v6] datapath: Add Stateless TCP Tunneling protocol.

2015-04-17 Thread Jesse Gross
On Fri, Apr 17, 2015 at 1:05 PM, Pravin Shelar pshe...@nicira.com wrote: On Fri, Apr 17, 2015 at 12:34 PM, Jesse Gross je...@nicira.com wrote: On Thu, Apr 16, 2015 at 7:17 PM, Pravin B Shelar pshe...@nicira.com wrote: +static struct sk_buff *push_stt_header(struct sk_buff *head, __be64 tun_id,

Re: [ovs-dev] [PATCH v6] datapath: Add Stateless TCP Tunneling protocol.

2015-04-17 Thread Pravin Shelar
On Fri, Apr 17, 2015 at 12:34 PM, Jesse Gross je...@nicira.com wrote: On Thu, Apr 16, 2015 at 7:17 PM, Pravin B Shelar pshe...@nicira.com wrote: +static struct sk_buff *push_stt_header(struct sk_buff *head, __be64 tun_id, + __be16 s_port, __be16 d_port, +

[ovs-dev] [PATCH ovn 0/2 v6] Updates for container integration.

2015-04-17 Thread Russell Bryant
v1-v2: - Tweaks to ovn-nbctl as suggested by Juston - Update ovn-nbd to handle changes to parent and tag on a logical port after it is first created v2-v3: - After more discussion, change lport-list back to not including the parent_name and tag in its output. - Rebase on top of commit

[ovs-dev] [PATCH ovn 2/2 v6] ovn-nbd: Update Bindings for container integration.

2015-04-17 Thread Russell Bryant
ovn-nbd updates the Bindings table of the OVN database when there are updates to the OVN_Northbound database. This update makes ovn-nbd copy over the container integration related fields from OVN_Northbound into the Bindings table. Signed-off-by: Russell Bryant rbry...@redhat.com ---

[ovs-dev] [PATCH ovn 1/2 v6] ovn-nbctl: Updates for container integration.

2015-04-17 Thread Russell Bryant
Add support for specifying a parent port name and tag when creating logical ports. Also add commands for getting the parent_name or tag set on a logical port. These are necessary for dealing with container interfaces that sit behind normal interfaces. Signed-off-by: Russell Bryant

Re: [ovs-dev] [PATCH v6] datapath: Add Stateless TCP Tunneling protocol.

2015-04-17 Thread Pravin Shelar
On Fri, Apr 17, 2015 at 1:11 PM, Jesse Gross je...@nicira.com wrote: On Fri, Apr 17, 2015 at 1:05 PM, Pravin Shelar pshe...@nicira.com wrote: On Fri, Apr 17, 2015 at 12:34 PM, Jesse Gross je...@nicira.com wrote: On Thu, Apr 16, 2015 at 7:17 PM, Pravin B Shelar pshe...@nicira.com wrote: +static

[ovs-dev] Latest supplements for effective weight loss! Guarantee , reduce 3 sizes in a month!

2015-04-17 Thread Mauricio
Hundreds of diets proved to be ineffective? Try our brand new medication now! It works for all people. Over a thousand names in our shop! http://x.co/8wE8W ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] Secure channel failover : packets and bytes counter

2015-04-17 Thread deepaksingh
Hi , When failover happens (current ODL goes down and moving to the second ODL) , I am saving ovs-ofctl dump-flows br0 output to one file after that when secondary ODL comes up i am adding those flows to secondary ODL . But the problem is packets and bytes counter reset to zero . I want previous

Re: [ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Alex Wang
I tested this change with dpkg -i / dpkg -r... and dkms remove then rebuild install. But not sure if we need to modify the debian/openvswitch-datapath-dkms.* files... My experiment indicates that we do not need to do that. Thanks, Alex Wang, On Fri, Apr 17, 2015 at 2:04 PM, Alex Wang

Re: [ovs-dev] [PATCH ovn 1/2 v6] ovn-nbctl: Updates for container integration.

2015-04-17 Thread Justin Pettit
On Apr 17, 2015, at 1:17 PM, Russell Bryant rbry...@redhat.com wrote: Looks good, just some minor things. h1Logical Port Commands/h1 dl - dtcodelport-add/code varlswitch/var varlport/var/dt + dtcodelport-add/code varlswitch/var varlport/var [varparent/var]

[ovs-dev] [PATCH] ovs-hyperv: make kernel return values netlink socket like

2015-04-17 Thread Nithin Raju
In this patch, we make changes to usersapce as well as kernel datapath on hyperv to make it more netlink socket like. Previously, the kernel datapath did not distinguish between transport errors and other errors. Netlink semantics dictate that netlink functions should only return an error only in

Re: [ovs-dev] [PATCH v6] datapath: Add Stateless TCP Tunneling protocol.

2015-04-17 Thread Jesse Gross
On Fri, Apr 17, 2015 at 1:26 PM, Pravin Shelar pshe...@nicira.com wrote: On Fri, Apr 17, 2015 at 1:11 PM, Jesse Gross je...@nicira.com wrote: On Fri, Apr 17, 2015 at 1:05 PM, Pravin Shelar pshe...@nicira.com wrote: On Fri, Apr 17, 2015 at 12:34 PM, Jesse Gross je...@nicira.com wrote: On Thu,

[ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Alex Wang
With the latest change of separating vports into their own modules, we need to update the dkms.conf.in and make dkms install all vport modules. Signed-off-by: Alex Wang al...@nicira.com --- debian/dkms.conf.in | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git

Re: [ovs-dev] I hope you are have a good day

2015-04-17 Thread Buddy Bush
There is always a need to slash you waistline Easy Weight Loss Program Using Prepared Foods http://equinemedivet.com/30a462/th7kf.html ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Secure channel failover : packets and bytes counter

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 02:48:51PM +0530, deepaksingh wrote: When failover happens (current ODL goes down and moving to the second ODL) , I am saving ovs-ofctl dump-flows br0 output to one file after that when secondary ODL comes up i am adding those flows to secondary ODL . But the problem is

Re: [ovs-dev] [PATCH] nx-match: Avoid null pointer dereference in nx_pull_header__() error case.

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Thu, Apr 16, 2015 at 03:06:01PM -0700, Jarno Rajahalme wrote: Acked-by: Jarno Rajahalme jrajaha...@nicira.com On Apr 16, 2015, at 2:04 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben

Re: [ovs-dev] [PATCH ovn] ovn-northd: Fix log message style.

2015-04-17 Thread Ben Pfaff
Thanks, applied. On Thu, Apr 16, 2015 at 05:18:01PM -0700, Justin Pettit wrote: Acked-by: Justin Pettit jpet...@nicira.com --Justin On Apr 16, 2015, at 4:53 PM, Ben Pfaff b...@nicira.com wrote: It's not necessary to name the program in a log message, because log messages already

Re: [ovs-dev] [PATCH] use AX_PTHREAD to detect pthreads

2015-04-17 Thread Ben Pfaff
On Sat, Apr 18, 2015 at 01:28:21AM +0800, Kevin Lo wrote: On Fri, Apr 17, 2015 at 09:17:46AM -0700, Ben Pfaff wrote: On Fri, Apr 17, 2015 at 02:45:32PM +0800, Kevin Lo wrote: On Wed, Apr 15, 2015 at 05:50:42PM -0700, Ben Pfaff wrote: On Wed, Apr 15, 2015 at 07:52:24AM -0700,

Re: [ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Alex Wang
On Fri, Apr 17, 2015 at 4:39 PM, Ben Pfaff b...@nicira.com wrote: On Fri, Apr 17, 2015 at 02:04:07PM -0700, Alex Wang wrote: With the latest change of separating vports into their own modules, we need to update the dkms.conf.in and make dkms install all vport modules. Signed-off-by:

Re: [ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 09:46:33PM -0700, Alex Wang wrote: On Fri, Apr 17, 2015 at 4:39 PM, Ben Pfaff b...@nicira.com wrote: On Fri, Apr 17, 2015 at 02:04:07PM -0700, Alex Wang wrote: With the latest change of separating vports into their own modules, we need to update the dkms.conf.in

Re: [ovs-dev] [PATCH] bridge: Fix use-after-free in bridge_aa_refresh_queue().

2015-04-17 Thread Ben Pfaff
Applied, thanks! On Fri, Apr 17, 2015 at 12:01:15PM -0400, Dennis Flynn wrote: Acked-by: Dennis Flynn drfl...@avaya.com On Thu, Apr 16, 2015 at 5:49 PM, Ben Pfaff b...@nicira.com wrote: Found by LLVM scan-build. Reported-by: Kevin Lo ke...@freebsd.org Signed-off-by: Ben Pfaff

Don�t miss your chance, Pick your lucky numbers and Send your ticket NOW!

2015-04-17 Thread Salvador Paulson
Hello and Congrats! You’ve been selected randomly to receive 200% CASHBACK to the World Biggest Lottery - Mega Millions. The Jackpot will be tomorrow and it stands on 59 Million Dollar. There are only less than 24 hours left. Don’t miss your chance, Pick your lucky numbers and Send your ticket

Re: [ovs-dev] please f#ck me tonite

2015-04-17 Thread Gale Durham
Send me a F#ckFriends request so we can hook up My usename is GetMeOffSamantha27 my profile is here: http://zzb.bz/x5zom TALK S00N ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Ben Pfaff
On Fri, Apr 17, 2015 at 02:04:07PM -0700, Alex Wang wrote: With the latest change of separating vports into their own modules, we need to update the dkms.conf.in and make dkms install all vport modules. Signed-off-by: Alex Wang al...@nicira.com Acked-by: Ben Pfaff b...@nicira.com Is there

Don�t miss your chance, Pick your lucky numbers and Send your ticket NOW!

2015-04-17 Thread Marissa
Hello and Congrats! You’ve been selected randomly to receive 200% CASHBACK to the World Biggest Lottery - Mega Millions. The Jackpot will be tomorrow and it stands on 59 Million Dollar. There are only less than 24 hours left. Don’t miss your chance, Pick your lucky numbers and Send your ticket

Re: [ovs-dev] [RFC] dkms.conf.in: Install all kernel modules.

2015-04-17 Thread Alex Wang
On Fri, Apr 17, 2015 at 4:39 PM, Ben Pfaff b...@nicira.com wrote: On Fri, Apr 17, 2015 at 02:04:07PM -0700, Alex Wang wrote: With the latest change of separating vports into their own modules, we need to update the dkms.conf.in and make dkms install all vport modules. Signed-off-by:

[ovs-dev] hungry for a fck friend

2015-04-17 Thread Edmund Miln
Send me a F#ckFriends request so we can hook up My usename is Suck4Fun2 my profile is here: http://x.co/8u15X CANT WAIT ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] Natural way to pleasure! We'll show how to achieve it.

2015-04-17 Thread Booker Dean
I don’t miss my normal sexual life because I am not sure that I had it! I don’t remember what is sex. http://zzb.bz/FNV2k ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev