To support configurable CRC stripping in both PF host and VF, a new operation and a new structure are added to carry more configurations from VF to PF host.
v2 changes: * Put all the renaming and code style fixes into a patch. * Put processing crc stripping configuration in PF host into a single patch. * Put setting the crc stripping into a single patch. * Put the configuring crc stripping in VF into a single patch. * Added several more code style fixes reported by checkpatch.pl. Helin Zhang (5): config: remove useless i40e items in config files i40e: renaming and code style fix i40e: support of processing crc stripping config in PF host i40e: set crc stripping in rx queue configuration i40evf: support of configurable crc stripping in VF config/common_bsdapp | 1 - config/common_linuxapp | 1 - lib/librte_pmd_i40e/i40e_ethdev_vf.c | 188 ++++++++++++++++++++++++----------- lib/librte_pmd_i40e/i40e_pf.c | 94 +++++++++++------- lib/librte_pmd_i40e/i40e_pf.h | 7 ++ 5 files changed, 193 insertions(+), 98 deletions(-) -- 1.8.1.4