From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
To: Bruce Richardson <bruce.richardson@intel.com>, john.mcnamara@intel.com
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 5/8] doc: update examples output in FreeBSD GSG
Date: Wed, 27 Nov 2019 12:11:41 +0000 [thread overview]
Message-ID: <c16e3e8d-bb13-7419-f635-8e1cef43ca3d@intel.com> (raw)
In-Reply-To: <20191125145559.29251-6-bruce.richardson@intel.com>
On 25-Nov-19 2:55 PM, Bruce Richardson wrote:
> The output of running the helloworld example on FreeBSD was a little
> out-of-date and can be shortened by using the latest version of DPDK.
> Update appropriately.
>
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
> doc/guides/freebsd_gsg/install_from_ports.rst | 56 ++++++++-----------
> 1 file changed, 22 insertions(+), 34 deletions(-)
>
> diff --git a/doc/guides/freebsd_gsg/install_from_ports.rst b/doc/guides/freebsd_gsg/install_from_ports.rst
> index 4b0447584..29f16cc6c 100644
> --- a/doc/guides/freebsd_gsg/install_from_ports.rst
> +++ b/doc/guides/freebsd_gsg/install_from_ports.rst
> @@ -84,48 +84,36 @@ compiled and run as below:
> INSTALL-APP helloworld
> INSTALL-MAP helloworld.map
>
> - sudo ./build/helloworld -l 0-3 -n 2
> -
> - EAL: Contigmem driver has 2 buffers, each of size 1GB
> + sudo ./build//helloworld -l 0-3
> EAL: Sysctl reports 8 cpus
> - EAL: Detected lcore 0
> - EAL: Detected lcore 1
> - EAL: Detected lcore 2
> - EAL: Detected lcore 3
> - EAL: Support maximum 64 logical core(s) by configuration.
> - EAL: Detected 4 lcore(s)
> - EAL: Setting up physically contiguous memory...
> - EAL: Mapped memory segment 1 @ 0x802400000: len 1073741824
> - EAL: Mapped memory segment 2 @ 0x842400000: len 1073741824
> - EAL: WARNING: clock_gettime cannot use CLOCK_MONOTONIC_RAW and HPET
> - is not available - clock timings may be less accurate.
> - EAL: TSC frequency is ~3569023 KHz
> - EAL: PCI scan found 24 devices
> - EAL: Master core 0 is ready (tid=0x802006400)
> - EAL: Core 1 is ready (tid=0x802006800)
> - EAL: Core 3 is ready (tid=0x802007000)
> - EAL: Core 2 is ready (tid=0x802006c00)
> + EAL: Detected 8 lcore(s)
> + EAL: Detected 1 NUMA nodes
> + EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
> + EAL: Selected IOVA mode 'PA'
> + EAL: Contigmem driver has 2 buffers, each of size 1GB
> + EAL: Mapped memory segment 0 @ 0x1040000000: physaddr:0x180000000, len 1073741824
> + EAL: Mapped memory segment 1 @ 0x1080000000: physaddr:0x1c0000000, len 1073741824
> + EAL: PCI device 0000:00:19.0 on NUMA socket 0
> + EAL: probe driver: 8086:153b net_e1000_em
> + EAL: 0000:00:19.0 not managed by UIO driver, skipping
> EAL: PCI device 0000:01:00.0 on NUMA socket 0
> - EAL: probe driver: 8086:10fb rte_ixgbe_pmd
> - EAL: PCI memory mapped at 0x80074a000
> - EAL: PCI memory mapped at 0x8007ca000
> + EAL: probe driver: 8086:1572 net_i40e
> + EAL: 0000:01:00.0 not managed by UIO driver, skipping
> EAL: PCI device 0000:01:00.1 on NUMA socket 0
> - EAL: probe driver: 8086:10fb rte_ixgbe_pmd
> - EAL: PCI memory mapped at 0x8007ce000
> - EAL: PCI memory mapped at 0x80084e000
> - EAL: PCI device 0000:02:00.0 on NUMA socket 0
> - EAL: probe driver: 8086:10fb rte_ixgbe_pmd
> - EAL: PCI memory mapped at 0x800852000
> - EAL: PCI memory mapped at 0x8008d2000
> - EAL: PCI device 0000:02:00.1 on NUMA socket 0
> - EAL: probe driver: 8086:10fb rte_ixgbe_pmd
> - EAL: PCI memory mapped at 0x801b3f000
> - EAL: PCI memory mapped at 0x8008d6000
> + EAL: probe driver: 8086:1572 net_i40e
> + EAL: 0000:01:00.1 not managed by UIO driver, skipping
> + EAL: PCI device 0000:01:00.2 on NUMA socket 0
> + EAL: probe driver: 8086:1572 net_i40e
> + EAL: 0000:01:00.2 not managed by UIO driver, skipping
> + EAL: PCI device 0000:01:00.3 on NUMA socket 0
> + EAL: probe driver: 8086:1572 net_i40e
> + EAL: 0000:01:00.3 not managed by UIO driver, skipping
> hello from core 1
> hello from core 2
> hello from core 3
> hello from core 0
>
> +
> .. note::
Accidental whitespace?
>
> To run a DPDK process as a non-root user, adjust the permissions on
>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
--
Thanks,
Anatoly
next prev parent reply other threads:[~2019-11-27 12:11 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-22 16:03 [dpdk-dev] [PATCH 0/8] GSG Documentation updates Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 1/8] doc: update Linux GSG system requirements section Bruce Richardson
2019-11-28 11:51 ` Thomas Monjalon
2019-11-28 14:11 ` Bruce Richardson
2019-11-28 14:22 ` Thomas Monjalon
2019-11-28 14:30 ` Bruce Richardson
2019-11-28 14:34 ` Thomas Monjalon
2019-11-28 14:59 ` Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 2/8] doc: add building with meson to linux GSG Bruce Richardson
2019-11-25 13:19 ` Burakov, Anatoly
2019-11-25 13:27 ` Bruce Richardson
2019-11-25 13:54 ` Burakov, Anatoly
2019-11-25 14:40 ` Richardson, Bruce
2019-11-25 13:22 ` Burakov, Anatoly
2019-11-25 14:38 ` Richardson, Bruce
2019-11-22 16:03 ` [dpdk-dev] [PATCH 3/8] doc: reorder meson and make build instructions for arm Bruce Richardson
2019-11-24 11:25 ` Gavin Hu (Arm Technology China)
2019-11-22 16:03 ` [dpdk-dev] [PATCH 4/8] doc: remove reference to old versions of FreeBSD Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 5/8] doc: update examples output in FreeBSD GSG Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 6/8] doc: add meson install instructions for FreeBSD Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 7/8] doc: update documentation on build and running FreeBSD apps Bruce Richardson
2019-11-22 16:03 ` [dpdk-dev] [PATCH 8/8] doc: drop EAL command-line reference from FreeBSD GSG Bruce Richardson
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 0/8] GSG Documentation updates Bruce Richardson
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 1/8] doc: update Linux GSG system requirements section Bruce Richardson
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 2/8] doc: add building with meson to linux GSG Bruce Richardson
2019-11-25 15:11 ` Burakov, Anatoly
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 3/8] doc: reorder meson and make build instructions for arm Bruce Richardson
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 4/8] doc: remove reference to old versions of FreeBSD Bruce Richardson
2019-11-27 12:10 ` Burakov, Anatoly
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 5/8] doc: update examples output in FreeBSD GSG Bruce Richardson
2019-11-27 12:11 ` Burakov, Anatoly [this message]
2019-11-27 12:23 ` Bruce Richardson
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 6/8] doc: add meson install instructions for FreeBSD Bruce Richardson
2019-11-27 12:23 ` Burakov, Anatoly
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 7/8] doc: update documentation on build and running FreeBSD apps Bruce Richardson
2019-11-27 12:29 ` Burakov, Anatoly
2019-11-25 14:55 ` [dpdk-dev] [PATCH v2 8/8] doc: drop EAL command-line reference from FreeBSD GSG Bruce Richardson
2019-11-27 12:31 ` Burakov, Anatoly
2019-11-27 13:46 ` Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 0/5] GSG Documentation updates Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 1/5] doc: update Linux GSG system requirements section Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 2/5] doc: add building with meson to linux GSG Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 3/5] doc: reorder meson and make build instructions for arm Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 4/5] doc: remove reference to old versions of FreeBSD Bruce Richardson
2019-11-28 16:33 ` [dpdk-dev] [PATCH v3 5/5] doc: update examples output in FreeBSD GSG Bruce Richardson
2019-11-28 18:56 ` [dpdk-dev] [PATCH v3 0/5] GSG Documentation updates Thomas Monjalon
2020-01-03 15:37 ` Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c16e3e8d-bb13-7419-f635-8e1cef43ca3d@intel.com \
--to=anatoly.burakov@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=john.mcnamara@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).