DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Chautru, Nicolas" <nicolas.chautru@intel.com>
To: Andre Muezerie <andremue@linux.microsoft.com>,
	Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Tyler Retzlaff <roretzla@linux.microsoft.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [PATCH] test_bbdev: enable to be compiled on Windows
Date: Fri, 13 Jun 2025 18:55:47 +0000	[thread overview]
Message-ID: <IA3PR11MB9302BE3FF3BAB6ADCB780589F877A@IA3PR11MB9302.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1749741884-13081-1-git-send-email-andremue@linux.microsoft.com>


> -----Original Message-----
> From: Andre Muezerie <andremue@linux.microsoft.com>
> Sent: Thursday, June 12, 2025 8:25 AM
> To: Chautru, Nicolas <nicolas.chautru@intel.com>; Dmitry Kozlyuk
> <dmitry.kozliuk@gmail.com>; Tyler Retzlaff <roretzla@linux.microsoft.com>
> Cc: dev@dpdk.org; Andre Muezerie <andremue@linux.microsoft.com>
> Subject: [PATCH] test_bbdev: enable to be compiled on Windows
> 
> This patch fixes a few issues which were preventing this test from getting
> compiled on Windows:
> 
> 1) VLAs were removed: Variable Length Arrays are not supported by MSVC.
> Where possible constant C arrays were used. Where that approach was not
> possible alloca() was called instead.
> 
> 2) rte_os_shim is included because this test relies on getline() function, which
> is not provided by Windows APIs.
> 
> Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
> ---

Acked-by: Nic Chautru <nicolas.chautru@intel.com>

      reply	other threads:[~2025-06-13 18:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-12 15:24 Andre Muezerie
2025-06-13 18:55 ` Chautru, Nicolas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=IA3PR11MB9302BE3FF3BAB6ADCB780589F877A@IA3PR11MB9302.namprd11.prod.outlook.com \
    --to=nicolas.chautru@intel.com \
    --cc=andremue@linux.microsoft.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=roretzla@linux.microsoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).