From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 8464E806E for ; Mon, 1 Dec 2014 18:10:46 +0100 (CET) Received: by mail-wg0-f51.google.com with SMTP id k14so14595582wgh.38 for ; Mon, 01 Dec 2014 09:10:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=N9Udwp56zREXsmjngG6ygkrLxBz7oZt+cA87zf6OksY=; b=afJ9mJ+uN3i2T4tkPSVba0TVIOWX5gkaRC3qodOgXWBFE5dHdNCTsp53TDiRbg7rta RzaB9lXzEGlCOvd183HA+qRjAxOruFeDfjgIcZ6NlfjbBF2RBphO6rQF3hWpgUYxs5hD znfw4YxMXPOhiJ8ZXu1tACmpU3/3r3hxJUjiQsFH/d9CCc/FsH3a9pyi2/VqvedX5rm3 H4fTacFBScI4Z03QE7yqOVphePmizzvD6LD7tthf+MdSL4iPymyPiNXFrmESyBE+pwzo Jrf5Gn7ZbzAk0N31BiGWLUvBbCXJlG19vFTSAEH0H/tzMm3r64fe2u4E0W5cKVZtm7S1 +ttQ== X-Gm-Message-State: ALoCoQm2VjzM5BDoNmanWh2W67+sfkj69ormBdroG/Wz7HFkh3EEppcYWAhYOfv60Xu1ioiVr+ux X-Received: by 10.181.12.17 with SMTP id em17mr86511871wid.45.1417453846231; Mon, 01 Dec 2014 09:10:46 -0800 (PST) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id c10sm8269581wjy.4.2014.12.01.09.10.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 01 Dec 2014 09:10:45 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Mon, 01 Dec 2014 18:10:18 +0100 Message-ID: <5418900.qsIIdEyxOF@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.4-1-ARCH; KDE/4.14.3; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: [dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2014 17:10:46 -0000 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