[dpdk-dev] [PATCH v2] ixgbe: fix ixgbevf RX/TX function assignment

2016-03-10 Thread Bruce Richardson
On Tue, Mar 08, 2016 at 04:49:41PM +0800, Zhe Tao wrote: > 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

[dpdk-dev] [PATCH v2] ixgbe: fix ixgbevf RX/TX function assignment

2016-03-08 Thread Zhe Tao
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 fu