<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-IN" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US">Hello Bruce,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US">Thank a lot for your constant support in resolving this query.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span style="font-family:"Verdana",sans-serif;color:#5B9BD5">Best Regards,<br>
<br>
Avijit Pandey<br>
Cloud SME | VoerEirAB<br>
+919598570190</span><span style="font-size:11.0pt"><o:p></o:p></span></p>
</div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">Bruce Richardson <bruce.richardson@intel.com><br>
<b>Date: </b>Tuesday, 2 April 2024 at 14:43<br>
<b>To: </b>Avijit Pandey <Avijit@voereir.com><br>
<b>Cc: </b>dev@dpdk.org <dev@dpdk.org><br>
<b>Subject: </b>Re: Error in rte_eal_init() when multiple PODs over single node of K8 cluster<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">On Mon, Apr 01, 2024 at 07:38:10AM +0000, Avijit  Pandey wrote:<br>
>    Hello Bruce,<br>
> <br>
> <br>
>    Thank you for your mail!<br>
> <br>
> <br>
>    I have attached the complete log that we observed.<br>
> <br>
> <br>
>    Upon your suggestion, we experimented with the --in-memory option and<br>
>    it worked!  Since this option enables both --no-shconf and<br>
>    --huge-unlink. We also tried each option separately. The test ran fine<br>
>    with the --no-shconf option, but it failed when only the --huge-unlink<br>
>    option was added.<br>
> <br>
>    Now when --no-shconf option also worked, we also need some<br>
>    understanding whether it will impact multi-queue performance and if<br>
>    there are any other costs associated with using this flag.<br>
> <br>
The no-shconf should have no performance impacts, the flag only adjusts<br>
whether the basic DPDK configuration information (generally only used at<br>
init time), giving details of hugepage mappings etc, is stored in shared<br>
memory or in memory local to the process. Using the former allows sharing<br>
among multiple processes, but could lead to name conflicts between<br>
processes unless --file-prefix EAL argument is also used. Using the latter,<br>
local memory, disables multi-process support, but is probably safer and<br>
easier if MP support is unnecessary.<br>
<br>
/Bruce<o:p></o:p></span></p>
</div>
</div>
</body>
</html>