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 | 91 +++---
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.
v2:
* revert unintended / unrelated whitespace change
* include inttypes.h for use of PRIu32 in log format
2 matches
Mail list logo