Re: [dpdk-dev] [PATCH] net/i40e: fix flexible payload configuration

2017-10-12 Thread Ferruh Yigit
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 >> >> Remo

Re: [dpdk-dev] [PATCH] net/i40e: fix flexible payload configuration

2017-10-12 Thread Xing, Beilei
> -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_

[dpdk-dev] [PATCH] net/i40e: fix flexible payload configuration

2017-10-06 Thread Andrey Chilikin
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 prof