net/ixgbe: start Rx/Tx after all config done
authorWang Wei <lnykww@gmail.com>
Tue, 6 Sep 2016 12:05:17 +0000 (20:05 +0800)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
commita75e10c9f7518cd8be22b18f4099ae1999fd2133
tree4d45017938a99433a66721f93ec675d56ee76190
parent4d61120d5ce750ec5a3b3625cb45ad7c3a915d9e
net/ixgbe: start Rx/Tx after all config done

Starting rxtx before flow director config will cause driver not to
receive packets from NIC.

Signed-off-by: Wang Wei <lnykww@gmail.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c