From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73B89A054F; Tue, 18 Feb 2020 16:24:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D662A1C044; Tue, 18 Feb 2020 16:24:57 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E99B41C038 for ; Tue, 18 Feb 2020 16:24:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Feb 2020 07:24:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,456,1574150400"; d="scan'208";a="435877987" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 18 Feb 2020 07:24:55 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 18 Feb 2020 07:24:55 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 18 Feb 2020 23:24:53 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Tue, 18 Feb 2020 23:24:53 +0800 From: "Wang, Yinan" To: Maxime Coquelin , "dev@dpdk.org" , "oda@valinux.co.jp" , "Bie, Tiwei" , "amorenoz@redhat.com" Thread-Topic: [PATCH 0/2] Fix Vhost PMD setup Thread-Index: AQHV5miqUPm+I5Ohg0i9OOiq6ygEgqghEP8A Date: Tue, 18 Feb 2020 15:24:53 +0000 Message-ID: References: <20200218143514.553307-1-maxime.coquelin@redhat.com> In-Reply-To: <20200218143514.553307-1-maxime.coquelin@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.2.0.6 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] Fix Vhost PMD setup 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 patch set can fix Vhost device reconfigure issue, thanks! > -----Original Message----- > From: Maxime Coquelin > Sent: 2020=1B$BG/=1B(B2=1B$B7n=1B(B18=1B$BF|=1B(B 22:35 > To: dev@dpdk.org; oda@valinux.co.jp; Wang, Yinan ; > Bie, Tiwei ; amorenoz@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH 0/2] Fix Vhost PMD setup >=20 > This series fixes regression introduced in v20.02-rc3. > First patch fixes the error path, and second one fix Vhost device reconfi= gure > issue reported by Yinan. >=20 > Maxime Coquelin (2): > net/vhost: fix Vhost setup error path > net/vhost: prevent multiple setup on reconfig >=20 > drivers/net/vhost/rte_eth_vhost.c | 26 +++++++++++++++++++------- > 1 file changed, 19 insertions(+), 7 deletions(-) >=20 > -- > 2.24.1