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 51AF246766; Fri, 16 May 2025 22:45:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4BDAA4065C; Fri, 16 May 2025 22:45:45 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id A9F7B40615 for ; Fri, 16 May 2025 22:45:42 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1213) id 90A30201DB35; Fri, 16 May 2025 13:45:41 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 90A30201DB35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1747428341; bh=SrIUYXA/uu1oPydNonwcf8EXu8nBT5831KYmJRJq/Wc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZVujaS05WdGD1vH0lQa3BYjAO3BijDCuLOf/erPC+YVRfhiqA2FuJBnhFl5qMuMIZ LUaW6r6NCuBGWvdT7u4OK0Q42HVckMscWrqZ6APbiTNdujt+rlj2yR6J54kpO8V/8d z50nQ8q73BJ7LsToWCAqgzSTEECeElEYwsBlWeUI= From: Andre Muezerie To: andremue@linux.microsoft.com Cc: dev@dpdk.org, vladimir.medvedkin@intel.com Subject: [PATCH v5 0/2] enable fib to be compiled with MSVC Date: Fri, 16 May 2025 13:45:33 -0700 Message-Id: <1747428335-3736-1-git-send-email-andremue@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1733281010-23780-1-git-send-email-andremue@linux.microsoft.com> References: <1733281010-23780-1-git-send-email-andremue@linux.microsoft.com> 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 This patchset addresses the issues in lib/fib that were preventing compilation with MSVC. The first patch removes a warning about implicit 64-bit conversion, and the second patch enables the compilation of fib with MSVC. v5: - enabled fib to be compiled with MSVC Andre Muezerie (2): lib/fib: remove warning about implicit 64-bit conversion lib/fib: enable fib to be compiled with MSVC lib/fib/meson.build | 6 ------ lib/fib/trie.c | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) -- 2.49.0.vfs.0.3