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 <beilei.x...@intel.com>; Wu, Jingjing >> <jingjing...@intel.com>; Chilikin, Andrey <andrey.chili...@intel.com> >> 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 <andrey.chili...@intel.com>
> Acked-by: Beilei Xing <beilei.x...@intel.com> Applied to dpdk-next-net/master, thanks.