From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6B3432BE5; Mon, 15 Jan 2018 11:18:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 02:18:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,363,1511856000"; d="scan'208";a="10335632" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 15 Jan 2018 02:18:48 -0800 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 02:18:48 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 02:18:47 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Mon, 15 Jan 2018 18:18:46 +0800 From: "Xing, Beilei" To: 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: AQHTjdt3nYiO93HnCEOZtIVfKbY6a6N0uKDg Date: Mon, 15 Jan 2018 10:18:45 +0000 Message-ID: <94479800C636CB44BD422CB454846E013208C9B3@SHSMSX101.ccr.corp.intel.com> References: <1515665247-14772-1-git-send-email-iryzhov@nfware.com> <1516005138-29551-1-git-send-email-iryzhov@nfware.com> In-Reply-To: <1516005138-29551-1-git-send-email-iryzhov@nfware.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-stable] [dpdk-dev] [PATCH v3] net/i40e: fix flag sent to mac_address_write X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2018 10:18:50 -0000 > -----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_wri= te >=20 > Current flag is in wrong byte order. > Use defined macro as it is done in Linux driver. >=20 > Fixes: e18e01e92c29 ("i40e: support default MAC address setting") > Cc: stable@dpdk.org >=20 > Signed-off-by: Igor Ryzhov Acked-by: Beilei Xing