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 48A38A00BE; Wed, 30 Oct 2019 06:08:50 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 718551BEA8; Wed, 30 Oct 2019 06:08:49 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EC1831BEA2 for ; Wed, 30 Oct 2019 06:08:46 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2019 22:08:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,246,1569308400"; d="scan'208";a="203079343" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga003.jf.intel.com with ESMTP; 29 Oct 2019 22:08:44 -0700 Date: Wed, 30 Oct 2019 13:05:11 +0800 From: Ye Xiaolong To: Qi Zhang Cc: qiming.yang@intel.com, dev@dpdk.org Message-ID: <20191030050511.GC11315@intel.com> References: <20191030011432.1065-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191030011432.1065-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH] net/ice/base: fix ptype mapping polution from gtp flow 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" On 10/30, Qi Zhang wrote: >A new gtp flow's profile will capture other profile's non-gtp ptypes >which is unexpected. For example, an RSS flow for inner IP / UDP on >regular tunnel packet's behaviour will changed by a following GTP RSS >rule when inner IP is the only inputset, since all tunnel ptypes has >been shifted from the first profile to the second one. > >The patch fix the issue by correcting the ptype mapping that prevent >the ptype shift. > >Fixes: d1c2f76b440a ("net/ice/base: support GTP and PPPoE protocols") > >Signed-off-by: Qi Zhang >Tested-by: Simei Su >--- Acked-by: Xiaolong Ye Applied to dpdk-next-net-intel. Thanks.