From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtgoq-0002Ha-KG for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtgop-0003qi-HY for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:10:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:36558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtgop-0003qB-CC for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:10:07 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qtgon-0004Aw-C0 for qemu-devel@nongnu.org; Wed, 17 Aug 2011 16:10:05 +0200 Received: from 116.53.101.235 ([116.53.101.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2011 16:10:05 +0200 Received: from xiyou.wangcong by 116.53.101.235 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2011 16:10:05 +0200 From: WANG Cong Date: Wed, 17 Aug 2011 13:24:59 +0000 (UTC) Message-ID: References: <20110812015221.31613.95001.stgit@intel-e5620-16-2.englab.nay.redhat.com> <20110812015551.31613.13885.stgit@intel-e5620-16-2.englab.nay.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [net-next RFC PATCH 7/7] virtio-net changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org On Fri, 12 Aug 2011 09:55:51 +0800, Jason Wang wrote: > From: Krishna Kumar > > Implement mq virtio-net driver. > > Though struct virtio_net_config changes, it works with the old qemu > since the last element is not accessed unless qemu sets > VIRTIO_NET_F_MULTIQUEUE. > ... > + > +#if 1 <...> > +#else <...> > +#endif Any reason to keep this #else code of #if 1? which is dead.