DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Avijit  Pandey" <Avijit@voereir.com>
To: Bruce Richardson <bruce.richardson@intel.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: Mon, 8 Apr 2024 05:29:28 +0000	[thread overview]
Message-ID: <AS8PR02MB6837908CA7B4563EA16B8E47CC002@AS8PR02MB6837.eurprd02.prod.outlook.com> (raw)
In-Reply-To: <ZgvMQZyTkwvQ1E0m@bricha3-mobl1.ger.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]

Hello Bruce,

Thank a lot for your constant support in resolving this query.



Best Regards,

Avijit Pandey
Cloud SME | VoerEirAB
+919598570190
From: Bruce Richardson <bruce.richardson@intel.com>
Date: Tuesday, 2 April 2024 at 14:43
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
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

[-- Attachment #2: Type: text/html, Size: 4450 bytes --]

      reply	other threads:[~2024-04-08  5:29 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
2024-04-08  5:29       ` Avijit  Pandey [this message]

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=AS8PR02MB6837908CA7B4563EA16B8E47CC002@AS8PR02MB6837.eurprd02.prod.outlook.com \
    --to=avijit@voereir.com \
    --cc=bruce.richardson@intel.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).