From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A91ED1B1A8 for ; Thu, 14 Sep 2017 03:32:31 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2017 18:32:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,390,1500966000"; d="scan'208";a="900056975" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by FMSMGA003.fm.intel.com with ESMTP; 13 Sep 2017 18:32:29 -0700 Received: from pgsmsx106.gar.corp.intel.com ([169.254.9.199]) by KMSMSX151.gar.corp.intel.com ([169.254.10.180]) with mapi id 14.03.0319.002; Thu, 14 Sep 2017 09:32:27 +0800 From: "Dai, Wei" To: Thomas Monjalon CC: "dev@dpdk.org" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Wu, Jingjing" , "Xing, Beilei" , "Zhang, Helin" , "Liu, Yu Y" Thread-Topic: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same port id Thread-Index: AQHTA5XGR6/oDWmoT0u1IIzG0STYIKKzGd+AgADRLpA= Date: Thu, 14 Sep 2017 01:32:27 +0000 Message-ID: <49759EB36A64CF4892C1AFEC9231E8D650B97849@PGSMSX106.gar.corp.intel.com> References: <1500304503-41592-1-git-send-email-wei.dai@intel.com> <1500801313-25429-1-git-send-email-wei.dai@intel.com> <1516631.vUUEIRndC6@xps> In-Reply-To: <1516631.vUUEIRndC6@xps> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGNhMTY0YTgtYjhhZS00MTliLWIzNTMtNjNiNDg1MGRjMDcxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Im9jKzRuMjZXdWdXNER6ekczTWJkOWFINXpMeHhjcDFNWEFyUGRka1NLKzQ9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same port id 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: Thu, 14 Sep 2017 01:32:32 -0000 Hi, Thomas Thanks for your great support ! > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, September 14, 2017 5:02 AM > To: Dai, Wei > Cc: dev@dpdk.org; Lu, Wenzhuo ; Ananyev, > Konstantin ; Wu, Jingjing > ; Xing, Beilei > Subject: Re: [dpdk-dev] [PATCH v9 0/5] Support of NIC reset and keep same > port id >=20 > > Wei Dai (5): > > ethdev: add support of NIC reset > > net/ixgbe: add support of reset > > net/i40e: add support of reset > > app/testpmd: enhance command to test NIC reset > > doc: add description of the NIC reset API >=20 > Sorry for being so late to get back to it. >=20 > Applied, thanks for the improvements done in latest versions.