From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id E70E39DE for ; Thu, 5 Dec 2013 12:25:51 +0100 (CET) Received: by mail-wg0-f51.google.com with SMTP id b13so13339099wgh.6 for ; Thu, 05 Dec 2013 03:26:54 -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=PYgOgkEM2+YHfzB0baXYXa6B8hHOpsBsHN+RZgAKu6E=; b=i04LfLWKrFmapJY1zV1pXteZnyi+YWw/xBI/M0qmvKJ+a24LPCN2Tz4vqVn3zqx2/m pZo7i90PbInghLeRBehNoUmIu8RrUT7dfto/6rEN3IceOTwrVCyKAx5mGtn6XDFUifSi mYmTt0aqbAsT6oad0h5T1S98E3BmEDNajOYWnu2W5aMF4gZ7nkml9vD3vYAOn7EeBCin o30+nCVU4s6O7sTAXLE/MBqW3ll4Vv1JxucRR+djWTl2Yuo2jDEsDzvudGbO2Kk8GveN ZlnXTzQUdUeGS9zxddKjjq4jjmFJGRvduuKCCms+w2TAjuF84CU02aEdbEqwx2vlaI0F /afw== X-Gm-Message-State: ALoCoQnEjKLCs+UzXDSo6SjECbyiOqLiPQQVMZO03C4VFPsKhaXULFslVFawebtnzndJi9qiXirV X-Received: by 10.180.97.5 with SMTP id dw5mr11651397wib.42.1386242814393; Thu, 05 Dec 2013 03:26:54 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id fu1sm5348756wib.8.2013.12.05.03.26.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2013 03:26:53 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: Srinivasan J Date: Thu, 5 Dec 2013 12:26:51 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201312051226.51234.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 11:25:52 -0000 Hello, 04/12/2013 05:37, Srinivasan J : > I am getting the "virtio-net device is already used by another driver" Could you try "rmmod virtio_net" ? Please tell us if it solves your problem. -- Thomas