DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: Andre Muezerie <andremue@linux.microsoft.com>,
	Nicolas Chautru <nicolas.chautru@intel.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] bbdev: enable to be compiled with MSVC
Date: Wed, 12 Mar 2025 16:32:03 +0100	[thread overview]
Message-ID: <acee2230-8dd5-46ee-989c-928d041273e5@redhat.com> (raw)
In-Reply-To: <08829190-b0c8-4fe5-ab88-c24bfa8fdd4d@redhat.com>



On 3/12/25 3:56 PM, Maxime Coquelin wrote:
> 
> 
> On 3/11/25 8:17 PM, Andre Muezerie wrote:
>> The errors below popped up when compiling with MSVC:
>>
>> ../lib/bbdev/rte_bbdev.c(79): error C2061:
>>      syntax error: identifier 'TAILQ_ENTRY'
>> ../lib/bbdev/rte_bbdev.c(85): error C2059:
>>      syntax error: '}'
>>
>> This was caused by a missing include.
>>
>> Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>
>> ---
>>   lib/bbdev/meson.build | 6 ------
>>   lib/bbdev/rte_bbdev.c | 1 +
>>   2 files changed, 1 insertion(+), 6 deletions(-)
>>
>> diff --git a/lib/bbdev/meson.build b/lib/bbdev/meson.build
>> index d8b95a400e..2e48d5f3da 100644
>> --- a/lib/bbdev/meson.build
>> +++ b/lib/bbdev/meson.build
>> @@ -1,12 +1,6 @@
>>   # SPDX-License-Identifier: BSD-3-Clause
>>   # Copyright(c) 2017 Intel Corporation
>> -if is_windows
>> -    build = false
>> -    reason = 'not supported on Windows'
>> -    subdir_done()
>> -endif
>> -
>>   sources = files('rte_bbdev.c',
>>           'bbdev_trace_points.c')
>>   headers = files('rte_bbdev.h',
>> diff --git a/lib/bbdev/rte_bbdev.c b/lib/bbdev/rte_bbdev.c
>> index d7901cd29d..2c626806f3 100644
>> --- a/lib/bbdev/rte_bbdev.c
>> +++ b/lib/bbdev/rte_bbdev.c
>> @@ -16,6 +16,7 @@
>>   #include <rte_lcore.h>
>>   #include <rte_spinlock.h>
>>   #include <rte_interrupts.h>
>> +#include <sys/queue.h>
> 
> It should be included with other general includes, not with RTE ones.
> I can fix it while applying.
> 
> With this fixed:
> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> 
> Thanks,
> Maxime
> 
>>   #include "rte_bbdev_op.h"
>>   #include "rte_bbdev.h"
> 

Applied to next-baseband.

Thanks,
Maxime


      reply	other threads:[~2025-03-12 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-11 19:17 Andre Muezerie
2025-03-12 14:56 ` Maxime Coquelin
2025-03-12 15:32   ` Maxime Coquelin [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=acee2230-8dd5-46ee-989c-928d041273e5@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=andremue@linux.microsoft.com \
    --cc=dev@dpdk.org \
    --cc=nicolas.chautru@intel.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).