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 1C57DA0C4E for ; Fri, 15 Oct 2021 15:45:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 155BA411CB; Fri, 15 Oct 2021 15:45:14 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 10A13411CB; Fri, 15 Oct 2021 15:45:11 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10137"; a="226687587" X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="226687587" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Oct 2021 06:45:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,375,1624345200"; d="scan'208";a="718113418" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga005.fm.intel.com with ESMTP; 15 Oct 2021 06:45:08 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 15 Oct 2021 06:45:08 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Fri, 15 Oct 2021 21:45:06 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2242.012; Fri, 15 Oct 2021 21:45:06 +0800 From: "Zhang, Qi Z" To: "Jiang, YuX" , "Zhang, AlvinX" , "Xing, Beilei" , "Guo, Junfeng" CC: "dev@dpdk.org" , "Zhang, AlvinX" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix IPv6 fragment RSS offload type in flow Thread-Index: AQHXv0TB92NaQ71ff0KTrSTiJf//F6vTS8CAgADLWTA= Date: Fri, 15 Oct 2021 13:45:06 +0000 Message-ID: <9696c3b796344055ab23349c869702be@intel.com> References: <20211012083932.1428-1-alvinx.zhang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/i40e: fix IPv6 fragment RSS offload type in flow X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: dev On Behalf Of Jiang, YuX > Sent: Friday, October 15, 2021 5:37 PM > To: Zhang, AlvinX ; Xing, Beilei > ; Guo, Junfeng > Cc: dev@dpdk.org; Zhang, AlvinX ; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix IPv6 fragment RSS offload t= ype in > flow >=20 > > -----Original Message----- > > From: dev On Behalf Of Alvin Zhang > > Sent: Tuesday, October 12, 2021 4:40 PM > > To: Xing, Beilei ; Guo, Junfeng > > > > Cc: dev@dpdk.org; Zhang, AlvinX ; > > stable@dpdk.org > > Subject: [dpdk-dev] [PATCH] net/i40e: fix IPv6 fragment RSS offload > > type in flow > > > > To keep flow format uniform with ice, this patch adds support for this > > RSS > > rule: > > flow create 0 ingress pattern eth / ipv6_frag_ext / end actions \ > > rss types ipv6-frag end queues end queues end / end > > > > Fixes: ef4c16fd9148 ("net/i40e: refactor RSS flow") > > Cc: stable@dpdk.org > > > > Signed-off-by: Alvin Zhang > Tested-by: Yu Jiang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi