From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/i40e: add a specific API to control the LLDP agent Date: Fri, 18 May 2018 12:27:24 +0200 Message-ID: <3140133.83vjVej6t9@xps> References: <1526638447-31246-1-git-send-email-zijie.pan@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, beilei.xing@intel.com, qi.z.zhang@intel.com, helin.zhang@intel.com To: Zijie Pan , Laurent Hardy Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 78AB3D010 for ; Fri, 18 May 2018 12:27:27 +0200 (CEST) In-Reply-To: <1526638447-31246-1-git-send-email-zijie.pan@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/05/2018 12:14, Zijie Pan: > 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 Does it mean that this feature is enabled by default in i40e devices? Should it be disabled by default?