From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4B910567A for ; Wed, 17 Aug 2016 05:26:02 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 16 Aug 2016 20:26:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208,217";a="1042499278" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 16 Aug 2016 20:25:07 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 16 Aug 2016 20:25:06 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.8]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Wed, 17 Aug 2016 11:25:03 +0800 From: "Xing, Beilei" To: "shope@cisco.com" CC: "users@dpdk.org" Thread-Topic: Re: [dpdk-users] Intel X710 dropping 802.1ad packets Thread-Index: AdH4NZ/0Xm0NysZxQa+llP0CeObA/Q== Date: Wed, 17 Aug 2016 03:25:03 +0000 Message-ID: <94479800C636CB44BD422CB454846E013C13B5@SHSMSX101.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Intel X710 dropping 802.1ad packets X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 03:26:02 -0000 Hi, > -----Original Message----- > From: users [mailto:users-bounces@dpdk.org] On Behalf Of Sean Hope > (shope) > > Sent: Wednesday, July 13, 2016 8:15 PM > To: users@dpdk.org > Subject: [dpdk-users] Intel X710 dropping 802.1ad packets? > > Hello, > > I am seeing a problem with receiving 802.1ad packets on an intel > X710 card, running the 16.04 dpdk release. All the 802.1ad packets > are silently dropped. The port is in promiscuous mode. As far as > counters go, ibytes are incremented for these packets, but not > ipackets. Some of the extended stats are incremented as well (the > histogram sizes, > etc.) > > Has anyone else seen this? You can try following patch to solve the problem. http://www.dpdk.org/dev/patchwork/patch/15212/ Use testpmd cmdline "vlan set outer tpid value port_id" to set the value yo= u want to see, 0x88A8 or 0x8100. Best Regards, Beilei Xing