[dpdk-dev] [PATCH] ixgbe: fix the wrong prompt for VF TSO

2015-10-28 Thread Thomas Monjalon
> > When setting TSO on VF ixgbe NICs, for example, 82599, x550, the prompt > > that TSO is not supported will be printed. But TSO is supported by VF ixgbe > > NICs. > > We should add TSO to the capability flag, so, we will not see the wrong > > prompt. > > > > Signed-off-by: Wenzhuo Lu > Acked-b

[dpdk-dev] [PATCH] ixgbe: fix the wrong prompt for VF TSO

2015-10-14 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, September 11, 2015 10:00 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix the wrong prompt for VF TSO > > When setting TSO on VF ixgbe NIC

[dpdk-dev] [PATCH] ixgbe: fix the wrong prompt for VF TSO

2015-09-11 Thread Wenzhuo Lu
When setting TSO on VF ixgbe NICs, for example, 82599, x550, the prompt that TSO is not supported will be printed. But TSO is supported by VF ixgbe NICs. We should add TSO to the capability flag, so, we will not see the wrong prompt. Signed-off-by: Wenzhuo Lu --- drivers/net/ixgbe/ixgbe_ethdev.c