From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id ECDDDC166 for ; Wed, 22 Jun 2016 13:52:31 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id f126so84402696wma.1 for ; Wed, 22 Jun 2016 04:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=tdM1l6C9m2nh31n0UM8K0w4Goy7gxresRpmI8lQeV4w=; b=ScZ2tvqZtOmuuvlgGtnDynQp22X7jBBAoP7i2UstJO7yz6P0YNPpiCd/BjZzL6zRsS xMACYxdlTLMXj1f42s92L6qDSzsr2WpXDSRVgozjn5QXtLH9WP4rmXtTCkUIgvq/x3Xv Ef1PVP5b7TZSrYfPz/or3O6Hj4v0u/BgGdVO4L0xAMw+DGcj+CPCz/aeAVwIFujzOqtF NgC6hA0A2p8MHl8YCwz5GjKhzP7yYlezS26mV1UJR0y614vBPKPkLot5Qy1kQ50ILPjo /k667S/Adgd9VDFgkxjgTQAgnac6c5L7hQIE1FgsQluwr+QN0zpB/RvXAKd9shcXuucl BqSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=tdM1l6C9m2nh31n0UM8K0w4Goy7gxresRpmI8lQeV4w=; b=WlF04mG9QFUatfwb+XCDWJ4fIFtpneZNLftBHrBNgAJyLlL5hAgHznoA04vInExCD7 +tFoJVACmhWKKiPXbQX40cCH2NR7M77ZkElXkUZ6MWJH2TdejZnWPQthF+uM/5Z9WIh4 lDwYuL4kPCg35hFYHl88nndel+qZGmLN1KaJwBAn3SkfQ0qjJWDrtyzw+7SEVJ+YBMdr q4fmnxyJc+qvffbB9t7RQvvrXdzL0fzUq1mpEi4UVSbxnIHybig20W5LWdKeZsaPAFCT AI3HNXtOUnwLwNegD9sTCF1BBUfos7oXqKzL0iToCf2F2AdgWhI3ZQji+Ewh5xLhO1o+ Ge2A== X-Gm-Message-State: ALyK8tKM8i3pC2siMNvaEIGaYbVVnrM8/pI6y1zU5SQOea6kvhuMriVp73yJTlZWn2NRR4Si X-Received: by 10.28.152.202 with SMTP id a193mr7873042wme.98.1466596351649; Wed, 22 Jun 2016 04:52:31 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id bu7sm35468739wjc.42.2016.06.22.04.52.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Jun 2016 04:52:30 -0700 (PDT) From: Thomas Monjalon To: Chinmaya Dwibedy Cc: users@dpdk.org Date: Wed, 22 Jun 2016 13:52:28 +0200 Message-ID: <3577775.DPHlup4Sqe@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] Issue with virtio PMD (using dpdk-2.2.0) X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2016 11:52:32 -0000 2016-06-22 15:58, Chinmaya Dwibedy: > It appears that, the virtio PMD takes over each virtio device. It has been fixed in recent DPDK. You can use --pci-blacklist to avoid this behaviour in old DPDK.