On Mon, Oct 26, 2020 at 11:44:58AM -0700, Pallavi Kadam wrote:
> Currently, since there is no runtime directory set, the code tries to
> create a file in C:\ which is only writable with administrator
> privileges. As a result, if the user is not admin, the application will
> fail.
> So, forcing no_shconf to 1 to prevent the code having to create files in
> the runtime directory.
>
> Suggested-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>
> Signed-off-by: Pallavi Kadam <pallavi.ka...@intel.com>
> Reviewed-by: Ranjit Menon <ranjit.me...@intel.com>
> ---
> lib/librte_eal/windows/eal.c | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Narcisa Vasile <navas...@linux.microsoft.com>