From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 542BF1B267 for ; Sun, 5 Nov 2017 22:15:56 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9C9CC20A80; Sun, 5 Nov 2017 16:15:55 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 05 Nov 2017 16:15:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=YyF2ILOQdo/MzRor3Kvl8Ac6jH q4R1NClt8W7G8zY1M=; b=AwcCHoZoYdqVKpWMed08fK5n6QB1bce5kICVhWjDB8 FamEuRtpfUUJV4v2EdKDOtDW0SLD919qLEZNb6KM4Pq/EIo3dp+o8SbFAne8YG7i oU1QGsOihO8j5XkA1KvaCwb3hESk6TKql43CyHKVNg28CSgI+L3D+HOcPjJWm4L5 E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=YyF2IL OQdo/MzRor3Kvl8Ac6jHq4R1NClt8W7G8zY1M=; b=SPR2Fg7DCwCD9ipEJKXHK7 Jn/rJ21isCTZJH0OQIcK/y3sezI/JZzsj6n0pbbMUsTjBDn9q+7RBFrsCtjjl7WW DIwY6QwxTaFSsDJfSC9AvdrwfFWOvfpyb6U+weS6KUJUxIhNBbbeWz1k5y4AA/1f lf3aR6GHYm3Rz0+XZ0wmKiiZ6uL5hkUpArFF5geDo5SCotnK6Y4XlGRBta6Aa4+t 1ckS+/dGvtIGcSs7bP/RWf1UTArfxSBJiOjR/8DQmrU+iSL6U2NNSITGlrLi/q/f 1THN+s0TqtTdrPfghy3q7Hld3WqDaUPRYxcRwZ6JvpKp5jKGXEaiMtjuE9xmTGsA == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5910E24BCA; Sun, 5 Nov 2017 16:15:55 -0500 (EST) From: Thomas Monjalon To: radu.nicolau@intel.com, konstantin.ananyev@intel.com, bruce.richardson@intel.com, ferruh.yigit@intel.com, wenzhuo.lu@intel.com Cc: michael.j.glynn@intel.com, dev@dpdk.org Date: Sun, 05 Nov 2017 22:15:54 +0100 Message-ID: <1703648.CeQUIMCXzx@xps> In-Reply-To: <5d8929$51o63t@orsmga005.jf.intel.com> References: <5d8929$51o63t@orsmga005.jf.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-dev] build error in ixgbe_crypto_capabilities_get on SLES X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2017 21:15:56 -0000 Hi, I think we have a compilation error in ixgbe IPsec for more than one week. Someone to fix it please? 05/11/2017 21:11, sys_stv@intel.com: > Failure #1 > SUSE11SP2_64 / Linux 3.0.13-0 / GCC 4.5.1 > Config: x86_64-native-linuxapp-gcc > CONFIG_RTE_LIBRTE_PMD_PCAP=3Dy, > CONFIG_RTE_NIC_BYPASS=3Dy, > CONFIG_RTE_BUILD_SHARED_LIB=3Dy, > CONFIG_RTE_LIBRTE_VHOST=3Dy, > CONFIG_RTE_LIBRTE_PMD_QAT=3Dy, > CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=3Dy, > CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=3Dy >=20 > SYMLINK-FILE include/rte_pmd_ixgbe.h PMDINFO ixgbe_ethdev.o.pmd.c LD ix= gbe_ethdev.oDPDK/drivers/net/ixgbe/ixgbe_ipsec.c: In function =E2=80=98ixgb= e_crypto_capabilities_get=E2=80=99: > DPDK/drivers/net/ixgbe/ixgbe_ipsec.c:579:4: error: unknown field =E2=80= =98ipsec=E2=80=99 specified in initializer > compilation terminated due to -Wfatal-errors. >=20 > Failure #2 > SUSE11SP2_64 / Linux 3.0.13-0 / ICC 16.0.2 > Config: x86_64-native-linuxapp-icc > CONFIG_RTE_LIBRTE_PMD_PCAP=3Dy, > CONFIG_RTE_NIC_BYPASS=3Dy, > CONFIG_RTE_BUILD_SHARED_LIB=3Dy, > CONFIG_RTE_LIBRTE_VHOST=3Dy, > CONFIG_RTE_LIBRTE_PMD_QAT=3Dy, > CONFIG_RTE_LIBRTE_PMD_AESNI_GCM=3Dy, > CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=3Dy >=20 > SYMLINK-FILE include/rte_pmd_ixgbe.h PMDINFO ixgbe_ethdev.o.pmd.c LD ix= gbe_ethdev.oDPDK/drivers/net/ixgbe/ixgbe_ipsec.c: In function =E2=80=98ixgb= e_crypto_capabilities_get=E2=80=99: > DPDK/drivers/net/ixgbe/ixgbe_ipsec.c:579:4: error: unknown field =E2=80= =98ipsec=E2=80=99 specified in initializer > compilation terminated due to -Wfatal-errors.