From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B4FAB16E; Fri, 12 Jan 2018 03:22:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 18:22:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,347,1511856000"; d="scan'208";a="194331268" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 11 Jan 2018 18:22:47 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 11 Jan 2018 18:22:46 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 11 Jan 2018 18:22:46 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Fri, 12 Jan 2018 10:22:45 +0800 From: "Xing, Beilei" To: Igor Ryzhov , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix flag sent to mac_address_write Thread-Index: AQHTisQVcrYV86Ao7EelVt7/mx3rpqNvgRmw Date: Fri, 12 Jan 2018 02:22:44 +0000 Message-ID: <94479800C636CB44BD422CB454846E013208B789@SHSMSX101.ccr.corp.intel.com> References: <1515624018-12555-1-git-send-email-iryzhov@nfware.com> <1515665247-14772-1-git-send-email-iryzhov@nfware.com> In-Reply-To: <1515665247-14772-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-dev] [PATCH v2] 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: Fri, 12 Jan 2018 02:22:49 -0000 > -----Original Message----- > From: Igor Ryzhov [mailto:iryzhov@nfware.com] > Sent: Thursday, January 11, 2018 6:07 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; stable@dpdk.org > Subject: [PATCH v2] net/i40e: fix flag sent to mac_address_write >=20 > Use the same value as in Linux driver. Sorry for missing the comment in v1 patch, but could you please detail the = commit log? >=20 > Fixes: e18e01e92c29 ("i40e: support default MAC address setting") > Cc: stable@dpdk.org >=20 > Signed-off-by: Igor Ryzhov