Re: [dpdk-dev] [PATCH v2] build: fix symlink of drivers for Windows

2021-04-23 Thread Narcisa Ana Maria Vasile
On Sat, Apr 10, 2021 at 09:01:43AM +0100, Nick Connolly wrote: > The symlink-drivers-solibs.sh script was disabled as part of 'install' > for Windows because there is no support for shell scripts. However, > this means that driver related DLLs are not present in the installed > 'libdir' directory.

[dpdk-dev] [PATCH v2] build: fix symlink of drivers for Windows

2021-04-10 Thread Nick Connolly
The symlink-drivers-solibs.sh script was disabled as part of 'install' for Windows because there is no support for shell scripts. However, this means that driver related DLLs are not present in the installed 'libdir' directory. Add a python script to perform the install and use it for Windows if th