From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4A2E629CB for ; Thu, 3 Nov 2016 14:15:18 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 03 Nov 2016 06:15:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,438,1473145200"; d="scan'208";a="1063397224" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 03 Nov 2016 06:15:17 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 3 Nov 2016 06:15:16 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 3 Nov 2016 06:14:13 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0248.002; Thu, 3 Nov 2016 21:14:11 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" Thread-Topic: [PATCH] net/i40e: fix floating VEB issue Thread-Index: AQHSNbXOWk9BTr1jCEKvTHNCNJ+SMqDHPKOQ Date: Thu, 3 Nov 2016 13:14:10 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E298B0A@SHSMSX103.ccr.corp.intel.com> References: <1478165186-10238-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1478165186-10238-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-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWMyNmE2ODctNDNmYy00ODA5LTkzZTgtMWQ1NGM1NDYyYTMyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InBrS3hDREY3MVBRdm5zWWVCYlpNZkVhNkgxMFdnRDdDMkM1ak5ZcjRLVGc9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix floating VEB issue 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: Thu, 03 Nov 2016 13:15:18 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, November 3, 2016 5:26 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH] net/i40e: fix floating VEB issue >=20 > Turning off S-TAG identification will impact floating VEB, > VFs can't communicate with each other. > This patch fixes this issue by judging whether floating > VEB is enabled, S-TAG identification will be turned off > only when floating VEB is disabled. >=20 > Fixes: 4d61120d5ce7 ("net/i40e: fix dropping packets with ethertype 0x88A= 8") >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu