> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhe Tao > Sent: Sunday, February 28, 2016 11:08 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix ixgbevf RX/TX function assignment > > For the secondary process of DPDK to initialize ixgbevf, it will always > use the simple RX function or LRO RX function, and this behavior is not > the same RX/TX function selection logic as it is for the primary process, > so use the ixgbe_set_tx_function and ixgbe_set_rx_function to select the > RX/TX function when secondary process call the init function for eth dev.
Fixes line is missing here.