From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com
 [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id B8A9F5A7B
 for <dev@dpdk.org>; Mon, 20 Jul 2015 19:44:32 +0200 (CEST)
Received: by wibxm9 with SMTP id xm9so33350015wib.1
 for <dev@dpdk.org>; Mon, 20 Jul 2015 10:44:32 -0700 (PDT)
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=LKiqV4hTQ0Qva9AtSq03R/p4UIoPLSODOlYP5VnnT2w=;
 b=Os/VTpaOX5aIS+4qIwBk7gE/uLl2Xpz66eAgMe2JPx+28FJAMbQ38b0nB/t1xUNdLc
 foXvTB8+YHEYQst8YsAIuDKD6nXa8H1b+vUpMfJbTfwxYE4VDr7s9wSZdO7yMF9dE6SU
 InDJSHhz5ICBzR9K50KFR68JNlqJCRWjKBY+CMIGho9kpfRUewViGBkz28SdxBL/IoEu
 n5iqSF5HL41QcO2CsRCuBGpUx+2/mO7Q6vEEoIFrgfqdxKtmDluBzmK6gYYOjpU2huLY
 fubn+dTnN+Jc+iPK/t5ERHgQP2HJF82t6JyZtMH/ysU8Cz84ZA44s+w5IP53Ooit1mcL
 ARYQ==
X-Gm-Message-State: ALoCoQkks8XfPeo9xu2YlIsrrRB+V3w/mTS7Zcn5f7ME5uAPJS5WYahDFvEExJez6Iz9y9Qy++VQ
X-Received: by 10.180.76.202 with SMTP id m10mr23782868wiw.63.1437414272525;
 Mon, 20 Jul 2015 10:44:32 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id d7sm12859783wij.0.2015.07.20.10.44.30
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 20 Jul 2015 10:44:31 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon, 20 Jul 2015 19:43:20 +0200
Message-ID: <6721052.t97tlalJfb@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1437413106-16069-1-git-send-email-stephen@networkplumber.org>
References: <1437413106-16069-1-git-send-email-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 0/3] virtio: size bug fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Jul 2015 17:44:33 -0000

2015-07-20 10:25, Stephen Hemminger:
> Fix for a fix for a fix...
> This set includes Changchun's patch for vq_size but adds
> follow on fix to make it work with GCE and other environments.
> 
> Ouyang Changchun (1):
>   virtio: fix the vq size issue
> 
> Stephen Hemminger (2):
>   virtio: allow nb_desc < vq_size
>   virtio: small cleanups

Patch 2 partially reverts what patch 1 introduced.
Merging them will make things clearer.