[dpdk-dev] [PATCH] i40e: revert internal switch of PF

2015-03-19 Thread Thomas Monjalon
> > VEB switching is blocking VF. > > 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 an hardware issue. > > > > Reverts: 2ccabd8cd1f6 ("i40e: enable internal switch of PF"). > > > > Reported-b

[dpdk-dev] [PATCH] i40e: revert internal switch of PF

2015-03-19 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 18, 2015 6:07 PM > To: Zhang, Helin > Cc: dev at dpdk.org; Wu, Jingjing > Subject: [PATCH] i40e: revert internal switch of PF > > VEB switching is blocking VF. > If the source mac

[dpdk-dev] [PATCH] i40e: revert internal switch of PF

2015-03-18 Thread Wu, Jingjing
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, March 18, 2015 3:07 AM > To: Zhang, Helin > Cc: dev at dpdk.org; Wu, Jingjing > Subject: [PATCH] i40e: revert internal switch of PF > > VEB switching is blocking VF. > If the source mac

[dpdk-dev] [PATCH] i40e: revert internal switch of PF

2015-03-18 Thread Thomas Monjalon
VEB switching is blocking VF. 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 an hardware issue. Reverts: 2ccabd8cd1f6 ("i40e: enable internal switch of PF"). Reported-by: Jingjing Wu Signed-off-by: Thomas