[dpdk-dev] [PATCH] ixgbe: fall back to non-vector rx

2015-05-28 Thread Ananyev, Konstantin
Hi Eric, > -Original Message- > From: Eric Kinzie [mailto:ekinzie at brocade.com] > Sent: Wednesday, May 27, 2015 7:20 PM > To: Ananyev, Konstantin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbe: fall back to non-vector rx > > On Wed May 27 10:2

[dpdk-dev] [PATCH] ixgbe: fall back to non-vector rx

2015-05-27 Thread Ananyev, Konstantin
Hi Eric, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Eric Kinzie > Sent: Tuesday, May 26, 2015 4:52 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fall back to non-vector rx > > The ixgbe driver refuses to receive an

[dpdk-dev] [PATCH] ixgbe: fall back to non-vector rx

2015-05-26 Thread Eric Kinzie
The ixgbe driver refuses to receive any packets when vector receive is enabled and fewer than the minimum number of required mbufs (32) are supplied. This makes it incompatible with the bonding driver which, during receive, may start out with enough buffers but as it collects packets from each of

[dpdk-dev] [PATCH] ixgbe fall back to non-vector rx

2015-05-26 Thread Eric Kinzie
This change addresses an issue found using the bonding driver with ixgbe interfaces that have vector operations enabled (CONFIG_RTE_IXGBE_INC_VECTOR=y). Eric Kinzie (1): ixgbe: fall back to non-vector rx drivers/net/ixgbe/ixgbe_rxtx.c | 10 +- drivers/net/ixgbe/ixgbe_rxtx.h