From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id B02ADA0A0C;
	Tue, 29 Jun 2021 04:29:33 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 1086840E3C;
	Tue, 29 Jun 2021 04:29:33 +0200 (CEST)
Received: from mga05.intel.com (mga05.intel.com [192.55.52.43])
 by mails.dpdk.org (Postfix) with ESMTP id 0B19B4068A
 for <dev@dpdk.org>; Tue, 29 Jun 2021 04:29:31 +0200 (CEST)
X-IronPort-AV: E=McAfee;i="6200,9189,10029"; a="293708434"
X-IronPort-AV: E=Sophos;i="5.83,307,1616482800"; d="scan'208";a="293708434"
Received: from orsmga007.jf.intel.com ([10.7.209.58])
 by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Jun 2021 19:29:30 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.83,307,1616482800"; d="scan'208";a="446847035"
Received: from dpdk-wenzhuo-haswell.sh.intel.com ([10.67.110.186])
 by orsmga007.jf.intel.com with ESMTP; 28 Jun 2021 19:29:29 -0700
From: Wenzhuo Lu <wenzhuo.lu@intel.com>
To: dev@dpdk.org
Cc: Wenzhuo Lu <wenzhuo.lu@intel.com>
Date: Tue, 29 Jun 2021 10:29:19 +0800
Message-Id: <1624933761-20884-1-git-send-email-wenzhuo.lu@intel.com>
X-Mailer: git-send-email 1.9.3
In-Reply-To: <1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com>
References: <1622600462-39088-1-git-send-email-wenzhuo.lu@intel.com>
Subject: [dpdk-dev] [PATCH v3 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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.

v2:
 - fdir should be supported by offload and normal path.

v3:
 - rebased on the newest code.

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             |  87 +++++---
 drivers/net/ice/ice_rxtx.h             |   7 +
 drivers/net/ice/ice_rxtx_vec_avx2.c    | 350 +++++++++++++++++++--------------
 4 files changed, 282 insertions(+), 168 deletions(-)

-- 
1.8.3.1