From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] virtio: size bug fixes Date: Mon, 20 Jul 2015 19:43:20 +0200 Message-ID: <6721052.t97tlalJfb@xps13> References: <1437413106-16069-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: 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 ; Mon, 20 Jul 2015 19:44:32 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so33350015wib.1 for ; Mon, 20 Jul 2015 10:44:32 -0700 (PDT) In-Reply-To: <1437413106-16069-1-git-send-email-stephen@networkplumber.org> 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" 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.