From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH RESEND v2] net/i40e: fix floating VEB issue Date: Fri, 4 Nov 2016 19:01:29 +0800 Message-ID: <20161104110129.GZ16751@yliu-dev.sh.intel.com> References: <1478252000-11455-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Beilei Xing To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id B3915532E for ; Fri, 4 Nov 2016 12:00:38 +0100 (CET) Content-Disposition: inline In-Reply-To: <1478252000-11455-1-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Nov 04, 2016 at 05:33:20PM +0800, Yuanhan Liu wrote: > 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. > > Fixes: 4d61120d5ce7 ("net/i40e: fix dropping packets with ethertype 0x88A8") > > Signed-off-by: Beilei Xing > Acked-by: Jingjing Wu > --- > v2 changes: > * Modify the limitation description in i40e.rst > > Seems that Beilei failed to send this patches out; while I have sent out few > patches out successfully. I'm sending it for her. Please ignore this patch. The original patch is with wrong format, that it turns the authorship to me. I will resend another one soon. --yliu