[PATCH v2] eal: initialize shared plugins on Windows
    Tyler Retzlaff 
    roretzla at linux.microsoft.com
       
    Thu Dec  7 21:26:58 CET 2023
    
    
  
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 string
Tyler Retzlaff (1):
  eal: initialize shared plugins on Windows
 lib/eal/common/eal_common_options.c | 91 +++++++++++++++++++++++++++++++------
 lib/eal/windows/eal.c               |  8 ++++
 2 files changed, 84 insertions(+), 15 deletions(-)
-- 
1.8.3.1
    
    
More information about the dev
mailing list