[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2015-01-30 Thread Liang, Cunming
> -Original Message- > From: Richardson, Bruce > Sent: Thursday, January 29, 2015 8:38 PM > To: Liang, Cunming > Cc: Thomas Monjalon; dev at dpdk.org > Subject: Re: [dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc > > On Thu, Jan 29, 2015 at

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2015-01-29 Thread Liang, Cunming
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, January 29, 2015 4:28 PM > To: Thomas Monjalon > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc > &

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2015-01-29 Thread Thomas Monjalon
2014-12-01 18:22, Thomas Monjalon: > 2014-12-01 17:18, Bruce Richardson: > > On Mon, Dec 01, 2014 at 06:10:18PM +0100, Thomas Monjalon wrote: > > > These 2 configuration options are incompatible: > > > CONFIG_RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC=n > > > CONFIG_RTE_IXGBE_INC_VECTOR=y > > > Build

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2015-01-29 Thread Bruce Richardson
dpdk.org > > Subject: Re: [dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc > > > > On Thu, Jan 29, 2015 at 11:18:01PM +0100, Thomas Monjalon wrote: > > > 2014-12-01 18:22, Thomas Monjalon: > > > > 2014-12-01 17:18, Bruce Richardson

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2015-01-29 Thread Bruce Richardson
On Thu, Jan 29, 2015 at 11:18:01PM +0100, Thomas Monjalon wrote: > 2014-12-01 18:22, Thomas Monjalon: > > 2014-12-01 17:18, Bruce Richardson: > > > On Mon, Dec 01, 2014 at 06:10:18PM +0100, Thomas Monjalon wrote: > > > > These 2 configuration options are incompatible: > > > > CONFIG_RTE_LIB

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2014-12-01 Thread Thomas Monjalon
These 2 configuration options are incompatible: CONFIG_RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC=n CONFIG_RTE_IXGBE_INC_VECTOR=y Building this config gives this error: lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:69:24: error: ?struct igb_rx_queue? has no member named ?fake_mbuf

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2014-12-01 Thread Bruce Richardson
On Mon, Dec 01, 2014 at 06:10:18PM +0100, Thomas Monjalon wrote: > These 2 configuration options are incompatible: > CONFIG_RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC=n > CONFIG_RTE_IXGBE_INC_VECTOR=y > Building this config gives this error: > lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:69:24

[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc

2014-12-01 Thread Thomas Monjalon
2014-12-01 17:18, Bruce Richardson: > On Mon, Dec 01, 2014 at 06:10:18PM +0100, Thomas Monjalon wrote: > > These 2 configuration options are incompatible: > > CONFIG_RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC=n > > CONFIG_RTE_IXGBE_INC_VECTOR=y > > Building this config gives this error: > > l