net/i40e: fix flexible payload configuration
authorAndrey Chilikin <andrey.chilikin@intel.com>
Fri, 6 Oct 2017 18:11:26 +0000 (19:11 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 23:35:46 +0000 (00:35 +0100)
commit1edc13a83b0d41f7ab982996f5a1ef9c5ee13b7b
tree96e94c841f6badb400d262164d0c760da81953d5
parentc7e4a134e769336bc206a33024bab4dd503563d0
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.

Fixes: f05ec7d77e41 ("i40e: initialize flow director flexible payload setting")
Cc: stable@dpdk.org
Signed-off-by: Andrey Chilikin <andrey.chilikin@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_ethdev.c