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 3042A2BA2 for ; Fri, 21 Apr 2017 16:12:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9F04F20A02; Fri, 21 Apr 2017 10:12:58 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 21 Apr 2017 10:12:58 -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=W5UnNCrUwiIcv/f OkcJf9fmdj0UNkzKryHTSEFrRrik=; b=Cfi1E8mM10GuPAgDU6+4N8gEOBaSC9r rDx5HjfL5/bg4r9PaXReKdQygOLVIshkLPFWnkEZYvHmF4+1J1c0el6F3tBhuYbX ul7vd5nOSEdBRhHa+BQ4jhwTw8EDnopuNeNb7/ZqSoqmqQUC/tmeKCzCfzFqoz/H C5aSr3B39Esc= 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=W5UnNCrUwiIcv/fOkcJf9fmdj0UNkzKryHTSEFrRrik=; b=AHlG1eFM dmK2Cqww4ruBv8OCpByIrswOzMfXIuClRIRxJQDBZY1fhP8GVoqhMues7ZlIt3xy pNmoMVQjRfMC4ZWH9JHwKXbwxqFVL/yxAOsfQ76ahr7ixm6TUTyUT9+ywIFv+Dw7 xxi/vVhdID+ZcZc289Jw6uUVZjw0d/gKH5nFFmv/IqPp1wj23Do1AICZyZBeZNoj KNRhDntGWYBDR/qS2TsHkOcNjvrFqYezcoaArDFQZZva38pfxIyf65tiWkkU4S2x ImvvzM2zPKq/U0aMdMsE7inBGx8n2SlPLdQOT6KIaN11+rQZw/w84qEr5N2e9BNZ AiaxqmWSLb3Wlw== X-ME-Sender: X-Sasl-enc: Ho53q6ruH00h5AF55lH4+5tu4DyKs0YU0MZyGIuswJDE 1492783978 Received: from xps.localnet (140.17.90.92.rev.sfr.net [92.90.17.140]) by mail.messagingengine.com (Postfix) with ESMTPA id 44EB724216; Fri, 21 Apr 2017 10:12:58 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Fri, 21 Apr 2017 16:12:55 +0200 Message-ID: <2956624.lMtmS5PMlv@xps> In-Reply-To: <20170421135024.25323-1-bruce.richardson@intel.com> References: <20170420163250.1373-1-bruce.richardson@intel.com> <20170421135024.25323-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/4] Fixes for BSD compilation 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: Fri, 21 Apr 2017 14:12:59 -0000 21/04/2017 15:50, Bruce Richardson: > Fixes a number of issues with compiling on BSD, and a general fix to > clean up the compilation of the performance-thread app. > > V2 changes: > * adjust fix for perf thread compilation to use rte_lcore.h > instead of extra #ifdefs. > * added in two extra patches, enabling examples_clean to run > on BSD, and removing the "common" build dir in perf thread example. > > > Bruce Richardson (4): > net/ark: fix FreeBSD compilation > examples: fix examples_clean build target on FreeBSD > examples/performance-thread: fix FreeBSD compilation > examples/performance-thread: use a single build output dir Applied, thanks