From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B6298A0524; Wed, 2 Jun 2021 04:21:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2A92410E0; Wed, 2 Jun 2021 04:21:04 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1C10B40689 for ; Wed, 2 Jun 2021 04:21:01 +0200 (CEST) IronPort-SDR: ci8IAAcYI0cHcj7Nao6MBR0nOABhsFXrCjdalNBdJ5yFtDnZarrCL33UGR823KZJdCavBsfOC9 lGD29H0bxLWg== X-IronPort-AV: E=McAfee;i="6200,9189,10002"; a="203679663" X-IronPort-AV: E=Sophos;i="5.83,241,1616482800"; d="scan'208";a="203679663" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2021 19:20:59 -0700 IronPort-SDR: v3z5fK48E5xeSZo+wC+prA22YRL+jaZCFIHlzykwNreAVn1dvdKAdFWodm4Lgsy+y6ZHaKYiFm /xR5qo/ou97w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,241,1616482800"; d="scan'208";a="549960780" Received: from dpdk-wenzhuo-haswell.sh.intel.com ([10.67.110.186]) by fmsmga001.fm.intel.com with ESMTP; 01 Jun 2021 19:20:58 -0700 From: Wenzhuo Lu To: dev@dpdk.org Cc: Wenzhuo Lu Date: Wed, 2 Jun 2021 10:21:00 +0800 Message-Id: <1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 0/2] add Rx/Tx offload paths for ICE AVX2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add specific paths for RX/TX AVX2, called offload paths. In these paths, support the HW offload features, like, checksum, VLAN, RSS offload. These paths are chosen automatically according to the configuration. Wenzhuo Lu (2): net/ice: add Tx AVX2 offload path net/ice: add Rx AVX2 offload path doc/guides/rel_notes/release_21_08.rst | 6 + drivers/net/ice/ice_rxtx.c | 86 +++++-- drivers/net/ice/ice_rxtx.h | 7 + drivers/net/ice/ice_rxtx_vec_avx2.c | 402 +++++++++++++++++++-------------- 4 files changed, 307 insertions(+), 194 deletions(-) -- 1.9.3