From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v2 0/5] support of configurable CRC stripping in VF Date: Sun, 14 Sep 2014 22:48:24 +0800 Message-ID: <1410706109-30448-1-git-send-email-helin.zhang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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