From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40e: remove ALLOW_LB flag on SRIOV vsi Date: Fri, 27 Mar 2015 11:35:25 +0100 Message-ID: <2432514.864HVAJgVP@xps13> References: <1426836708-19861-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Wu, Jingjing" Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > Disable VEB switching by removing ALLOW_LB on SRIOV vsi. > > > > If the source mac address of packet sent from VF is not listed in the VEB's mac > > table, the VEB will switch the packet back to the VF. > > It's a hardware issue. Enabling ALLOW_LB flag will block VF functions. > > > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied, thanks