From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/i40e: add a specific API to control the LLDP agent Date: Thu, 14 Jun 2018 16:58:14 +0100 Message-ID: References: <1526638447-31246-1-git-send-email-zijie.pan@6wind.com> <1527125550-8425-1-git-send-email-zijie.pan@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: beilei.xing@intel.com, thomas@monjalon.net, Laurent Hardy To: Zijie Pan , dev@dpdk.org, qi.z.zhang@intel.com Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 616F81DC4E for ; Thu, 14 Jun 2018 17:58:17 +0200 (CEST) In-Reply-To: <1527125550-8425-1-git-send-email-zijie.pan@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/24/2018 2:32 AM, Zijie Pan wrote: > 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). > > Signed-off-by: Laurent Hardy > Signed-off-by: Zijie Pan > Acked-by: Qi Zhang Hi Zijie, Qi, What do you think adding a testpmd command to use this API? First it enables testing this API and second using API gives better chance to API to survive from possible refactoring. Thanks, ferruh