[dpdk-dev] [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd

Jeff Shaw jeffrey.b.shaw at intel.com
Thu Jul 14 18:59:00 CEST 2016


Our testing suggests minimal (in some cases zero) impact to core-bound
forwarding throughput as measured by testpmd. Throughput increase is
observed in l3fwd as now the vpmd can be used with hw_ip_checksum
enabled and without needing '--parse-ptype'.

The benefits to applications using this functionality is realized when
Ethernet processing and L3/L4 checksum validation can be skipped.

We hope others can also test performance in their applications while
conducting a review of this series.

Damjan Marion (2):
  i40e: Add packet_type metadata in the i40e vPMD
  i40e: Enable bad checksum flags in i40e vPMD

 drivers/net/i40e/i40e_rxtx.c     | 566 +--------------------------------------
 drivers/net/i40e/i40e_rxtx.h     | 563 ++++++++++++++++++++++++++++++++++++++
 drivers/net/i40e/i40e_rxtx_vec.c |  64 +++--
 3 files changed, 609 insertions(+), 584 deletions(-)

-- 
2.5.0



More information about the dev mailing list