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 594721B33B for ; Thu, 12 Oct 2017 19:17:57 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2017 10:17:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,367,1503385200"; d="scan'208";a="909350949" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 12 Oct 2017 10:17:54 -0700 To: "Xing, Beilei" , "Chilikin, Andrey" , "dev@dpdk.org" Cc: "Wu, Jingjing" References: <1507313486-9923-1-git-send-email-andrey.chilikin@intel.com> <94479800C636CB44BD422CB454846E013203EF27@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 12 Oct 2017 18:17:53 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E013203EF27@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix flexible payload 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: Thu, 12 Oct 2017 17:17:57 -0000 On 10/12/2017 11:13 AM, Xing, Beilei wrote: > >> -----Original Message----- >> From: Chilikin, Andrey >> Sent: Saturday, October 7, 2017 2:11 AM >> To: dev@dpdk.org >> Cc: Xing, Beilei ; Wu, Jingjing >> ; Chilikin, Andrey >> Subject: [PATCH] net/i40e: fix flexible payload configuration >> >> Removed legacy writes to ORT/PIT registers from i40e_GLQF_reg_init(struct >> i40e_hw *hw) function. >> Latest NVM versions contain all relevant values and these values should not >> be overwritten by SW to maintain driver/firmware compatibility and to avoid >> conflicts with dynamic device personalization profiles. >> >> Signed-off-by: Andrey Chilikin > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.