From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 04E8956AB for ; Thu, 25 Aug 2016 19:48:41 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 25 Aug 2016 10:48:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,576,1464678000"; d="scan'208";a="1031275391" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga001.fm.intel.com with ESMTP; 25 Aug 2016 10:48:25 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u7PHmN8f031793; Fri, 26 Aug 2016 01:48:23 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u7PHmK2p002410; Fri, 26 Aug 2016 01:48:22 +0800 Received: (from xiaowan1@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u7PHmKZo002406; Fri, 26 Aug 2016 01:48:20 +0800 From: Xiao Wang To: jing.d.chen@intel.com, olivier.matz@6wind.com Cc: dev@dpdk.org, Xiao Wang Date: Fri, 26 Aug 2016 01:48:14 +0800 Message-Id: <1472147299-2376-1-git-send-email-xiao.w.wang@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/5] implement new Rx checksum flag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 17:48:48 -0000 Following http://dpdk.org/dev/patchwork/patch/14941/, this patch set implements newly defined Rx checksum flag for igb, ixgbe, i40e and fm10k. Currently, fm10k supports Rx checksum offload in both scalar and vector pmd, while the other three don't, this patch set keeps the situation. This patch set has dependency on the following patch: "mbuf: add new Rx checksum mbuf flags" (http://dpdk.org/dev/patchwork/patch/14941/) Xiao Wang (5): net/fm10k: add back Rx checksum offload net/fm10k: implement new Rx checksum flag net/e1000: implement new Rx checksum flag net/ixgbe: implement new Rx checksum flag net/i40e: implement new Rx checksum flag drivers/net/e1000/igb_rxtx.c | 4 +++- drivers/net/fm10k/fm10k_rxtx.c | 14 ++++++++++++++ drivers/net/fm10k/fm10k_rxtx_vec.c | 7 +++++-- drivers/net/i40e/i40e_rxtx.c | 6 ++++++ drivers/net/ixgbe/ixgbe_rxtx.c | 4 +++- 5 files changed, 31 insertions(+), 4 deletions(-) -- 1.9.3