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 62464A0A0E; Thu, 29 Apr 2021 05:12:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D4B284067E; Thu, 29 Apr 2021 05:12:54 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 29A874003E for ; Thu, 29 Apr 2021 05:12:52 +0200 (CEST) IronPort-SDR: z7lQaDklk1Xd0hKaOdu862xK040cGUJsFQ0aw7/lcjNEDm4XjDva8bYS/QvbbrkFUubyA3uMc5 PwpPO4FLDbpg== X-IronPort-AV: E=McAfee;i="6200,9189,9968"; a="217634334" X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="217634334" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2021 20:12:51 -0700 IronPort-SDR: eSixEbadZQsBGexapskM0saz2JELkbKRys8XZoRsd4O+fbH5xIezyagPSmDPGOWDCLF/arqx89 R/I8A/SzPhGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="466178936" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga001.jf.intel.com with ESMTP; 28 Apr 2021 20:12:50 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 28 Apr 2021 20:12:49 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 29 Apr 2021 11:12:47 +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.2106.013; Thu, 29 Apr 2021 11:12:47 +0800 From: "Zhang, Qi Z" To: "Guo, Jia" , "Yang, Qiming" CC: "dev@dpdk.org" , "Xu, Ting" Thread-Topic: [PATCH v6 0/3] support flow for IP fragment in ICE Thread-Index: AQHXME1ybWXAvbA3+U6eo20qS6m9warK6exg Date: Thu, 29 Apr 2021 03:12:47 +0000 Message-ID: <90d1a71e6c184b109b3bd6d8b2545275@intel.com> References: <20210324135407.60637-1-jia.guo@intel.com> <20210413100630.81805-1-jia.guo@intel.com> In-Reply-To: <20210413100630.81805-1-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 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-dev] [PATCH v6 0/3] support flow for IP fragment in ICE 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" > -----Original Message----- > From: Guo, Jia > Sent: Tuesday, April 13, 2021 6:06 PM > To: Zhang, Qi Z ; Yang, Qiming > > Cc: dev@dpdk.org; Xu, Ting ; Guo, Jia > Subject: [PATCH v6 0/3] support flow for IP fragment in ICE >=20 > Support RSS hash and FDIR for IP fragment packets in ICE PMD. >=20 > v6: > fix uninitialize issue > v5: > rebase code. > v4: > correct typo when define fragment > v3: > rebase code and fix some parsing issues. > v2: > add some input check >=20 > Jeff Guo (3): > net/ice/base: support IP fragment RSS and FDIR > net/ice: support RSS hash for IP fragment > net/ice: support FDIR for IP fragment packet >=20 > drivers/net/ice/base/ice_fdir.c | 50 +++++++++++- > drivers/net/ice/base/ice_fdir.h | 22 +++++- > drivers/net/ice/base/ice_flow.c | 50 +++++++++++- > drivers/net/ice/base/ice_flow.h | 9 ++- > drivers/net/ice/base/ice_type.h | 1 + > drivers/net/ice/ice_fdir_filter.c | 118 ++++++++++++++++++++++++++--- > drivers/net/ice/ice_generic_flow.c | 22 ++++++ > drivers/net/ice/ice_generic_flow.h | 6 ++ > drivers/net/ice/ice_hash.c | 46 +++++++++-- > 9 files changed, 294 insertions(+), 30 deletions(-) >=20 > -- > 2.20.1 Acked-by: Qi Zhang Patch 1/3 set to supersede as duplicate with=20 http://patchwork.dpdk.org/project/dpdk/patch/20210429004143.2921260-7-qi.z.= zhang@intel.com/ Patch 2/3, 3/3: Applied to dpdk-next-net-intel. Thanks Qi