From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/3] support of configurable CRC stripping in VF Date: Wed, 20 Aug 2014 11:33:28 +0800 Message-ID: <1408505611-6959-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 VF, a new operation of I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES_EX is added to carry more configuration information from VM to Intel(r) DPDK PF host, comparing to I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES which is supported by Linux PF host. Helin Zhang (3): i40evf: support I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES_EX in DPDK PF host i40evf: support I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES_EX in i40e VF PMD config: remove useless config of CONFIG_RTE_LIBRTE_I40E_PF_DISABLE_STRIP_CRC config/common_bsdapp | 1 - config/common_linuxapp | 1 - lib/librte_pmd_i40e/i40e_ethdev_vf.c | 188 ++++++++++++++++++++++++----------- lib/librte_pmd_i40e/i40e_pf.c | 90 ++++++++++------- lib/librte_pmd_i40e/i40e_pf.h | 7 ++ 5 files changed, 191 insertions(+), 96 deletions(-) -- 1.8.1.4