From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id B42DC8082 for ; Mon, 24 Nov 2014 16:43:01 +0100 (CET) Received: by mail-wg0-f53.google.com with SMTP id l18so12748636wgh.12 for ; Mon, 24 Nov 2014 07:53:50 -0800 (PST) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=lBptrMnW6HtbTBq2f6wTYf5/TYfzVRN7qhoIO1dK+nE=; b=kfW47yDX7gCPaPEwxGpbmUEfuFbcKjSLEoMqvumpEAAXabWfBHfs+TLAJfqQG0AOck yjK9LsAIFDkxcfBn9LAQfBVK/vkF9n3/kDjLEGQF/j9V/wukU4qIVUU3f2SmRIZ6g/9j UcoxwtHGuZKNb0uk3T72rxfbxbztvLdfitHvM0ntQyaydpcjKIDvgLq3/2gSihNsyxHN h7e6BqoMddwAWKiZVnVIDXYc0QpjAaNDbg6r0VlK0P72ydfTa3ZWKRSGcGcZTqOEJqU1 XSq5Yx6U285vKUE5NaF1Vu+FFKkBh2+Jl/gKRgZUhmDOTXy60tbF+ggkOf90Pp6hhmgY Ktyg== X-Gm-Message-State: ALoCoQkBLYWLdCEImeAwiu8487Kq+Ff1ecxpfEBPXZvm7ULCxjftPVXQv3t1Tk5nJ/uBo1kJCcrk X-Received: by 10.194.177.225 with SMTP id ct1mr909373wjc.75.1416844430128; Mon, 24 Nov 2014 07:53:50 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fk16sm12570704wic.16.2014.11.24.07.53.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 24 Nov 2014 07:53:49 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara Date: Mon, 24 Nov 2014 16:53:24 +0100 Message-ID: <5862465.zEZlDNHNSJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1416083649-6085-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1416083649-6085-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: Removed file-prefix option in eal_flags and multiprocess unit tests for FreeBSD 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: Mon, 24 Nov 2014 15:43:02 -0000 > eal_flags and multiprocess unit tests use --file-prefix option > which is not supported in FreeBSD, so it has been removed > if compiled for this OS > > Signed-off-by: Pablo de Lara Applied Thanks -- Thomas