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 E1B81A0C45; Wed, 22 Sep 2021 09:17:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EF034069E; Wed, 22 Sep 2021 09:17:50 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 7AB1540141 for ; Wed, 22 Sep 2021 09:17:48 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10114"; a="210613950" X-IronPort-AV: E=Sophos;i="5.85,313,1624345200"; d="scan'208";a="210613950" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2021 00:17:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,313,1624345200"; d="scan'208";a="557262883" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga002.fm.intel.com with ESMTP; 22 Sep 2021 00:17:45 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.12; Wed, 22 Sep 2021 00:17:45 -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; Wed, 22 Sep 2021 15:17:43 +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; Wed, 22 Sep 2021 15:17:43 +0800 From: "Zhang, Qi Z" To: "Wu, Wenjun1" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] remove support for IP fragment default RSS Thread-Index: AQHXqrrHCwx1h6/jC0mE5ebBiZRv/6uvrkdg Date: Wed, 22 Sep 2021 07:17:43 +0000 Message-ID: References: <20210916045434.492855-1-wenjun1.wu@intel.com> <20210916050312.493433-1-wenjun1.wu@intel.com> In-Reply-To: <20210916050312.493433-1-wenjun1.wu@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.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-dev] [PATCH v2 0/2] remove support for IP fragment default 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" > -----Original Message----- > From: Wu, Wenjun1 > Sent: Thursday, September 16, 2021 1:03 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Wu, Wenjun1 > Subject: [PATCH v2 0/2] remove support for IP fragment default RSS >=20 > To support independent IP fragment default RSS, considerable additional w= ork > need to be done, so we decide to remove this feature to avoid some > unexpected behavior we have observed, meanwhile user always can use > rte_flow to create RSS for IP fragment packet explicitly. >=20 > v2: > - fix commit message style issue >=20 > Wenjun Wu (2): > net/ice: remove support for IP fragment default RSS > net/iavf: remove support for IP fragment default RSS >=20 > drivers/net/iavf/iavf_hash.c | 10 ---------- drivers/net/ice/ice_ethdev= .c | 22 > +--------------------- > 2 files changed, 1 insertion(+), 31 deletions(-) >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi