Re: [dpdk-dev] [PATCH v2] net/i40e: add a specific API to control the LLDP agent

2018-06-14 Thread Ferruh Yigit
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: La

Re: [dpdk-dev] [PATCH v2] net/i40e: add a specific API to control the LLDP agent

2018-05-28 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@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; tho...@monjalon.net; Laurent Hardy > Subject: [dpdk-dev] [PATCH v2] net/i40e: add a speci

[dpdk-dev] [PATCH v2] net/i40e: add a specific API to control the LLDP agent

2018-05-23 Thread 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 Acked-by: Qi