From: "Burakov, Anatoly" <anatoly.burakov@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>,
David Marchand <david.marchand@redhat.com>
Cc: dev <dev@dpdk.org>, Bruce Richardson <bruce.richardson@intel.com>,
dpdk stable <stable@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v4 1/2] eal: make base address hint OS-specific
Date: Thu, 24 Oct 2019 13:32:33 +0100 [thread overview]
Message-ID: <1303a98f-60e0-9b23-7518-93fc1fc7f1ab@intel.com> (raw)
In-Reply-To: <20191002074240.50c1ec7f@hermes.lan>
On 02-Oct-19 3:42 PM, Stephen Hemminger wrote:
> On Wed, 2 Oct 2019 13:41:30 +0200
> David Marchand <david.marchand@redhat.com> wrote:
>
>>> +uint64_t eal_get_baseaddr(void)
>>> +{
>>> + /*
>>> + * Linux kernel uses a really high address as starting address for
>>> + * serving mmaps calls. If there exists addressing limitations and IOVA
>>> + * mode is VA, this starting address is likely too high for those
>>> + * devices. However, it is possible to use a lower address in the
>>> + * process virtual address space as with 64 bits there is a lot of
>>> + * available space.
>>> + *
>>> + * Current known limitations are 39 or 40 bits. Setting the starting
>>> + * address at 4GB implies there are 508GB or 1020GB for mapping the
>>> + * available hugepages. This is likely enough for most systems, although
>>> + * a device with addressing limitations should call
>>> + * rte_mem_check_dma_mask for ensuring all memory is within supported
>>> + * range.
>>> + */
>>> + return 0x100000000;
>
> Is this going to work right on 32 bit builds where sizeof(uint) == 4
> then constants default to 32. Does it need ul or ull suffix (or a cast)?
>
Adding ULL in v2, thanks.
--
Thanks,
Anatoly
next prev parent reply other threads:[~2019-10-24 12:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-29 12:42 [dpdk-dev] [PATCH " Anatoly Burakov
2019-07-29 11:10 ` Anatoly Burakov
2019-07-29 11:18 ` Anatoly Burakov
2019-07-29 12:42 ` [dpdk-dev] [PATCH 2/2] eal: use base address hint to reserve space for mem config Anatoly Burakov
2019-07-29 11:10 ` Anatoly Burakov
2019-07-29 11:18 ` Anatoly Burakov
2019-07-29 13:13 ` Burakov, Anatoly
2019-07-30 15:37 ` [dpdk-dev] [PATCH v2 1/2] eal: make base address hint OS-specific Anatoly Burakov
2019-07-30 15:51 ` [dpdk-dev] [PATCH v3 " Anatoly Burakov
2019-07-31 12:47 ` [dpdk-dev] [PATCH v4 " Anatoly Burakov
2019-10-02 11:41 ` David Marchand
2019-10-02 14:42 ` Stephen Hemminger
2019-10-24 12:32 ` Burakov, Anatoly [this message]
2019-10-24 12:32 ` Burakov, Anatoly
2019-10-24 12:36 ` [dpdk-dev] [PATCH v5 " Anatoly Burakov
2019-10-26 16:02 ` [dpdk-dev] [dpdk-stable] " David Marchand
2019-10-24 12:36 ` [dpdk-dev] [PATCH v5 2/2] eal: use base address hint to reserve space for mem config Anatoly Burakov
2019-10-26 16:02 ` [dpdk-dev] [dpdk-stable] " David Marchand
2019-07-31 12:47 ` [dpdk-dev] [PATCH v4 " Anatoly Burakov
2019-07-30 15:51 ` [dpdk-dev] [PATCH v3 " Anatoly Burakov
2019-07-30 15:37 ` [dpdk-dev] [PATCH v2 " Anatoly Burakov
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=1303a98f-60e0-9b23-7518-93fc1fc7f1ab@intel.com \
--to=anatoly.burakov@intel.com \
--cc=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=stable@dpdk.org \
--cc=stephen@networkplumber.org \
/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).