From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0F2C67CBD for ; Fri, 27 Apr 2018 11:20:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Apr 2018 02:20:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,334,1520924400"; d="scan'208";a="51272526" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.252.25.158]) ([10.252.25.158]) by orsmga001.jf.intel.com with ESMTP; 27 Apr 2018 02:20:40 -0700 To: Reshma Pattan , john.mcnamara@intel.com, dev@dpdk.org References: <1524757687-18218-1-git-send-email-reshma.pattan@intel.com> From: "Burakov, Anatoly" Message-ID: <4c140223-6ef8-1522-0182-51f150cc11de@intel.com> Date: Fri, 27 Apr 2018 10:20:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1524757687-18218-1-git-send-email-reshma.pattan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: update eal option usage for FreeBSD 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, 27 Apr 2018 09:20:43 -0000 On 26-Apr-18 4:48 PM, Reshma Pattan wrote: > EAL option -m is supported in FreeBSD, > so move it under supported heading from non > supported heading. > > Signed-off-by: Reshma Pattan > --- > doc/guides/freebsd_gsg/build_sample_apps.rst | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/freebsd_gsg/build_sample_apps.rst b/doc/guides/freebsd_gsg/build_sample_apps.rst > index 90f050232..ac92260f1 100644 > --- a/doc/guides/freebsd_gsg/build_sample_apps.rst > +++ b/doc/guides/freebsd_gsg/build_sample_apps.rst > @@ -128,6 +128,10 @@ The EAL options for FreeBSD are as follows: > * ``--proc-type``: > The type of process instance. > > +* ``-m MB``: > + Memory to allocate from hugepages, regardless of processor socket. > + It is recommended that ``--socket-mem`` be used instead of this option. > + --socket-mem is not supported on FreeBSD (because no NUMA support), so the comment about recommending it is wrong. -- Thanks, Anatoly