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 37DD1A0C4E; Mon, 1 Nov 2021 12:00:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49EEB41135; Mon, 1 Nov 2021 12:00:09 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id A838441122 for ; Mon, 1 Nov 2021 12:00:07 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10154"; a="231255523" X-IronPort-AV: E=Sophos;i="5.87,199,1631602800"; d="scan'208";a="231255523" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Nov 2021 04:00:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,199,1631602800"; d="scan'208";a="448914984" Received: from dpdk-xuting-second.sh.intel.com ([10.67.116.150]) by orsmga006.jf.intel.com with ESMTP; 01 Nov 2021 04:00:04 -0700 From: Ting Xu To: dev@dpdk.org Cc: qi.z.zhang@intel.com, qiming.yang@intel.com, Ting Xu Date: Mon, 1 Nov 2021 19:02:09 +0800 Message-Id: <20211101110209.17306-4-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211101110209.17306-1-ting.xu@intel.com> References: <20211008070934.6956-1-ting.xu@intel.com> <20211101110209.17306-1-ting.xu@intel.com> Subject: [dpdk-dev] [PATCH v2 3/3] doc: add protocol agnostic flow offloading for 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" Protocol agnostic flow offloading for RSS hash is supported. Raw pattern input can be used to create RSS hash flow rules, using current rte_flow raw API. Signed-off-by: Ting Xu --- doc/guides/rel_notes/release_21_11.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index 36fdee0a98..0582717628 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -168,6 +168,7 @@ New Features * **Updated Intel ice driver.** * Added protocol agnostic flow offloading support in Flow Director. + * Added protocol agnostic flow offloading support in RSS hash. * Added 1PPS out support by a devargs. * Added IPv4 and L4 (TCP/UDP/SCTP) checksum hash support in RSS flow. * Added DEV_RX_OFFLOAD_TIMESTAMP support. -- 2.17.1