2016-09-07 9:33 GMT+08:00 Wu, Jingjing <jingjing.wu at intel.com>: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of wang wei >> Sent: Tuesday, September 6, 2016 8:05 PM >> To: thomas.monjalon at 6wind.com >> Cc: dev at dpdk.org >> Subject: [dpdk-dev] [RFC] net/ixgbe: start rxtx after all nic config done. >> >> if start rxtx before flow director config, will cause driver can't receive >> packets >> from nic. >> > Good pointer. How about move all flow director and VMDQ configure to > ixgbe_dev_configure? > > Thanks > Jingjing
Initialization of flow director and VMDQ needs to be after calling ixgbe_pf_reset_hw, otherwise the configuration will be lost.