From patchwork Tue Feb 7 00:19:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 123177 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 6EA5241C26; Tue, 7 Feb 2023 01:19:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 030C540F18; Tue, 7 Feb 2023 01:19:42 +0100 (CET) Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by mails.dpdk.org (Postfix) with ESMTP id 5939C40ED9 for ; Tue, 7 Feb 2023 01:19:40 +0100 (CET) Received: by mail-pj1-f45.google.com with SMTP id e10-20020a17090a630a00b0022bedd66e6dso16884834pjj.1 for ; Mon, 06 Feb 2023 16:19:40 -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:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=87/gI4exIMgSGYMxIr+WM9lV8H3r25lUW8uH6IeVXbM=; b=Fcv4xKy3VH4Ii5KNHASmeaSk0ZY+gh1PU1WVCt3BppHLRmzAZHjV3NizFQMIWx2UmJ +UnYxAV7+3XREO0iBBeqv0fPxNYyGgZHuNixvsFqKSOlBaaaCbOxjeQQVOSGQ5jN2nt/ wMWq11ScpaifGPTS+V646a6tLnRV+24JhtSOUVvY5xY3EWla1/zgcnyQejLwnIJUQgSN pFFXE7Z2Y83mhC4jhwPDG9XwKwx6gfAaDaw6YHrr4GkLJfC/K0fob3GQhIhXm16MFss6 6frnDuVJ0Os+JN8jFMhqP4i8e0QFe1PindP2aEL2D0Yjh7TGoXUn+VJBnQ4OLrhxoFO/ ZzwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=87/gI4exIMgSGYMxIr+WM9lV8H3r25lUW8uH6IeVXbM=; b=syUS0C+dkUc+zwblMqRlDdi6+YtyjMAnOimjvcedsWHRtWOgeiir9emLXgoveeynDQ e1dz4LNFmKM6iQ07yQkrdkyv2jidk9H+4a9QgwVDrj4D9LAtNg80rwPMtdSTSWcRD/xj o/gIT9OxQoDKHxGMJ1/TPTZFkua7MZEaozR3/lCPfFEIH20l63qckOA4qElPWVkOExOd Yjl1C2f5X9qwpvLxRvGy/PNDC2CYKqGOeYUDA8mxq/nxAx+vVCH7NGdyDvL48ud4Hhw0 CWW6UJH+sbrP/sKlmrH7xYUc7fpDYyIR+Mohj5h5lP+s11/MIz55H/aLiPD6S1g8VKvh pQOA== X-Gm-Message-State: AO0yUKXrs1W830Q3uZz5sR5JfDZj8ffHuMfztcyqZHEuXz51jk7dscvi PawxCyKXneT1SnaPOd9v+d1bDf8HOq15W1Yv1MM= X-Google-Smtp-Source: AK7set9i5+Gj+BI4H8gryZFcDQJNqliv05QhGKcWObIKMiFCraqeAWZrN1TXWHTFOhD426pzwk+3tA== X-Received: by 2002:a17:902:e74a:b0:199:662:6aa1 with SMTP id p10-20020a170902e74a00b0019906626aa1mr912405plf.61.1675729179081; Mon, 06 Feb 2023 16:19:39 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id o11-20020a637e4b000000b0046ff3634a78sm6617393pgn.71.2023.02.06.16.19.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Feb 2023 16:19:38 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v2 0/8] Enable building more libraries on Windows Date: Mon, 6 Feb 2023 16:19:29 -0800 Message-Id: <20230207001937.875608-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20221201014440.11896-1-stephen@networkplumber.org> References: <20221201014440.11896-1-stephen@networkplumber.org> 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. 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 compatibility v2 - fix unnecessary PATH_MAX in net/ring driver 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 ---- drivers/net/ring/rte_eth_ring.c | 3 +- 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 + 30 files changed, 92 insertions(+), 256 deletions(-) Acked-by: Dmitry Kozlyuk