Re: [PATCH] multi_proc_support.rst: updated file location for config file in documentation

2022-08-11 Thread Muhammad Jawad Hussain
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: - ci/iol-broadcom-Functional Can you please rerun the tests so that the patch can be submitted. Regards, -Jawad On Thu, Mar 17, 2022 at 11:19 AM Muhammad Ja

[PATCH] multi_proc_support.rst: updated file location for config file in documentation

2022-03-16 Thread Muhammad Jawad Hussain
previously .rte_config was made at /var/run/.rte_config for root users and $HOME/.rte_config for non-root users now the file is renamed to config and is created at /var/run/dpdk/rte/config for root users and /run/user/$EUID/dpdk/rte/config for non-root users the docmentation of multi_proc_support