From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 8D0952A62 for ; Mon, 2 Feb 2015 03:00:42 +0100 (CET) Received: by mail-pa0-f43.google.com with SMTP id eu11so75852095pac.2 for ; Sun, 01 Feb 2015 18:00:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=aSY5y3thTQ3QWlZH/893gAH3rolhb/tnZNm02exU+9Y=; b=CvtgZhqC7167rU0riJ5LKratuKvdvH/RlO+eR8x1ffIEUIY+dQMVmw9KaPBYAxb3It K1PricC9bXqzBkeYaKPflIUzvBxBxz+NNSyh7BsVrIRfGMjsimqsh0dtu9dfsta0QKGh wrSHP8rs073n0yHL14b5ZFWOZ0MIaJOl6ct7wOpvQJZQ3Q8iqOE6IEuAxAS1meZzxusd wWSKdBk7lpQIUf1Gm1Y98Pn2WC17S+9QtMgCYx6NA0q17qr3JYQn0aTU6JNQqkL8RPoz 80jGdvReXu3OQ3UpU0A+HbM/dt06HOGpoa6w6kfcWAfeYm8bRGFkDHxL05OLmfeuoJv3 Gq6g== X-Gm-Message-State: ALoCoQn9mC/23qs19c9hxTewNQzwQ3m9Csq//Am1PPRWRqqKkY4VD+ESkciYeHLao1rJpeAVHAhC X-Received: by 10.68.181.69 with SMTP id du5mr25756075pbc.157.1422842441745; Sun, 01 Feb 2015 18:00:41 -0800 (PST) Received: from [10.16.129.101] (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id g11sm17277426pat.24.2015.02.01.18.00.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Feb 2015 18:00:41 -0800 (PST) Message-ID: <54CEDA46.6060501@igel.co.jp> Date: Mon, 02 Feb 2015 11:00:38 +0900 From: Tetsuya Mukawa User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: "Ouyang, Changchun" , "dev@dpdk.org" References: <54CDF9B7.9000404@igel.co.jp> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] Does virtio-net PMD require specific QEMU virtio-net parameters? 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: Mon, 02 Feb 2015 02:00:43 -0000 On 2015/02/02 9:53, Ouyang, Changchun wrote: > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Tetsuya Mukawa >> Sent: Sunday, February 1, 2015 6:03 PM >> To: dev@dpdk.org >> Subject: [dpdk-dev] Does virtio-net PMD require specific QEMU virtio-net >> parameters? >> >> Hi, >> >> I cannot invoke virtio-net PMD at least on Ubuntu12 and Ubuntu14 QEMU >> guest. >> This behavior might be seen on other users environment also, so I report it. >> . >> Here is error log. >> >> $ ./testpmd -c f -n 1 -- -i > Try to add '--txqflags 0xf00' into the testpmd cmd line: > $ ./testpmd -c f -n 1 -- -i --txqflags 0xf00 I appreciate your suggestion. I can invoke it correctly. Thanks, Tetsuya > Thanks > Changchun >