From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 48EBFA496; Mon, 15 Jan 2018 17:03:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 08:03:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,364,1511856000"; d="scan'208";a="195599354" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 15 Jan 2018 08:03:25 -0800 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 08:03:25 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 08:03:24 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Tue, 16 Jan 2018 00:03:23 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , Igor Ryzhov , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3] net/i40e: fix flag sent to mac_address_write Thread-Index: AQHTjdt3nYiO93HnCEOZtIVfKbY6a6N0uKDggABgRKA= Date: Mon, 15 Jan 2018 16:03:22 +0000 Message-ID: References: <1515665247-14772-1-git-send-email-iryzhov@nfware.com> <1516005138-29551-1-git-send-email-iryzhov@nfware.com> <94479800C636CB44BD422CB454846E013208C9B3@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E013208C9B3@SHSMSX101.ccr.corp.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 v3] net/i40e: fix flag sent to mac_address_write 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: Mon, 15 Jan 2018 16:03:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xing, Beilei > Sent: Monday, January 15, 2018 6:19 PM > To: Igor Ryzhov; dev@dpdk.org > Cc: stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix flag sent to mac_address= _write >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Igor Ryzhov > > Sent: Monday, January 15, 2018 4:32 PM > > To: dev@dpdk.org > > Cc: Xing, Beilei ; stable@dpdk.org > > Subject: [dpdk-dev] [PATCH v3] net/i40e: fix flag sent to mac_address_w= rite > > > > Current flag is in wrong byte order. > > Use defined macro as it is done in Linux driver. > > > > Fixes: e18e01e92c29 ("i40e: support default MAC address setting") > > Cc: stable@dpdk.org > > > > Signed-off-by: Igor Ryzhov > Acked-by: Beilei Xing Applied to dpdk-next-net-intel, with minor commit log changes. Thanks! /Helin