Re: [PATCH 0/2] mempool: patches

2024-06-14 Thread David Marchand
On Mon, Apr 1, 2024 at 7:03 PM Stephen Hemminger wrote: > > Tried building mempool with MSVC. In addition to the > __rte_constant macro Tyler had already done. > > This fixes a couple of warnings, and cleans up the > code. > > Stephen Hemminger (2): > mempool: replace GCC pragma with cast > me

[PATCH 0/2] mempool: patches

2024-04-01 Thread Stephen Hemminger
Tried building mempool with MSVC. In addition to the __rte_constant macro Tyler had already done. This fixes a couple of warnings, and cleans up the code. Stephen Hemminger (2): mempool: replace GCC pragma with cast mempool: fix unused warning with MSVC lib/mempool/rte_mempool.c | 14 ++---