From: Jingjing Wu Date: Fri, 20 Mar 2015 07:31:48 +0000 (+0800) Subject: i40e: disable buggy VEB switching X-Git-Tag: spdx-start~9382 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8a4a11ce4c2b41b033aa6afb164be7008ee5e508;hp=8a4a11ce4c2b41b033aa6afb164be7008ee5e508;p=dpdk.git i40e: disable buggy VEB switching 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. Test report: http://www.dpdk.org/ml/archives/dev/2015-March/015687.html Signed-off-by: Jingjing Wu Acked-by: Helin Zhang Tested-by: Huilong Xu ---