From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1256EA0096 for ; Fri, 12 Apr 2019 14:24:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C211E7D4A; Fri, 12 Apr 2019 14:24:38 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 888666833 for ; Fri, 12 Apr 2019 14:24:36 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2019 05:24:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,341,1549958400"; d="scan'208";a="290997937" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 12 Apr 2019 05:24:35 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 12 Apr 2019 05:24:34 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 12 Apr 2019 05:24:34 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.93]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0415.000; Fri, 12 Apr 2019 20:24:32 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "dev@dpdk.org" Thread-Topic: [PATCH v3] net/ice: stop lldp by default Thread-Index: AQHU8Nl+Z0Uwm7tqwkqrNmtZzmfdZKY4c4PQ Date: Fri, 12 Apr 2019 12:24:33 +0000 Message-ID: <039ED4275CED7440929022BC67E70611533677EA@SHSMSX103.ccr.corp.intel.com> References: <20190408160215.142548-1-qiming.yang@intel.com> <20190412101006.121455-1-qiming.yang@intel.com> In-Reply-To: <20190412101006.121455-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDkxODZhZjUtN2ZkNy00MGFhLTlmYjgtYzMxMGY4ZmJkODVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiK3d4d3lCUmFuNkVzZXJCUHZobWFzSzJPMEVsZGw0aDdMb1VUUTZvRjhQRTZ1bWQ0cmI3c0VOY1JyNjUyMzc1RiJ9 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="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/ice: stop lldp by default 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" Message-ID: <20190412122433.5rL83zuE3JehUWqEu2PClkIkpUQ39w-iAa19C5OzMjc@z> > -----Original Message----- > From: Yang, Qiming > Sent: Friday, April 12, 2019 6:10 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > Subject: [PATCH v3] net/ice: stop lldp by default >=20 > This patch stopped lldp by default to avoid the statistics error. >=20 > Signed-off-by: Qiming Yang =09 Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi