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 1D89E462C8; Tue, 4 Mar 2025 03:40:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D361A40156; Tue, 4 Mar 2025 03:40:23 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id 8258C40041 for ; Tue, 4 Mar 2025 03:40:21 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.162.254]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Z6KZt6tNfz9wH2; Tue, 4 Mar 2025 10:37:10 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 5373018032E; Tue, 4 Mar 2025 10:40:18 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Tue, 4 Mar 2025 10:40:17 +0800 Message-ID: Date: Tue, 4 Mar 2025 10:40:17 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] dmadev: enable lib to be compiled with MSVC To: Andre Muezerie , Kevin Laatz , Bruce Richardson CC: References: <1741053304-9891-1-git-send-email-andremue@linux.microsoft.com> Content-Language: en-US From: fengchengwen In-Reply-To: <1741053304-9891-1-git-send-email-andremue@linux.microsoft.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemk500009.china.huawei.com (7.202.194.94) 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 Acked-by: Chengwen Feng Thanks On 2025/3/4 9:55, Andre Muezerie wrote: > With the outstanding issues preventing dmadev from being compiled > with MSVC being fixed, the lib can be enabled to be compiled with MSVC. > > Signed-off-by: Andre Muezerie > --- > lib/dmadev/meson.build | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/lib/dmadev/meson.build b/lib/dmadev/meson.build > index e66dcb66b0..62b0650b9b 100644 > --- a/lib/dmadev/meson.build > +++ b/lib/dmadev/meson.build > @@ -1,12 +1,6 @@ > # SPDX-License-Identifier: BSD-3-Clause > # Copyright(c) 2021 HiSilicon Limited. > > -if is_ms_compiler > - build = false > - reason = 'not supported building with Visual Studio Toolset' > - subdir_done() > -endif > - > sources = files('rte_dmadev.c', 'rte_dmadev_trace_points.c') > headers = files('rte_dmadev.h') > indirect_headers += files('rte_dmadev_core.h', 'rte_dmadev_trace_fp.h')