From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DAA12A0563; Wed, 15 Apr 2020 15:49:32 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B79751D731; Wed, 15 Apr 2020 15:49:32 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 6D6B51D72D for ; Wed, 15 Apr 2020 15:49:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586958570; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HS6ho8KHFq4YSaDSMc0jwmyIh1Zw/Yn9nkNR7Jl0cZU=; b=jWy5YDxHSbsNGX5INbEw17ilxS+dbPailozv0QpRsM5TywH7ZQhm24kTobxgAUnqg6PcVC OoQNvsuBhMOfq0oGNmL3/SEa1X/g+euvARqyDYfN/pWi+ln4Db4KfSN1WMQh24y3e3s0mb NYPJUKE9cl1aNoxo8sno+E7p6iKj96M= Received: from mail-il1-f198.google.com (mail-il1-f198.google.com [209.85.166.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-302-YXV60NlPMe-Js0DBCp1GLg-1; Wed, 15 Apr 2020 09:49:29 -0400 X-MC-Unique: YXV60NlPMe-Js0DBCp1GLg-1 Received: by mail-il1-f198.google.com with SMTP id m2so4236285ilb.21 for ; Wed, 15 Apr 2020 06:49:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VH8bSsObFsDJRbqvqlvd/C1xcQRJNalNVA4B87FvkNo=; b=g/+tBN5LXM6Xcr4fzxGLJwhfhGQ6q+aa0RE3CrpAfLE/B2cJUQpHizsAZcRhUTMbZq BOFN29Q/pSYol0ni42mPqPSPGBFpYOWFTT+L3iuM81I6jg8GT9WN7k/IHCWk4VNawBVO Vyn/gMYG88NI9yYnwz/NhTkK2smO2JmAU5bAWeKTzygWpxcLcQzSUVfBbiVaa9uxUkmX N2ooIv/SGMkaY3T0xfuHDj7h7czXhtWWYcGJMWFqKVSa+3nhsSqJA6Wbss5LPJif3SUk IiOYbMSUu1ymE6KB66akYT6wYfqu07ElFb57YrF3ZzjQa1RQOO87bqwHLXp8YzdL8WdW Y+hQ== X-Gm-Message-State: AGi0PuafLOEBInHEhzaS6aJR0piTc4dUz4r3ocsjMu2pKZUvTTk8Rw6V WFK30Njmc4G3idwcy5wWN+kdB6hh9bApVcsQwtYCjlPkmYg9Zq4iFZXNHtmLsAuQTP4pR6l+sGU HZkDc1NQoGz0yFvbCi+Y= X-Received: by 2002:a92:d912:: with SMTP id s18mr557020iln.30.1586958568643; Wed, 15 Apr 2020 06:49:28 -0700 (PDT) X-Google-Smtp-Source: APiQypKGkmauhc9jT3ELFGwgKEy3JZaAaFeGtgB+cu7rc9z8HZma6o6Cqg+ju8q0Z61tn+mhQHC+34Z/tm7aHuvqkGU= X-Received: by 2002:a92:d912:: with SMTP id s18mr556993iln.30.1586958568378; Wed, 15 Apr 2020 06:49:28 -0700 (PDT) MIME-Version: 1.0 References: <20200409180332.592074-1-thomas@monjalon.net> <20200415131954.2006010-1-thomas@monjalon.net> <5047802.fW5hKsROvD@thomas> In-Reply-To: <5047802.fW5hKsROvD@thomas> From: David Marchand Date: Wed, 15 Apr 2020 15:49:17 +0200 Message-ID: To: Thomas Monjalon Cc: dev , Bruce Richardson , Lukasz Wojciechowski , Aaron Conole , Ruifeng Wang , Gavin Hu X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v4] test: remove meson dependency on /proc file 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Apr 15, 2020 at 3:40 PM Thomas Monjalon wrote= : > > This change will force no-huge mode on FreeBSD while before we were > > running with hugepages. > > Indeed > > I propose to squash this change to maintain the old behaviour: > > +elif [ "$(uname)" =3D "FreeBSD" ] ; then > + echo 1 # assume FreeBSD always has hugepages > Ok for me. --=20 David Marchand