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

2016-03-14 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

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

2016-03-10 Thread Bruce Richardson
On Thu, Mar 10, 2016 at 03:29:13PM +, Zhang, Helin wrote: > > > > -Original Message- > > From: Richardson, Bruce > > Sent: Thursday, March 10, 2016 11:26 PM > > To: dev at dpdk.org; Tao, Zhe > > Cc: Zhang, Helin ; Richardson, Bruce > > > > Subject: [PATCH v3] ixgbe: fix ixgbevf RX/T

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

2016-03-10 Thread Zhang, Helin
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, March 10, 2016 11:26 PM > To: dev at dpdk.org; Tao, Zhe > Cc: Zhang, Helin ; Richardson, Bruce > > Subject: [PATCH v3] ixgbe: fix ixgbevf RX/TX function assignment > > From: Zhe Tao Acked-by: Helin Zhang

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

2016-03-10 Thread Bruce Richardson
From: 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. Use the ixgbe_set_tx_function and ixgbe_set_rx_function to select