From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 16F4A9DE for ; Thu, 5 Dec 2013 16:29:27 +0100 (CET) Received: by mail-wi0-f169.google.com with SMTP id hn6so1034763wib.4 for ; Thu, 05 Dec 2013 07:30:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=3CmKBVfdJUNlkbWQmFuk0FXZ31uFUfWFuIMiPfGBARY=; b=DxpeJN+njsQDRdhv3tsZ/4neDGsC9+yrcPThSo78ATTNWPb77NYIYrL3c0PPSg3YSQ EfxMEhtryzgCQgHAjP39NzUTuJm9yj8eFTPFd9e+Mr90Z3x6HZeAT73oyF6aAq76Y47I Ea8FCP0K4poRv5AIt8vFhv4bXbGVCEABbBNCCXMn78SiiDTqDP8LvzHA/rIf5Lk6g14w EBcwJvYdstbDs/FYD350egnUEeR+wnTcGlTICmu8TuONH2RBW6Ah9WsZM+UYZNxGa4Ki WENLbq1HtOJm8R0LGUTn15E1qLUk/LtgRAwPxEont/oAfXGTbxi1RKGXe8FPhbPDWnRg kG8Q== X-Gm-Message-State: ALoCoQnadAmGBeFp5gK6FT113m/xnpd8PUkfKBVWzQs3iG88E4Zs9PI5VWOYhoHtOD+ebfqcoQFc X-Received: by 10.180.20.15 with SMTP id j15mr12668943wie.4.1386257430697; Thu, 05 Dec 2013 07:30:30 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id bk7sm7258157wib.10.2013.12.05.07.30.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2013 07:30:30 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Srinivasan J Date: Thu, 5 Dec 2013 16:30:28 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <201312051226.51234.thomas.monjalon@6wind.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201312051630.28147.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Error message "virtio-net device is already used by another driver" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 15:29:28 -0000 05/12/2013 16:19, Srinivasan J : > tried executing testpmd, but the entire VM crashed. Booting a VM, removing virtio_net module and following the doc should work: http://dpdk.org/doc/virtio-net-pmd If it doesn't work, we need some logs to understand your problem. -- Thomas