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

2018-05-23 Thread Zijie Pan
Thanks for the review. I added a comment to explain why lldp is disabled in the code, and sent the v2 patch. Thanks, Zijie -- Original -- From: "Zhang, Qi Z"; Date: Tue, May 22, 2018 09:00 PM To: "Zijie Pan"; "dev@dpdk.org"; Cc: "Xing, Beilei"; "Laurent H

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

2018-05-22 Thread Zhang, Qi Z
> -Original Message- > From: Zijie Pan [mailto:zijie@6wind.com] > Sent: Friday, May 18, 2018 6:14 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Laurent Hardy > Subject: [PATCH] net/i40e: add a specific API to control the LLDP agent > > Add a new API rte_pmd_i40e_set_lldp_

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

2018-05-22 Thread Laurent Hardy
Hi Qi, On 05/21/2018 03:11 PM, Zhang, Qi Z wrote: Hi Zijie: -Original Message- From: Zijie Pan [mailto:zijie@6wind.com] Sent: Friday, May 18, 2018 6:14 PM To: dev@dpdk.org Cc: Xing, Beilei ; Zhang, Qi Z ; Laurent Hardy Subject: [PATCH] net/i40e: add a specific API to control the

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

2018-05-21 Thread Zhang, Qi Z
Hi Zijie: > -Original Message- > From: Zijie Pan [mailto:zijie@6wind.com] > Sent: Friday, May 18, 2018 6:14 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Laurent Hardy > Subject: [PATCH] net/i40e: add a specific API to control the LLDP agent > > Add a new API rte_pmd_i40

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

2018-05-21 Thread Thomas Monjalon
21/05/2018 10:58, Laurent Hardy: > Hello Thomas, > > On 05/21/2018 10:39 AM, Thomas Monjalon wrote: > > 21/05/2018 05:35, 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

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

2018-05-21 Thread Laurent Hardy
Hello Thomas, On 05/21/2018 10:39 AM, Thomas Monjalon wrote: 21/05/2018 05:35, 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 (Man

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

2018-05-21 Thread Thomas Monjalon
21/05/2018 05:35, 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). > > > > > > Sign

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

2018-05-20 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-

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

2018-05-18 Thread Thomas Monjalon
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 Hard

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

2018-05-18 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 --- drivers