From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0B14D2BAE for ; Mon, 11 Dec 2017 06:14:52 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2017 21:14:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,391,1508828400"; d="scan'208";a="183131791" Received: from deepin-15.sh.intel.com (HELO debian-xvivbkq.sh.intel.com) ([10.67.104.165]) by orsmga005.jf.intel.com with ESMTP; 10 Dec 2017 21:14:49 -0800 From: Tiwei Bie To: yliu@fridaylinux.org, maxime.coquelin@redhat.com, dev@dpdk.org Date: Mon, 11 Dec 2017 13:13:28 +0800 Message-Id: <20171211051332.31888-1-tiwei.bie@intel.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20171207053059.19487-1-tiwei.bie@intel.com> References: <20171207053059.19487-1-tiwei.bie@intel.com> Subject: [dpdk-dev] [PATCH v2 0/4] various fixes and cleanups for virtio PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 05:14:53 -0000 v2: - refine indent for patch 2 - fix a typo in commit log for patch 4 - drop the blank lines squeezing patch Tiwei Bie (4): net/virtio: fix vector Rx break caused by rxq flushing net/virtio: fix typo in LRO support net/virtio: remove a redundant macro definition for ctrl vq net/virtio: remove redundant macro definitions for vector Rx drivers/net/virtio/virtio_ethdev.c | 4 ++-- drivers/net/virtio/virtio_rxtx_simple_neon.c | 2 -- drivers/net/virtio/virtio_rxtx_simple_sse.c | 2 -- drivers/net/virtio/virtqueue.c | 31 +++++++++++++++++++++------- drivers/net/virtio/virtqueue.h | 4 +--- 5 files changed, 27 insertions(+), 16 deletions(-) -- 2.13.3