From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A66192B98 for ; Wed, 5 Oct 2016 15:46:40 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id f193so230276779wmg.0 for ; Wed, 05 Oct 2016 06:46:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=pN+OTAf+pmxnbuGIPv1Uny7OlAUIT55SVYfIg0mG+0k=; b=Fa6rxbVt8fAPUn50ft+8KDkNm90CfFqW7WRjgQN94rwIRUO7Me6iwZJRXIsNCWSA9H C6OeHwIdN0/taUV1I4gvZngSLt/XHHX6mYo9yWSj/HTn57FGS8RTCvM1PAWZCywg3Y22 Cmrw0zlOjdVXKkhqtfsJDR3ACt4BKxoWUAyOTQ+F+E6N6EQrHPywzJ7OFuNzU/2kGjbH O8Inqw5WxDwyTJx28iqigx5mfEWmGuUt0+IqY/EgwujdtMPsTc5MRcdzUAIvJAVUCxWd tMsHQcDy7/MU6NllD19pyq5NsYiMFDlBCJ5cNJ6udB2WfePWduRZ9nnyF6guqnNo0u/G +9eA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=pN+OTAf+pmxnbuGIPv1Uny7OlAUIT55SVYfIg0mG+0k=; b=C/c2xK4rkGGMuT8BC3PCKGZ9i2bLTvNbMjqdFOfaYPlW6kTMygFmPttTRiJdFjpK3J 2TMFzC+ZGLTWISdFIMZ0D58vh2uMxj+gS9Zvi4aabj20pm6Mbv0BsLYhRpR8rOJTYzZW RbrfgnZyY+KK889yxdfyk+KeT3dIIkpS1Ln+LeNayAmd4ZvUX6FbRb57mvJfdtpmLkxP 0itvLIoDjVCsDMZMKUrOJoGmEmKpRYfKn/S9FbiIhoAlOJJuQn3elxTqIGzqV61SDT4f j/mBgqArn/P2ZSR+fVHQ3/atKol4mv5AM8mK8BkfSNcYEYDL3BXI2Mv1cXVzfja31ZP7 0Wzw== X-Gm-Message-State: AA6/9RkOWTHE0fSwMyex+NwIX2wzOBkQB1cNy0YWxRd3Pf7qSqScDXPDaxfprhvOScYB3p3m X-Received: by 10.28.39.133 with SMTP id n127mr9909390wmn.6.1475675200427; Wed, 05 Oct 2016 06:46:40 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id p3sm9068483wjr.31.2016.10.05.06.46.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Oct 2016 06:46:39 -0700 (PDT) From: Thomas Monjalon To: Panu Matilainen Cc: dev@dpdk.org, konstantin.ananyev@intel.com Date: Wed, 05 Oct 2016 15:46:37 +0200 Message-ID: <3635491.vlvS8hbbDj@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <932d0051cc30a749f810b70e6465cf77679e3c95.1475669648.git.pmatilai@redhat.com> References: <932d0051cc30a749f810b70e6465cf77679e3c95.1475669648.git.pmatilai@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ip_frag: fix missing dependency on librte_hash 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: Wed, 05 Oct 2016 13:46:40 -0000 2016-10-05 15:14, Panu Matilainen: > Not sure what exactly changed and where, but I've started getting > build failures on Fedora rawhide i386: > lib/librte_ip_frag/ip_frag_internal.c:36:23: fatal error: > rte_jhash.h: No such file or directory > #include > ^ > Looking at librte_ip_frag, it clearly depends on librte_hash so > its probably more a question of something commonly masking the issue. > > Signed-off-by: Panu Matilainen Applied, thanks