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 EBC9FA0C40; Fri, 16 Apr 2021 12:32:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76737141CDB; Fri, 16 Apr 2021 12:32:37 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id B9426141CD5 for ; Fri, 16 Apr 2021 12:32:35 +0200 (CEST) IronPort-SDR: Eprz314GZsKACXqyRAdvrFxBaCkSUrQBkuJeYQgGtusFLyNSSq4hqlJtVtL+Xx8z0va2+WB6TJ lz8E3kGB9vjQ== X-IronPort-AV: E=McAfee;i="6200,9189,9955"; a="256335918" X-IronPort-AV: E=Sophos;i="5.82,226,1613462400"; d="scan'208";a="256335918" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2021 03:32:34 -0700 IronPort-SDR: GqK2L9aoi0wB1zCwtmWDADU6Y3R2oA8TvqU4gLnbbgS2GE771mbTTqFu0xuGjrppGmRd+GDZyf 7vislgLIqlnA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,226,1613462400"; d="scan'208";a="461929368" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga001.jf.intel.com with ESMTP; 16 Apr 2021 03:32:33 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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; Fri, 16 Apr 2021 03:32:32 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 16 Apr 2021 18:32:30 +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; Fri, 16 Apr 2021 18:32:30 +0800 From: "Zhang, Qi Z" To: "Chen, BoX C" , "Zhang, RobinX" , "Xing, Beilei" , "Guo, Jia" , "Wu, Jingjing" CC: "dev@dpdk.org" , "Xia, YanX" Thread-Topic: [dpdk-dev] [PATCH 0/2] fix lack of MAC type when set MAC address Thread-Index: AQHXHKIdokLToJ5ovE26Zz+jvz56v6q2CekAgAEUW/A= Date: Fri, 16 Apr 2021 10:32:30 +0000 Message-ID: <802708678a214343ad342d90d379fce1@intel.com> References: <20210319092019.1419667-1-robinx.zhang@intel.com> In-Reply-To: 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 0/2] fix lack of MAC type when set MAC address 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 Chen, BoX C > Sent: Friday, April 16, 2021 10:03 AM > To: Zhang, RobinX ; Xing, Beilei > ; Guo, Jia ; Wu, Jingjing > > Cc: dev@dpdk.org; Xia, YanX > Subject: Re: [dpdk-dev] [PATCH 0/2] fix lack of MAC type when set MAC > address >=20 > > -----Original Message----- > > From: dev On Behalf Of Robin Zhang > > Sent: March 19, 2021 17:20 > > To: Xing, Beilei ; Guo, Jia > > ; Wu, Jingjing > > Cc: dev@dpdk.org; Zhang, RobinX > > Subject: [dpdk-dev] [PATCH 0/2] fix lack of MAC type when set MAC > > address >=20 > Tested-by: Yan Xia Applied to dpdk-next-net-intel. Thanks Qi