From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 993215684 for ; Wed, 17 Aug 2016 02:55:37 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 16 Aug 2016 17:55:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="749689721" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 16 Aug 2016 17:55:36 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 16 Aug 2016 17:55:36 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 16 Aug 2016 17:55:35 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Wed, 17 Aug 2016 08:55:33 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix dropping packets with Ethertype 0x88A8 Thread-Index: AQHR95himBmXys9ioUCI1DYpHDjdgqBMVLBA Date: Wed, 17 Aug 2016 00:55:32 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E17C333@SHSMSX103.ccr.corp.intel.com> References: <1471336190-16134-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1471336190-16134-1-git-send-email-beilei.xing@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] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix dropping packets with Ethertype 0x88A8 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 00:55:38 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, August 16, 2016 4:30 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH] net/i40e: fix dropping packets with Ethertype 0x88A8 >=20 > Refer to FW default setting, Ethertype 0x88A8 is treated as S-TAG, packec= ts > with S-TAG should be received in Port Virtualizer mode, but Port Virtual > mode is not initialized in DPDK. So X710 will packets with Ethertype 0x88= A8. Will [drop] packets? > This patch fixes this issue by turning off S-TAG identification. >=20