From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] virtio: fix the vq size issue Date: Mon, 20 Jul 2015 08:30:16 -0700 Message-ID: <20150720083016.25228f1f@urahara> References: <1435736930-26737-1-git-send-email-changchun.ouyang@intel.com> <20150717092756.16d7265e@urahara> <82F45D86ADE5454A95A89742C8D1410E01D7DBAF@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Ouyang, Changchun" Return-path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id 3C2435A31 for ; Mon, 20 Jul 2015 17:30:07 +0200 (CEST) Received: by pdbbh15 with SMTP id bh15so57775368pdb.1 for ; Mon, 20 Jul 2015 08:30:06 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, 20 Jul 2015 06:18:53 +0000 "Ouyang, Changchun" wrote: > Hi Thomas, > > I think we have 3 options for this issue. > 1) applying this patch; > 2) reverting Stephen's original patch; > 3) new patch to make both QEMU and GCE work. I am working on #3