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 CA5D1A0487 for ; Mon, 29 Jul 2019 15:32:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9EC341BFAC; Mon, 29 Jul 2019 15:32:11 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1A5AE1BF96; Mon, 29 Jul 2019 15:32:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2019 04:49:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,322,1559545200"; d="scan'208";a="179362404" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jul 2019 04:49:53 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 29 Jul 2019 04:49:53 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 29 Jul 2019 04:49:53 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.15]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Mon, 29 Jul 2019 19:49:51 +0800 From: "Zhang, Qi Z" To: "Wang, Ying A" CC: "dev@dpdk.org" , "Ye, Xiaolong" , "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/ice: fix LLDP forward Thread-Index: AQHVRcrTeimwwASamUauxxgSGIj+KKbhe7cg Date: Mon, 29 Jul 2019 11:49:50 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D753E6@SHSMSX105.ccr.corp.intel.com> References: <1564097763-276974-1-git-send-email-ying.a.wang@intel.com> <1564346504-84577-1-git-send-email-ying.a.wang@intel.com> In-Reply-To: <1564346504-84577-1-git-send-email-ying.a.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDI5ZWYxYzItMTVlMy00YWM5LThkN2QtYzFiYmRiODIxNzgzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQTgzOWhKTmxOTDhtVG9maEtcL2FrMkNlejYyamVXalpmcW9TSUUxUHdEbGQrWTd5cXlNbzJnbThMWSt2UW9Ga00ifQ== 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 v3] net/ice: fix LLDP forward 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: Wang, Ying A > Sent: Monday, July 29, 2019 4:42 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Ye, Xiaolong ; Yang, Qiming > ; Wang, Ying A ; > stable@dpdk.org > Subject: [PATCH v3] net/ice: fix LLDP forward >=20 > The patch fix the issue that lldp packet can't be forwarded to host. >=20 > Fixes: 59d151de6673 ("net/ice: stop LLDP by default") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wang Ying A Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi