[dpdk-dev] [PATCH v2] ixgbe: Fix vf tx issue

2015-03-09 Thread Thomas Monjalon
> > X550 should use the correct macro to set the VFTDT and VFRDT register > > address. > > This patch fixes the VF TX issue for Sageville. > > > > Signed-off-by: Changchun Ouyang > > Acked-by:Cunming Liang > Applied, thanks

[dpdk-dev] [PATCH v2] ixgbe: Fix vf tx issue

2015-03-06 Thread Liang, Cunming
Hi, On 3/2/2015 8:25 PM, Ouyang Changchun wrote: > X550 should use the correct macro to set the VFTDT and VFRDT register address. > This patch fixes the VF TX issue for Sageville. > > Signed-off-by: Changchun Ouyang > --- > > Change in v2 >-- Fix one more mac type: ixgbe_mac_X550EM_x_vf. > >

[dpdk-dev] [PATCH v2] ixgbe: Fix vf tx issue

2015-03-02 Thread Ouyang Changchun
X550 should use the correct macro to set the VFTDT and VFRDT register address. This patch fixes the VF TX issue for Sageville. Signed-off-by: Changchun Ouyang --- Change in v2 -- Fix one more mac type: ixgbe_mac_X550EM_x_vf. lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 8 ++-- 1 file changed, 6 i