Re: [PATCH v4 2/2] eal: initialize shared plugins on Windows

2024-01-25 Thread Dmitry Kozlyuk
2024-01-08 15:38 (UTC-0800), Tyler Retzlaff: > When EAL is built with MSVC it is possible to dynamically load plugins > on Windows. Hook eal_plugins_init into rte_eal_init if built with MSVC > and provide code to load plugins on Windows. Windows implementation does not check directory permissions

[PATCH v4 2/2] eal: initialize shared plugins on Windows

2024-01-08 Thread Tyler Retzlaff
When EAL is built with MSVC it is possible to dynamically load plugins on Windows. Hook eal_plugins_init into rte_eal_init if built with MSVC and provide code to load plugins on Windows. Signed-off-by: Tyler Retzlaff --- lib/eal/common/eal_common_options.c | 90 ++