On Fri, Aug 11, 2023 at 9:21 PM Tyler Retzlaff <roret...@linux.microsoft.com> wrote: > > In accordance with draft plan > http://mails.dpdk.org/archives/web/2023-February/002023.html > introduces conditionally compiled code to enable building with MSVC that > _does not_ require C99/C11 meaning it can be integrated now. > > This series covers minimal changes for item #2 in draft plan for EAL > dependencies log, kvargs, telemetry and consumed EAL public headers. > > Note if any patch in the series requires in-depth discussion I'll > detach it from this series for separate submission & more focused > discussion so it doesn't block the entire series. > > Note other "common" intrinsics were investigated for viability but > were not adopted either because they were not available on older > versions of GCC or because they generate different code for msvc > vs GCC.
As I mentionned on the prefetch and byteorder patches, I made some adjustments while rebasing the series. Hopefully, I broke nothing. Series applied, thanks Tyler and reviewers. -- David Marchand