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 0D7EAA034F; Fri, 8 Oct 2021 09:07:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C0C940685; Fri, 8 Oct 2021 09:07:35 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2A90140140 for ; Fri, 8 Oct 2021 09:07:33 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10130"; a="206570290" X-IronPort-AV: E=Sophos;i="5.85,356,1624345200"; d="scan'208";a="206570290" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2021 00:07:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,356,1624345200"; d="scan'208";a="590453329" Received: from dpdk-xuting-second.sh.intel.com ([10.67.117.214]) by orsmga004.jf.intel.com with ESMTP; 08 Oct 2021 00:07:31 -0700 From: Ting Xu To: dev@dpdk.org Cc: qi.z.zhang@intel.com, qiming.yang@intel.com, Ting Xu Date: Fri, 8 Oct 2021 15:09:32 +0800 Message-Id: <20211008070934.6956-1-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH v1 0/2] enable protocol agnostic flow offloading in RSS 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" Enable protocol agnostic flow offloading to support raw pattern input for RSS hash flow rule creation. It is based on Parser Libary feature. Current rte_flow raw API is utilized. Ting Xu (2): net/ice: enable protocol agnostic flow offloading in RSS doc: add protocol agnostic flow offloading for RSS hash doc/guides/rel_notes/release_21_11.rst | 1 + drivers/net/ice/ice_hash.c | 182 ++++++++++++++++++++++--- 2 files changed, 161 insertions(+), 22 deletions(-) -- 2.17.1