Re: [PATCH v7 0/5] allow pmdinfo to be inserted and parsed using MSVC

2025-06-12 Thread David Marchand
On Wed, Jun 11, 2025 at 11:45 AM David Marchand wrote: > > This is a rework of Andre v5, trying to hide the ugly details in a > driver only macro not exposed publicly. > > > -- > David Marchand > > Changes since v6: > - changed this_pmd_name symbols construction, > > Changes since v5: > - moved de

[PATCH v7 0/5] allow pmdinfo to be inserted and parsed using MSVC

2025-06-11 Thread David Marchand
This is a rework of Andre v5, trying to hide the ugly details in a driver only macro not exposed publicly. -- David Marchand Changes since v6: - changed this_pmd_name symbols construction, Changes since v5: - moved details in dev_driver.h, - renamed RTE_INCLUDE as RTE_PMD_EXPORT_SYMBOL, Andre