[dpdk-dev] [PATCH] ixgbevf: fix incorrect RX function selection

2015-06-22 Thread Thomas Monjalon
> > The logic to select ixgbe VF RX function is different than PF side. > > > > There are a few issues with its current state: > > - it does not allow to select ixgbe_recv_pkts_vec among other options. > > - it can cause memory corruption for scatter mode as it does not allocate > >enough en

[dpdk-dev] [PATCH] ixgbevf: fix incorrect RX function selection

2015-06-12 Thread Sergio Gonzalez Monroy
The logic to select ixgbe VF RX function is different than PF side. There are a few issues with its current state: - it does not allow to select ixgbe_recv_pkts_vec among other options. - it can cause memory corruption for scatter mode as it does not allocate enough entries in sw_ring. - whe

[dpdk-dev] [PATCH] ixgbevf: fix incorrect RX function selection

2015-06-12 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez Monroy > Sent: Friday, June 12, 2015 4:18 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbevf: fix incorrect RX function selection > > The logic to select ix