From patchwork Sat Mar 7 13:22:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xiaolong Ye X-Patchwork-Id: 66362 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B7BEA0564; Sat, 7 Mar 2020 14:34:56 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D9DC71BF90; Sat, 7 Mar 2020 14:34:55 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EFA803B5 for ; Sat, 7 Mar 2020 14:34:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2020 05:34:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,526,1574150400"; d="scan'208";a="352980385" Received: from dpdk_yexl_af_xdp.sh.intel.com ([10.67.119.201]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2020 05:34:50 -0800 From: Xiaolong Ye To: maxime.coquelin@redhat.com Cc: dev@dpdk.org, Xiaolong Ye Date: Sat, 7 Mar 2020 21:22:33 +0800 Message-Id: <20200307132235.210168-1-xiaolong.ye@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] small fixes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series contains small fixes for virtio and vhost. Xiaolong Ye (2): net/virtio: fix for out of date comment vhost: remove unused variable drivers/net/virtio/virtio_ethdev.c | 6 +++--- lib/librte_vhost/vhost.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-)