DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Avijit Pandey <Avijit@voereir.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: Error in rte_eal_init() when multiple PODs over single node of K8 cluster
Date: Tue, 2 Apr 2024 10:13:37 +0100	[thread overview]
Message-ID: <ZgvMQZyTkwvQ1E0m@bricha3-mobl1.ger.corp.intel.com> (raw)
In-Reply-To: <AS8PR02MB6837EE4700D358A73F3FD81ECC3F2@AS8PR02MB6837.eurprd02.prod.outlook.com>

On Mon, Apr 01, 2024 at 07:38:10AM +0000, Avijit  Pandey wrote:
>    Hello Bruce,
> 
> 
>    Thank you for your mail!
> 
> 
>    I have attached the complete log that we observed.
> 
> 
>    Upon your suggestion, we experimented with the --in-memory option and
>    it worked!  Since this option enables both --no-shconf and
>    --huge-unlink. We also tried each option separately. The test ran fine
>    with the --no-shconf option, but it failed when only the --huge-unlink
>    option was added.
> 
>    Now when --no-shconf option also worked, we also need some
>    understanding whether it will impact multi-queue performance and if
>    there are any other costs associated with using this flag.
> 
The no-shconf should have no performance impacts, the flag only adjusts
whether the basic DPDK configuration information (generally only used at
init time), giving details of hugepage mappings etc, is stored in shared
memory or in memory local to the process. Using the former allows sharing
among multiple processes, but could lead to name conflicts between
processes unless --file-prefix EAL argument is also used. Using the latter,
local memory, disables multi-process support, but is probably safer and
easier if MP support is unnecessary.

/Bruce

  reply	other threads:[~2024-04-02  9:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 12:42 Avijit  Pandey
2024-03-27 14:55 ` Bruce Richardson
2024-04-01  7:38   ` Avijit  Pandey
2024-04-02  9:13     ` Bruce Richardson [this message]
2024-04-08  5:29       ` Avijit  Pandey

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=ZgvMQZyTkwvQ1E0m@bricha3-mobl1.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=Avijit@voereir.com \
    --cc=dev@dpdk.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).