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 55B16A0471 for ; Tue, 16 Jul 2019 03:33:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2BB9F322C; Tue, 16 Jul 2019 03:33:08 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2F80C2C23; Tue, 16 Jul 2019 03:33:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jul 2019 18:33:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,496,1557212400"; d="scan'208";a="251003177" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga001.jf.intel.com with ESMTP; 15 Jul 2019 18:33:02 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 15 Jul 2019 18:33:02 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 15 Jul 2019 18:33:02 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.55]) with mapi id 14.03.0439.000; Tue, 16 Jul 2019 09:33:00 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: fix tunnel rule not recognize Thread-Index: AQHVOvHSBGCorqeYCUakfRYZAKi+B6bMdnwQ Date: Tue, 16 Jul 2019 01:32:59 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D6759F@SHSMSX105.ccr.corp.intel.com> References: <20190715094052.128170-1-qiming.yang@intel.com> In-Reply-To: <20190715094052.128170-1-qiming.yang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzIyODA0NTQtODQyZC00MjQzLWIzMmItYjQzZGUxNzRlODhjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidURqQlU1UEF5bnlZSnJsZkQ4bkwyOHNnS3RBVFl2ckVQSk5mZDl5QmE1VnpZYXYwc1ZiNHNDaStzWUVOb2ZIaSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] net/ice: fix tunnel rule not recognize X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Yang, Qiming > Sent: Monday, July 15, 2019 5:41 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; stable@dpdk.org > Subject: [PATCH] net/ice: fix tunnel rule not recognize >=20 > In the past, to distinguish whether the input set is outer or inner by ch= eck the > item appear once or twice. But this way doesn't work when user don't > configure the outer input set. This patch fix the issue. >=20 > Fixes: d76116a4678f ("net/ice: add generic flow API") > Cc: stable@dpdk.org Fix for current version, no need to cc stable >=20 > Signed-off-by: Qiming Yang > --- Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi