From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 66E92A0521; Mon, 2 Nov 2020 12:46:51 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 84E3DC81C; Mon, 2 Nov 2020 12:46:49 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 7EEE6C802 for ; Mon, 2 Nov 2020 12:46:47 +0100 (CET) IronPort-SDR: y3Ts1/9C6st4XudlWAMMutQgJGA66qncXL0F1t87zC8K8Ob7UimBuogbln8OgkQkQblvJsV9cs dXFNUt3VP6QA== X-IronPort-AV: E=McAfee;i="6000,8403,9792"; a="148725442" X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="148725442" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 03:46:45 -0800 IronPort-SDR: cp6Yhq/eKRGEZizy5sAsULZhfZJN1bpudc9oGeYHMdm5Zw6aF4+6IxeWbjV9MRRsVF2LIrNI/X bixIID4mbibw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,444,1596524400"; d="scan'208";a="396179208" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 02 Nov 2020 03:46:45 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 03:46:44 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 19:46:42 +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.1713.004; Mon, 2 Nov 2020 19:46:42 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/ice: delete unsupport ptypes in default hash set Thread-Index: AQHWsLtyRZyPWdXM5kWN0oan0xfyx6m0ug0Q Date: Mon, 2 Nov 2020 11:46:42 +0000 Message-ID: <18a2c10abbb948ed81a3c54cc0349476@intel.com> References: <20201102015436.2592229-1-junfeng.guo@intel.com> In-Reply-To: <20201102015436.2592229-1-junfeng.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] net/ice: delete unsupport ptypes in default hash set X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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, Junfeng > Sent: Monday, November 2, 2020 9:55 AM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng > Subject: [PATCH] net/ice: delete unsupport ptypes in default hash set >=20 > Ptypes for GTPU with inner SCTP are not supported in current DDP pkg. > Thus, delete them in the default hash set config function. > Also clean up the rss vsi when calling the hash set config function. >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi