From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 297FA1B36E for ; Tue, 30 Jan 2018 03:23:53 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2018 18:23:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,433,1511856000"; d="scan'208";a="23269721" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 29 Jan 2018 18:23:52 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 29 Jan 2018 18:23:51 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 29 Jan 2018 18:23:51 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.145]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.127]) with mapi id 14.03.0319.002; Tue, 30 Jan 2018 10:23:44 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Zhang, Qi Z" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/3] net/i40e: global configuration Thread-Index: AQHTmOcXhIXtSocgaEeJ9Uc5dBgrnqOLsJww Date: Tue, 30 Jan 2018 02:23:43 +0000 Message-ID: References: <1516201729-68440-1-git-send-email-beilei.xing@intel.com> <1517219638-64672-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1517219638-64672-1-git-send-email-beilei.xing@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 v2 0/3] net/i40e: global configuration 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: Tue, 30 Jan 2018 02:23:53 -0000 Hi folks It is a bit too late for 18.02, and I'd prefer to defer it to 18.05 after b= eing well reviewed and tested. Thanks! /Helin > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Monday, January 29, 2018 5:54 PM > To: Zhang, Qi Z; Wu, Jingjing > Cc: dev@dpdk.org; Chilikin, Andrey > Subject: [dpdk-dev] [PATCH v2 0/3] net/i40e: global configuration >=20 > DPDK i40e PMD will modify some global registers during initialization and= post > initialization, there'll be impact during use of 700 series Ethernet Adap= ter with > both Linux kernel and DPDK PMD. > This patchset adds log for global configuration and adds device args to d= isable > global configuration. >=20 > Beilei Xing (3): > net/i40e: add warning log for global configuration > net/i40e: add debug log for global configuration > net/i40e: add device args to disable global configuration >=20 > doc/guides/nics/i40e.rst | 12 ++ > drivers/net/i40e/i40e_ethdev.c | 384 +++++++++++++++++++++++++++++++++- > ------- > drivers/net/i40e/i40e_ethdev.h | 53 ++++++ > drivers/net/i40e/i40e_fdir.c | 40 +++-- > drivers/net/i40e/i40e_flow.c | 9 + > 5 files changed, 411 insertions(+), 87 deletions(-) >=20 > -- > 2.5.5