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

2024-01-25 Thread Tyler Retzlaff
ping for Windows maintainers thanks! On Mon, Jan 08, 2024 at 03:38:09PM -0800, Tyler Retzlaff wrote: > 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. >

[PATCH v4 0/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. v4: * include winipfamily.h header for WINAPI_FAMILY macros and provide definition for PHONE_APP if mingw