From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 0/3] virtio: size bug fixes Date: Mon, 20 Jul 2015 11:26:22 -0700 Message-ID: <20150720112622.29f7c037@urahara> References: <1437413106-16069-1-git-send-email-stephen@networkplumber.org> <6721052.t97tlalJfb@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id 78ECB9E7 for ; Mon, 20 Jul 2015 20:26:17 +0200 (CEST) Received: by pacan13 with SMTP id an13so106048848pac.1 for ; Mon, 20 Jul 2015 11:26:16 -0700 (PDT) In-Reply-To: <6721052.t97tlalJfb@xps13> 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 19:43:20 +0200 Thomas Monjalon wrote: > 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. Ok, but it was easier to review that way.