From patchwork Thu Dec 1 01:44:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 120387 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CA246A00C2; Thu, 1 Dec 2022 02:44:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBA5240693; Thu, 1 Dec 2022 02:44:44 +0100 (CET) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mails.dpdk.org (Postfix) with ESMTP id 8161B4021D for ; Thu, 1 Dec 2022 02:44:43 +0100 (CET) Received: by mail-pj1-f41.google.com with SMTP id mv18so515210pjb.0 for ; Wed, 30 Nov 2022 17:44:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=z83iqpoQBxrFU4eSvuxOjf3HCDzse5/FO4JNsfWC6kk=; b=T7ujF5asfFo7CyyPvNdSLYnKBZykBUpeVgthxvdkLmkCqjOOxJRG4X0cwtQhLRnTYs l/r/MY231IIzo0sahfRhV62mxopzs3yD5SmDMPcPyAS+R/pluPjGLlUVpCuxUbArqvOq 78I5euYzwgJL9HIvjM7wcE7g7p6Rh84C1AFtk0/yrJKES2tnUg+3uCopggB0rz1rpVKC czCH/NXpYB+XnrGgqolt8NQLDAOUan/9b++Yu0WbmYY9ZtuLn211TGlMDVlAKLmYN4kn rxuuDVWENCdm9V3hEL0IVDHPY35MXbKyPvQWLlvQi6hSvCtnP0ztm/nnRJYDtTfPuM2L 8UYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=z83iqpoQBxrFU4eSvuxOjf3HCDzse5/FO4JNsfWC6kk=; b=GPNega3E0dM20RAdKclNQq5wv6vWk7A4fI/hFqK1tA/z+2XXy0jb0Zqgn9sONaKtPX 7Z6nwBjtuf4O2ck706a8RNrIugV3P6D2sIy05vWg0iMzbsHAw4ieZDUTUJXU3P3F0tsj xbOSfjMkRLtoKA42BP9iwsAI3RCTQ4FfSt2UqZItYx1o9TdKogNViTY7kZVbZ3+HXFyS 4gGImyghup3yKHGQ/pLphJgVkfr9f5a1YjbpfMdqHAdNpQDn56U8CEh/6G1ET5AYXZwX BZTEKL6UbzJiJvCbaG58ToqPDmyAJgG827Xm6IXIDQchk+Y96OLCjpcvL2Mq5FeTTXR1 LK6w== X-Gm-Message-State: ANoB5pn6jeBeMmPzwd6AL31haAW/rF4XjSwu9/tpR50FL30/5tX55+xg rLTb0jIFVWctvdztbMkp8jXsnLo1Byk0nOYK X-Google-Smtp-Source: AA0mqf4CoRjuy5ODFjCDjp1jmyMlwWXjxzU3UYk3prq/pucN35jLo9OzC3WN+SkCTYtmrVIJ0EOXLA== X-Received: by 2002:a17:902:9343:b0:188:d824:dca with SMTP id g3-20020a170902934300b00188d8240dcamr45674105plp.114.1669859082329; Wed, 30 Nov 2022 17:44:42 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id h14-20020a170902680e00b00186ffe62502sm2125014plk.254.2022.11.30.17.44.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Nov 2022 17:44:41 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/8] Enable building more on Windows Date: Wed, 30 Nov 2022 17:44:31 -0800 Message-Id: <20221201014440.11896-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 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 While diagnosing some Windows cross build errors; noticed that lots of important DPDK libraries are not being built on Windows. This patchset enables build them. Tested with MingW cross build. Stephen Hemminger (8): net/null: build null PMD on Windows net/ring: build on Windows lpm: enable on Windows reorder: build on Windows ip_frag: enable build on Windows rib: enable on Windows fib: enable on Windows pcapng: windows compatability app/test/meson.build | 2 +- app/test/test_fib.c | 22 +------------- app/test/test_fib6.c | 24 ++------------- app/test/test_fib6_perf.c | 15 +-------- app/test/test_fib_perf.c | 19 ++---------- app/test/test_ipfrag.c | 12 -------- app/test/test_lpm.c | 15 +-------- app/test/test_lpm6.c | 12 -------- app/test/test_lpm6_data.h | 3 +- app/test/test_lpm6_perf.c | 14 +-------- app/test/test_lpm_perf.c | 39 ++++++++---------------- app/test/test_reorder.c | 11 ------- app/test/test_rib.c | 19 ------------ app/test/test_rib6.c | 24 ++------------- drivers/net/null/meson.build | 6 ---- drivers/net/ring/meson.build | 6 ---- lib/fib/meson.build | 6 ---- lib/fib/rte_fib.c | 1 + lib/fib/rte_fib6.c | 1 + lib/ip_frag/ip_frag_common.h | 2 ++ lib/ip_frag/meson.build | 6 ---- lib/lpm/meson.build | 6 ---- lib/pcapng/meson.build | 6 ---- lib/pcapng/rte_pcapng.c | 59 ++++++++++++++++++++++++++++++++++-- lib/reorder/meson.build | 6 ---- lib/reorder/rte_reorder.c | 1 + lib/rib/meson.build | 6 ---- lib/rib/rte_rib.c | 1 + lib/rib/rte_rib6.c | 1 + 29 files changed, 90 insertions(+), 255 deletions(-)