From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 714DD4294B; Sat, 15 Apr 2023 08:11:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0113F40A7A; Sat, 15 Apr 2023 08:11:18 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id BC85840697 for ; Sat, 15 Apr 2023 08:11:16 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH v6 00/15] msvc integration changes Date: Sat, 15 Apr 2023 08:11:15 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D8787C@smartserver.smartshare.dk> In-Reply-To: <1681521346-20356-1-git-send-email-roretzla@linux.microsoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v6 00/15] msvc integration changes Thread-Index: AdlvN9FZ0QOY8FMMTP22X2jPBmQ8cwAKR58g References: <1680558751-17931-1-git-send-email-roretzla@linux.microsoft.com> <1681521346-20356-1-git-send-email-roretzla@linux.microsoft.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Tyler Retzlaff" , Cc: , , , X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > From: Tyler Retzlaff [mailto:roretzla@linux.microsoft.com] > Sent: Saturday, 15 April 2023 03.16 >=20 > 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. >=20 > This series covers minimal changes for item #2 in draft plan for EAL > dependencies kvargs, telemetry and consumed EAL public headers. >=20 > 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. >=20 > 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. Series-acked-by: Morten Br=F8rup