From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Shaw Subject: [PATCH 0/2] Add ptype and xsum handling in i40e rx vpmd Date: Thu, 14 Jul 2016 09:59:00 -0700 Message-ID: <1468515542-39207-1-git-send-email-jeffrey.b.shaw@intel.com> To: dev@dpdk.org, helin.zhang@intel.com, jingjing.wu@intel.com, damarion@cisco.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 00EE63977 for ; Thu, 14 Jul 2016 18:59:11 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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