From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=454jiGyXN9/VqVoTAL14oN7CjzYsseYuVFh5MTiIXSI=; b=ItttHFcelP20uH268e+2oEiXSuKDTBZz6+RHEnGkzszB003Ugwbh+y6G4H043a6RoO +Jm0IkqcqinVNJ6uoC3IgPjC0Xu7yejAoNgGwi+y+61YVoyyT6/hWV8eGtfOax4ZGwr4 i7C5ske5BYKgEolkVeUswRryfH7TMPMczbEZGGdVAkwSEdD9VN3lJKEgBrmXBuYU5hmK yWuijIuCUyvUDmvKc4NekbrdsDZFj2DIf87k7FnrIvb1ty84PP4d6K1TdnchQniyqaNf 0KYj1O7MGm36dZ2LxHVopAy/poW6dLGRSCmQ+wTZ5LVe092xZSXT5WKV425gSQgHI1S4 q30Q== X-Gm-Message-State: ALoCoQk7tctEQk+aniS3H4v6eheqYuDeFdwegkgIi7Og0+RXKCAy7ZemSeVkeuVSxdfgSmhf9B3E X-Received: by 10.70.90.193 with SMTP id by1mr7917571pdb.80.1437406206437; Mon, 20 Jul 2015 08:30:06 -0700 (PDT) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id q5sm22400848pdd.90.2015.07.20.08.30.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jul 2015 08:30:05 -0700 (PDT) Date: Mon, 20 Jul 2015 08:30:16 -0700 From: Stephen Hemminger To: "Ouyang, Changchun" Message-ID: <20150720083016.25228f1f@urahara> In-Reply-To: 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" Subject: Re: [dpdk-dev] [PATCH] virtio: fix the vq size issue 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, 20 Jul 2015 15:30:07 -0000 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