Re: [PATCH v7 3/5] dev: export driver information with MSVC

2025-06-11 Thread Andre Muezerie
On Wed, Jun 11, 2025 at 11:45:30AM +0200, David Marchand wrote: > From: Andre Muezerie > > DPDK uses GCC attribute "used" through macro __rte_used to indicate > that a variable not referenced in the code should be assumed being > used and therefore not be optimized away. This technique is used to

[PATCH v7 3/5] dev: export driver information with MSVC

2025-06-11 Thread David Marchand
From: Andre Muezerie DPDK uses GCC attribute "used" through macro __rte_used to indicate that a variable not referenced in the code should be assumed being used and therefore not be optimized away. This technique is used to embed information in the binaries, by having crafted information stored i