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 68DA81B131 for ; Tue, 23 Oct 2018 22:25:14 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 13:25:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,417,1534834800"; d="scan'208";a="83863906" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga008.jf.intel.com with ESMTP; 23 Oct 2018 13:25:12 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 23 Oct 2018 13:25:11 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.102]) with mapi id 14.03.0415.000; Wed, 24 Oct 2018 04:25:09 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" , "Wu, Jingjing" , "Lu, Wenzhuo" CC: "Chilikin, Andrey" Thread-Topic: [PATCH v1] net/i40e: enable the loopback function if it is X722 MAC Thread-Index: AQHUadu5g65Gml6NZkSNDkHMDrF8P6UtSNgw Date: Tue, 23 Oct 2018 20:25:09 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532DA664@SHSMSX103.ccr.corp.intel.com> References: <20181022074741.32884-1-haiyue.wang@intel.com> In-Reply-To: <20181022074741.32884-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzcyYjY2MzgtYTYzZS00ZGRmLTljM2EtMmQ2YTk5MTZhMWYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTzV5XC81VHlXQ1AxMG05YmpyRU1wNUQzd1wvcmVxazQ1bThQREdmaUVPZFwvWG5oTkxXbkIxZTFrTnYxWkU3YTBnOCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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 v1] net/i40e: enable the loopback function if it is X722 MAC 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: Tue, 23 Oct 2018 20:25:14 -0000 > -----Original Message----- > From: Wang, Haiyue > Sent: Monday, October 22, 2018 2:48 AM > To: dev@dpdk.org; Zhang, Qi Z ; Wu, Jingjing > ; Lu, Wenzhuo > Cc: Chilikin, Andrey ; Wang, Haiyue > > Subject: [PATCH v1] net/i40e: enable the loopback function if it is X722 = MAC >=20 > In FVL, there was an issue and it didn't support the loopback function be= fore > FW 5.0. For FPK (X722) it should work. >=20 > So it needs to distinguish between the devices by checking MAC type. >=20 > Fixes: 689bba33272d (i40e: add VEB switching support) > Fixes: bce83974ba2c (net/i40e: set Tx loopback from PF) >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel with minor change: 1.add missing " in fix line 2.add cc stable@dpdk.org Thanks Qi