From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 1FF131D63E for ; Fri, 15 Jun 2018 11:04:01 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2018 02:04:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,226,1526367600"; d="scan'208,217";a="59451530" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 15 Jun 2018 02:03:59 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 02:03:59 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 02:03:59 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.87]) with mapi id 14.03.0319.002; Fri, 15 Jun 2018 17:03:57 +0800 From: "Liu, Yong" To: "Phil.Yang@arm.com" CC: "dts@dpdk.org" , nd Thread-Topic: [dts] How to disable the BOOTP and LLDP packets on tester ? Thread-Index: AdQC/wfufk/fwdfIRWKx6lGBtEod7gBiBfzg Date: Fri, 15 Jun 2018 09:03:57 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E630C473D@SHSMSX103.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDRkYjM4NWMtYTA4Zi00ODZjLThlMjEtMTY5ZWI1MTU0YWZmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQlwvdE5sbFVreitna1JxOU12dHYwTExJc0lnXC85YlV4R1VuTXoxVkRiYmI0ZXh5SUN5eGNKTkxGWWw5bGN3dW9GIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: multipart/alternative; boundary="_000_86228AFD5BCD8E4EBFD2B90117B5E81E630C473DSHSMSX103ccrcor_" MIME-Version: 1.0 Subject: Re: [dts] How to disable the BOOTP and LLDP packets on tester ? X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 09:04:02 -0000 --_000_86228AFD5BCD8E4EBFD2B90117B5E81E630C473DSHSMSX103ccrcor_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Phil, BOOTP is the packets sent by dhcp client. You can check whether Network-man= ager or dhcp client running in the background. For LLDP packet, FVL with firmware6.0 can't disable it. If FVL with firmwar= e 5.X or lower version, you can disable it in i40e driver. i40e_main.c //pf->hw_features |=3D I40E_HW_STOP_FW_LLDP; Thanks, Marvin From: Phil.Yang@arm.com [mailto:Phil.Yang@arm.com] Sent: Wednesday, June 13, 2018 6:13 PM To: Liu, Yong Cc: dts@dpdk.org; nd Subject: [dts] How to disable the BOOTP and LLDP packets on tester ? Hi Marvin, I captured groups of bootp and LLDP packets while running DTS on DUT PMD. My environment: Application: l2fwd DUT NIC: 82599ES Tester NIC: X710 Link: Tester <------> DUT X710 port A <-------> 82599ES port A X710 port B <-------> 82599ES port B Please check the attachment. Thanks. How to disable the BOOTP and LLDP packets on tester ? Ps: I didn't find lldpd service running on my tester. Best Regards, Phil Yang --_000_86228AFD5BCD8E4EBFD2B90117B5E81E630C473DSHSMSX103ccrcor_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Phil,

BOOTP is the packets s= ent by dhcp client. You can check whether Network-manager or dhcp client ru= nning in the background.

For LLDP packet, FVL w= ith firmware6.0 can’t disable it. If FVL with firmware 5.X or lower v= ersion, you can disable it in i40e driver.

 

i40e_main.c

//pf->hw_features |=3D I40E_HW_STOP_FW_LLDP;

 

Thanks,

Marvin

 

From: Phi= l.Yang@arm.com [mailto:Phil.Yang@arm.com]
Sent: Wednesday, June 13, 2018 6:13 PM
To: Liu, Yong <yong.liu@intel.com>
Cc: dts@dpdk.org; nd <nd@arm.com>
Subject: [dts] How to disable the BOOTP and LLDP packets on tester ?=

 

Hi Marvin,

 

I captured groups of bootp and LLDP packets while ru= nning DTS on DUT PMD.

 

My environment:

Application: l2fwd

DUT NIC: 82599ES

Tester NIC: X710

Link:

Tester       &nbs= p;   <------>       DUT<= /o:p>

X710 port A <-------> 82599E= S port A

X710 port B <-------> 82599E= S port B  

 

Please check the attachment. Thanks.

 

How to disable the BOOTP and LLDP packets on tester&= nbsp;?

Ps: I didn’t find lldpd service running on my = tester.

 

Best Regards,

Phil Yang

--_000_86228AFD5BCD8E4EBFD2B90117B5E81E630C473DSHSMSX103ccrcor_--