From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v2 0/3] virtio: size bug fixes Date: Mon, 20 Jul 2015 10:25:03 -0700 Message-ID: <1437413106-16069-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: changchun.ouyang@intel.com Return-path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by dpdk.org (Postfix) with ESMTP id 9678D568A for ; Mon, 20 Jul 2015 19:24:59 +0200 (CEST) Received: by pacan13 with SMTP id an13so105326790pac.1 for ; Mon, 20 Jul 2015 10:24:58 -0700 (PDT) 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" 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 drivers/net/virtio/virtio_ethdev.c | 24 +++++++----------------- drivers/net/virtio/virtio_ethdev.h | 2 +- drivers/net/virtio/virtio_rxtx.c | 2 +- 3 files changed, 9 insertions(+), 19 deletions(-) -- 2.1.4