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 E1D571B319 for ; Wed, 8 Nov 2017 03:05:27 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7605720D2B; Tue, 7 Nov 2017 21:05:27 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 07 Nov 2017 21:05:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=vgjrtd2HdAEesqxvBwTQFT7RJHRBIFz7OyWcLFoc4aI=; b=AbQ45 4EJloIf/Jqz98zF//yLAktLwt/OrUVtTNFDbV3CoTrtAH1FcfP8vFXK6+16Zb0CF hmUHvLttNJggJI9rveKBYNJxKYKVuDeSQDArb+uqNUmSn0JDvn7j0GtqPZKs2v2/ vh7Dw1t9rd8xFEF1PnnINUCwoi9vmsPnL1CQJg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=vgjrtd2HdAEesqxvBwTQFT7RJHRBI Fz7OyWcLFoc4aI=; b=QIicKJrr46LolvFGQ0rkf66L78kxQWNFCjchvMrEONMn5 1AQONqO3fpCQWUNppUSV8Z9WUyu3MriocQ0Zxb2I+dbzwM7Ao/l2ScLCfPyWrH3y OEJv6Xr5e9fLkvuTwO7KE7mAsjQ8JgFDSrLAf1/jscvaDqhHGZNm6KJevg8CLnr/ V6tZW7wHisBkB8G0T7DNd0xxcrPW49qwsUbBMZMcjYQpb7YpZAqVjjn0p0jHpMgq 9DhBa/zxkE1b5nn3LvSEzjm8ipZNUu8vHz6uDxfJNjPjMvTZeNx9B+v7mr+rT4l2 w1p5s/7WR45eC8GbgxE+JSawlUWjOK4PjIykcVB+w== 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 3D87524784; Tue, 7 Nov 2017 21:05:27 -0500 (EST) From: Thomas Monjalon To: jasvinder.singh@intel.com Cc: dev@dpdk.org Date: Wed, 08 Nov 2017 03:05:26 +0100 Message-ID: <1856448.Y6pQO3fGtL@xps> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-dev] compilation error in softnic PMD 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: Wed, 08 Nov 2017 02:05:28 -0000 Hi, There is an error when compiling on SUSE11SP2: drivers/net/softnic/rte_eth_softnic_tm.c:588:3: error: unknown field =E2=80=98nonleaf=E2=80=99 specified in initializer It is probably the same cause as in this recent ixgbe fix: http://dpdk.org/commit/a8c839a675b