Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933038AbaAaSTA (ORCPT ); Fri, 31 Jan 2014 13:19:00 -0500 Received: from infra.glanzmann.de ([88.198.249.254]:50428 "EHLO infra.glanzmann.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932528AbaAaSS7 (ORCPT ); Fri, 31 Jan 2014 13:18:59 -0500 Date: Fri, 31 Jan 2014 19:18:58 +0100 From: Thomas Glanzmann To: Jesse Gross Cc: "discuss@openvswitch.org" , LKML Subject: Re: [ovs-discuss] Linus GIT Head OOPs reproducable in open vswitch when running mininet topology Message-ID: <20140131181857.GA25034@glanzmann.de> Mail-Followup-To: Thomas Glanzmann , Jesse Gross , "discuss@openvswitch.org" , LKML References: <20140130204424.GB19093@glanzmann.de> <20140131023307.GD19871@glanzmann.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Jesse, > Do you know what type of devices are being attached to OVS (i.e. tap, > veth, etc.)? my e-mail has a link to the debug log which contains that Information. But from my understanding there are several tap devices: one per host, 4-5 per switch. Tap because it needs layer 2. There are the last commands that are issued before it crashes: *** Starting controller *** Starting 4 switches s1 *** s1 : ('ifconfig lo up',) *** s1 : ('ovs-vsctl del-br', ) *** s1 : ('ovs-vsctl add-br', ) *** s1 : ('ovs-vsctl -- set Bridge', , 'other_config:datapath-id=0000000000000001') *** s1 : ('ovs-vsctl set-fail-mode', , 'secure') *** s1 : ('ovs-vsctl add-port', , ) and than it hangs. I think the last add-port command triggers it. > Do you know if this happens with an older kernel or with a simpler topology? No, I don't. I just verified that the Ubuntu Mininet uses the openvswitch kernel module from openvswitch and not the one that is shipped with the kernel. Ubuntu precise does not crash with the exact same topology. (ubuntu) [~] modinfo openvswitch filename: /lib/modules/3.2.0-58-generic/updates/dkms/openvswitch.ko license: GPL description: Open vSwitch switching datapath srcversion: 7CBEB285B79D96D51E0C633 depends: vermagic: 3.2.0-58-generic SMP mod_unload modversions Cheers, Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/