From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH RESEND v2] net/i40e: fix floating VEB issue Date: Mon, 07 Nov 2016 17:41:35 +0100 Message-ID: <2384832.ZzGatiH2IY@xps13> References: <20161104110129.GZ16751@yliu-dev.sh.intel.com> <1478257688-25209-1-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yuanhan Liu , Jingjing Wu , Yu Liu To: Beilei Xing Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 325D11E33 for ; Mon, 7 Nov 2016 17:41:37 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id a197so193884834wmd.0 for ; Mon, 07 Nov 2016 08:41:37 -0800 (PST) In-Reply-To: <1478257688-25209-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" 2016-11-04 19:08, Yuanhan Liu: > From: Beilei Xing > > 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 Applied, thanks