From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 43E93A0547; Thu, 29 Apr 2021 10:36:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29695412DB; Thu, 29 Apr 2021 10:36:08 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 859DB4067E for ; Thu, 29 Apr 2021 10:36:06 +0200 (CEST) IronPort-SDR: Tdg09xaEi1cJlbb/WIT3HBoUE4q5SquWZPKNwxu86SJvNR57biJQfheW6XbsNpKSOd2Y2+Ld0E kq+DO809jUXw== X-IronPort-AV: E=McAfee;i="6200,9189,9968"; a="177066966" X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="177066966" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2021 01:36:05 -0700 IronPort-SDR: DvVm9rHIMPaZQAk1yUeVUIOU2ATFAJAifv8TS9ja69UV2nq4tPc9M6EaTRTBStvRyNzAdebn8V 5vBigrVNnaZg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="423971493" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by fmsmga008.fm.intel.com with ESMTP; 29 Apr 2021 01:36:05 -0700 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 29 Apr 2021 01:36:04 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) 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.2106.2; Thu, 29 Apr 2021 16:35:58 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Thu, 29 Apr 2021 16:35:58 +0800 From: "Zhang, Qi Z" To: "Zhang, RobinX" , "dev@dpdk.org" CC: "Xing, Beilei" , "Guo, Jia" , "Yang, Qiming" , "Yang, SteveX" , "Zhang, RobinX" Thread-Topic: [dpdk-dev] [PATCH v2 2/2] net/i40e: fix missing set primary MAC type when start port Thread-Index: AQHXPAZyPpDMfXkwA0yk7TLSwCYADqrLLTxw Date: Thu, 29 Apr 2021 08:35:58 +0000 Message-ID: <6ada0576400d4f9ababcb3a438296a91@intel.com> References: <20210427092243.391908-1-robinx.zhang@intel.com> <20210428080452.542274-1-robinx.zhang@intel.com> <20210428080452.542274-2-robinx.zhang@intel.com> In-Reply-To: <20210428080452.542274-2-robinx.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/2] net/i40e: fix missing set primary MAC type when start port X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > -----Original Message----- > From: dev On Behalf Of Robin Zhang > Sent: Wednesday, April 28, 2021 4:05 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Guo, Jia ; Y= ang, > Qiming ; Yang, SteveX ; > Zhang, RobinX > Subject: [dpdk-dev] [PATCH v2 2/2] net/i40e: fix missing set primary MAC = type > when start port >=20 > When start port, all MAC addresses will be set. We should set the MAC typ= e of > default MAC address as VIRTCHNL_ETHER_ADDR_PRIMARY. >=20 > Fixes: 3f604ddf33cf ("net/i40e: fix lack of MAC type when set MAC address= ") >=20 > Signed-off-by: Robin Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi