From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [BUG] ixgbe vector cannot compile without bulk alloc Date: Mon, 01 Dec 2014 18:10:18 +0100 Message-ID: <5418900.qsIIdEyxOF@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" These 2 configuration options are incompatible: =09CONFIG_RTE_LIBRTE_IXGBE_RX_ALLOW_BULK_ALLOC=3Dn =09CONFIG_RTE_IXGBE_INC_VECTOR=3Dy Building this config gives this error: =09lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c:69:24: =09error: =E2=80=98struct igb_rx_queue=E2=80=99 has no member named =E2= =80=98fake_mbuf=E2=80=99 I'd like a confirmation that it will be always incompatible. Thanks --=20 Thomas