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 69F2CA0C46; Sun, 29 Aug 2021 13:45:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E947540142; Sun, 29 Aug 2021 13:45:29 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id EBAB040042 for ; Sun, 29 Aug 2021 13:45:28 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10090"; a="218160285" X-IronPort-AV: E=Sophos;i="5.84,361,1620716400"; d="scan'208";a="218160285" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2021 04:45:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,361,1620716400"; d="scan'208";a="518358578" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga004.fm.intel.com with ESMTP; 29 Aug 2021 04:45:27 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) 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.10; Sun, 29 Aug 2021 04:45:26 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Sun, 29 Aug 2021 19:45:24 +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.010; Sun, 29 Aug 2021 19:45:24 +0800 From: "Zhang, Qi Z" To: "Wu, Wenjun1" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/2] fix default RSS field for IP fragment packets Thread-Index: AQHXk0ZzKGlKLOyl4EWbJ2lpeOvo9KuKb7Rw Date: Sun, 29 Aug 2021 11:45:24 +0000 Message-ID: <0935a75ef4334a4c9af65ecb6adac33f@intel.com> References: <20210817065307.160335-1-wenjun1.wu@intel.com> <20210817084305.183666-1-wenjun1.wu@intel.com> In-Reply-To: <20210817084305.183666-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.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 v3 0/2] fix default RSS field for IP fragment packets 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: Tuesday, August 17, 2021 4:43 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Wu, Wenjun1 > Subject: [PATCH v3 0/2] fix default RSS field for IP fragment packets >=20 > This patch set removes redundant default RSS field for both IPv4 and > IPv6 fragment packets. Only src and dst address are needed. >=20 > v3: > * Rework commit log > v2: > * Rework commit log >=20 > Wenjun Wu (2): > net/iavf: fix default RSS field for IP fragment packets > net/ice: fix default RSS field for IP fragment packets >=20 > drivers/net/iavf/iavf_hash.c | 26 ++------------------------ > drivers/net/ice/ice_ethdev.c | 4 ++-- > 2 files changed, 4 insertions(+), 26 deletions(-) >=20 > -- > 2.25.1 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi