Re: [dpdk-dev] [PATCH 1/2] eal: remove Windows-specific list of common files

2021-09-01 Thread William Tu
On Sat, Aug 28, 2021 at 7:16 PM Dmitry Kozlyuk wrote: > > The majority of common EAL sources that are built for all platforms were > listed separately for Windows and for other OS. It seems that developers > adding modules to EAL perceived this as if Windows supported > only a limited subset of mo

[dpdk-dev] [PATCH 1/2] eal: remove Windows-specific list of common files

2021-08-28 Thread Dmitry Kozlyuk
The majority of common EAL sources that are built for all platforms were listed separately for Windows and for other OS. It seems that developers adding modules to EAL perceived this as if Windows supported only a limited subset of modules and only added new ones into another. Factor the truly comm