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 9394EA0471 for ; Tue, 16 Jul 2019 14:41:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3DDD02BF5; Tue, 16 Jul 2019 14:41:50 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6ACB42BF5; Tue, 16 Jul 2019 14:41:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jul 2019 05:41:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,498,1557212400"; d="scan'208";a="366203937" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 16 Jul 2019 05:41:47 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 16 Jul 2019 05:41:47 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 16 Jul 2019 05:41:46 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.232]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.110]) with mapi id 14.03.0439.000; Tue, 16 Jul 2019 20:41:45 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: fix outer input set empty Thread-Index: AQHVO4AKCM5luC9W00Ke1b0dIpJt6qbNMGxA Date: Tue, 16 Jul 2019 12:41:44 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D67AC3@SHSMSX105.ccr.corp.intel.com> References: <20190716023855.184619-1-qiming.yang@intel.com> In-Reply-To: <20190716023855.184619-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWQ2MjEzZTMtNmQ3MC00ZjZhLTg3MzYtNjIyZWU3ZTI0ZjMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic2puNlg1OWkxdnhDdm1kRUYzQXpxU1FaWkJzUFQ0TWk1OEhkNXlnTllVTHlXQWZ4R29DQzlYYmJoYTJnaFlVRSJ9 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 outer input set empty 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: Tuesday, July 16, 2019 10:39 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > ; stable@dpdk.org > Subject: [PATCH] net/ice: fix outer input set empty >=20 > Should allow the outer input set be empty. >=20 > Fixes: d76116a4678f ("net/ice: add generic flow API") > Cc: stable@dpdk.org >=20 > Signed-off-by: Qiming Yang > --- Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi