From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 05518325A for ; Mon, 3 Jul 2017 15:12:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9934D20ADE; Mon, 3 Jul 2017 09:12:28 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 03 Jul 2017 09:12:28 -0400 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:x-sasl-enc; s=mesmtp; bh=Y4LKOSkBAfjPdbR tjiQf1XoWez3qW04SX6NxWhAJ4es=; b=nQGEhrVQkeEgpkw/1XJ4zfH8V8bFEav ZS7MtIQ2X/NTk7hkS0p1b1iEDPdZ2zEvYXhIVc091xUWkbZbJSYUVuip99Z7r+nE X3r4Fps7MoAYr8uPIW9VvxqnyiDzxfSLkIELeJq60FMzfIfJHEQ2vXCizAtdNTzp Isxw++f9QaJc= 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:x-sasl-enc; s= fm1; bh=Y4LKOSkBAfjPdbRtjiQf1XoWez3qW04SX6NxWhAJ4es=; b=sb3HH8dL kI5oIShAlDQCAy7/9MLwD+oO3i33Cs9IH60C3V2n/xHJLKkBI0oes3k9ASzJf1u2 VmPk4roIAr3oPTQQTMT5kyWlmveDOFDjXqcVh0IOy6bEm4w8gmaeP/rMecKW+N3Q Ri2NkIp5wpWJj5UeJ1ffMTrZmJZBjB8KtYUE6Ib8a8unWWByjPQaY38+RtkthP+o x8x2jQjDAMZ3NSknxWR5YtPVbkQXlT7eYFZVzT5PRIxYimzn3PadTUlvGYIsnJP/ Himh1Xf/dfmtbM0VraX+L6zz+oscxjJa+gMngSkhcLEYG5Zy7lunM399DNI4sShy 0Ztp6Vzx/PQS5A== X-ME-Sender: X-Sasl-enc: TK1/EobTkd5psWhCDCIXVtFJkjiNirEL1z2afnH+G/uU 1499087548 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4AE967E766; Mon, 3 Jul 2017 09:12:28 -0400 (EDT) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org Date: Mon, 03 Jul 2017 15:12:27 +0200 Message-ID: <1655773.vz3BU9dcsI@xps> In-Reply-To: References: <1934671.bIxIeNFqfG@xps> <5326978.mNeq9lsn8F@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] libnuma dependency 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: Mon, 03 Jul 2017 13:12:29 -0000 03/07/2017 15:09, Mcnamara, John: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > 03/07/2017 13:45, Thomas Monjalon: > > > Hi, > > > > > > As some have already noticed, there is a new dependency for DPDK on > > > systems supporting NUMA. > > > The idea is to stop re-inventing the wheel and start using specialized > > > libraries which are well known. > > > > > > Please install libnuma or libnuma-dev or whatever it is called in your > > > system. > > > > It makes me think that it is not documented yet. > > Someone to update DPDK requirements, please? Thank you > I'll submit a patch. This isn't required for FreeBSD, right? No it is not.