ixgbevf: fix TSO support
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 11 Sep 2015 02:00:16 +0000 (10:00 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 28 Oct 2015 13:41:12 +0000 (14:41 +0100)
commit77770b34017ec67b03f62dba3b34d2e0e94153a9
treef5f8607a6eeff659d23f2805a7e7fa7a581c9664
parent00b7ca600c111f85b4c63ccbadfb1a7ca7042551
ixgbevf: fix TSO support

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 <wenzhuo.lu@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c