Re: [PATCH v3 08/11] eal: expand most macros to empty when using msvc

2023-04-05 Thread Tyler Retzlaff
On Wed, Apr 05, 2023 at 07:25:45PM -0700, Stephen Hemminger wrote: > On Wed, 5 Apr 2023 17:45:16 -0700 > Tyler Retzlaff wrote: > > > For now expand a lot of common rte macros empty. The catch here is we > > need to test that most of the macros do what they should but at the same > > time they ar

Re: [PATCH v3 08/11] eal: expand most macros to empty when using msvc

2023-04-05 Thread Stephen Hemminger
On Wed, 5 Apr 2023 17:45:16 -0700 Tyler Retzlaff wrote: > For now expand a lot of common rte macros empty. The catch here is we > need to test that most of the macros do what they should but at the same > time they are blocking work needed to bootstrap of the unit tests. > > Later we will retur

[PATCH v3 08/11] eal: expand most macros to empty when using msvc

2023-04-05 Thread Tyler Retzlaff
For now expand a lot of common rte macros empty. The catch here is we need to test that most of the macros do what they should but at the same time they are blocking work needed to bootstrap of the unit tests. Later we will return and provide (where possible) expansions that work correctly for msv