<div dir="ltr"><pre class="gmail-content" style="box-sizing:border-box;overflow:auto;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:13px;padding:9.5px;margin-top:0px;margin-bottom:10px;line-height:14.3px;color:rgb(51,51,51);word-break:break-all;border:0px;border-radius:0px">Hi,
I've submitted a patch on 17th March, 2022. One of the tests is failing
and it is not related to the patch.
Following test is failing:
- <span style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;white-space:normal">ci/iol-broadcom-Functional</span>
Can you please rerun the tests so that the patch can be submitted.
Regards,
-Jawad</pre></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 17, 2022 at 11:19 AM Muhammad Jawad Hussain <<a href="mailto:jawad.hussain@emumba.com">jawad.hussain@emumba.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">previously .rte_config was made at /var/run/.rte_config<br>
for root users and $HOME/.rte_config for non-root users<br>
now the file is renamed to config<br>
and is created at /var/run/dpdk/rte/config<br>
for root users and /run/user/$EUID/dpdk/rte/config for non-root users<br>
the docmentation of multi_proc_support has been updated<br>
to reflect this change<br>
<br>
Signed-off-by: Muhammad Jawad Hussain <<a href="mailto:jawad.hussain@emumba.com" target="_blank">jawad.hussain@emumba.com</a>><br>
---<br>
doc/guides/prog_guide/multi_proc_support.rst | 4 ++--<br>
1 file changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/doc/guides/prog_guide/multi_proc_support.rst b/doc/guides/prog_guide/multi_proc_support.rst<br>
index 815e8bdc43..a409769b9c 100644<br>
--- a/doc/guides/prog_guide/multi_proc_support.rst<br>
+++ b/doc/guides/prog_guide/multi_proc_support.rst<br>
@@ -113,8 +113,8 @@ Support for this usage scenario is provided using the ``--file-prefix`` paramete<br>
<br>
By default, the EAL creates hugepage files on each hugetlbfs filesystem using the rtemap_X filename,<br>
where X is in the range 0 to the maximum number of hugepages -1.<br>
-Similarly, it creates shared configuration files, memory mapped in each process, using the /var/run/.rte_config filename,<br>
-when run as root (or $HOME/.rte_config when run as a non-root user;<br>
+Similarly, it creates shared configuration files, memory mapped in each process, using the /var/run/dpdk/rte/config filename,<br>
+when run as root (or /run/user/$EUID/dpdk/rte/config when run as a non-root user;<br>
if filesystem and device permissions are set up to allow this).<br>
The rte part of the filenames of each of the above is configurable using the file-prefix parameter.<br>
<br>
-- <br>
2.32.0<br>
<br>
</blockquote></div>