From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 44617F72 for ; Tue, 29 May 2018 07:54:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2018 22:54:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,455,1520924400"; d="scan'208";a="44698225" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 28 May 2018 22:54:14 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 May 2018 22:54:14 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 May 2018 22:54:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by shsmsx102.ccr.corp.intel.com ([169.254.2.223]) with mapi id 14.03.0319.002; Tue, 29 May 2018 13:54:12 +0800 From: "Zhang, Helin" To: Zijie Pan , "dev@dpdk.org" CC: "Xing, Beilei" , "Zhang, Qi Z" , "thomas@monjalon.net" , "Laurent Hardy" Thread-Topic: [dpdk-dev] [PATCH v2] net/i40e: add a specific API to control the LLDP agent Thread-Index: AQHT8v89EJA7/nCmUEqtIElBJfvKlaQ+k+fw Date: Tue, 29 May 2018 05:54:11 +0000 Message-ID: References: <1526638447-31246-1-git-send-email-zijie.pan@6wind.com> <1527125550-8425-1-git-send-email-zijie.pan@6wind.com> In-Reply-To: <1527125550-8425-1-git-send-email-zijie.pan@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-dev] [PATCH v2] net/i40e: add a specific API to control the LLDP agent 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: , X-List-Received-Date: Tue, 29 May 2018 05:54:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zijie Pan > Sent: Thursday, May 24, 2018 9:33 AM > To: dev@dpdk.org > Cc: Xing, Beilei; Zhang, Qi Z; thomas@monjalon.net; Laurent Hardy > Subject: [dpdk-dev] [PATCH v2] net/i40e: add a specific API to control th= e LLDP > agent >=20 > Add a new API rte_pmd_i40e_set_lldp_cmd to control LLDP agent for i40e. > It supports the following i40e debug lldp commands: > - start/stop of the LLDP agent. > - get local/remote of the LLDP MIB (Management Information Base). >=20 > Signed-off-by: Laurent Hardy > Signed-off-by: Zijie Pan > Acked-by: Qi Zhang Applied to dpdk-next-net-intel, thanks! /Helin