[dpdk-dev] [PATCH 0/3] support of configurable CRC stripping in VF

Helin Zhang helin.zhang at intel.com
Wed Aug 20 05:33:28 CEST 2014


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



More information about the dev mailing list