From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6B8F61B83E for ; Thu, 8 Feb 2018 07:09:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 22:09:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="28334179" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 07 Feb 2018 22:09:44 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:09:44 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:09:44 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 14:09:42 +0800 From: "Zhang, Helin" To: "Wu, Yanglong" , "dev@dpdk.org" CC: "Lu, Wenzhuo" , "Xing, Beilei" , "Zhang, Qi Z" Thread-Topic: [PATCH v2] net/i40e: fix i40e loopback configuration error Thread-Index: AQHToJoahwXbsMgyQEKxO2CexfayGKOaBXGQ Date: Thu, 8 Feb 2018 06:09:42 +0000 Message-ID: References: <20180208023429.192185-1-yanglong.wu@intel.com> <20180208045953.192692-1-yanglong.wu@intel.com> In-Reply-To: <20180208045953.192692-1-yanglong.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix i40e loopback configuration error 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, 08 Feb 2018 06:09:46 -0000 > -----Original Message----- > From: Wu, Yanglong > Sent: Thursday, February 8, 2018 1:00 PM > To: dev@dpdk.org > Cc: Zhang, Helin; Lu, Wenzhuo; Xing, Beilei; Zhang, Qi Z; Wu, Yanglong > Subject: [PATCH v2] net/i40e: fix i40e loopback configuration error >=20 > This reverts commit: > commit 7b7711bea5f4 ("net/i40e/base: enhance loopback AQ > command"). >=20 > The commit "net/i40e/base: enhance loopback AQ command" means to > support multi type of loopbacks,but it results to configuration error for= the > adminq. So we revert this commit in this version. >=20 > Fixes:commit 7b7711bea5f4 ("net/i40e/base: enhance loopback AQ command") >=20 > Signed-off-by: Yanglong Wu > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, with commit log changes. Thanks! /Helin