Re: [PATCH v2 6/9] eal: expand most macros to empty when using msvc

2023-04-05 Thread Tyler Retzlaff
On Wed, Apr 05, 2023 at 11:44:43AM +0100, Bruce Richardson wrote: > On Tue, Apr 04, 2023 at 01:07:24PM -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 v2 6/9] eal: expand most macros to empty when using msvc

2023-04-05 Thread Bruce Richardson
On Tue, Apr 04, 2023 at 01:07:24PM -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