From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJLKN-0006Iw-Jq for qemu-devel@nongnu.org; Mon, 18 Aug 2014 07:42:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJLKF-0007mU-Cx for qemu-devel@nongnu.org; Mon, 18 Aug 2014 07:42:19 -0400 Received: from mail4.gandi.net ([217.70.183.210]:44609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJLKF-0007mJ-6g for qemu-devel@nongnu.org; Mon, 18 Aug 2014 07:42:11 -0400 Received: from localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) by mail4.gandi.net (Postfix) with ESMTP id E0443120A50 for ; Mon, 18 Aug 2014 13:42:09 +0200 (CEST) Received: from mail4.gandi.net ([217.70.183.210]) by localhost (mfiltercorp1-d.gandi.net [217.70.183.155]) (amavisd-new, port 10024) with ESMTP id RJJDlW4UsBl8 for ; Mon, 18 Aug 2014 13:42:07 +0200 (CEST) Received: from gandi.net (bla.gandi.net [217.70.181.4]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail4.gandi.net (Postfix) with ESMTPSA id 35B2B120A31 for ; Mon, 18 Aug 2014 13:42:07 +0200 (CEST) Date: Mon, 18 Aug 2014 13:42:23 +0200 From: William Dauchy Message-ID: <20140818114223.GA13779@gandi.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline Subject: [Qemu-devel] vhost-net issue with multiples interfaces using MQ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Using qemu2.1.0, a linux v3.14.X x86_64 as host and a linux v3.12.X x86_64 = as guest I'm starting a VM with these network interfaces: [netdev "vifA.0"] =A0 type =3D "tap" =A0 vhost =3D "on" =A0 ifname =3D "vifA.0" =A0 downscript =3D "no" =A0 script =3D "no" =A0 queues =3D "2" [device "vifA.0"] =A0 driver =3D "virtio-net-pci" =A0 netdev =3D "vifA.0" =A0 mac =3D "00:16:3e:1a:4e:11" =A0 mq =3D "on" =A0 vectors =3D "5" (and same config for two other interfaces but with a different MAC address) In the error message I'm getting during startup: unable to start vhost net: 95: falling back on userspace virtio I saw that it's failing in `vhost_dev_start` where `vhost_dev_set_features`= is returning an error. r =3D vhost_dev_set_features(hdev, hdev->log_enabled); I'm hitting the issue starting from three interfaces, i.e no problem with o= ne or two. I also don't have the issue with disabling multi queue. Am I wrong on something? What can I do to help debug this situation? Regards, --=20 William --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlPx5p8ACgkQ1I6eqOUidQFDiwCePeWldbmATKv4kDkxpBDVRaHj ssgAnjFZojvONGPrgNmtxBOhOMeS1iu0 =tVno -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2--