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 1ED8C45AD8; Mon, 7 Oct 2024 20:08:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AAC0E4026C; Mon, 7 Oct 2024 20:08:15 +0200 (CEST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 7C4324021E for ; Mon, 7 Oct 2024 20:08:14 +0200 (CEST) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-20bb610be6aso53823075ad.1 for ; Mon, 07 Oct 2024 11:08:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728324493; x=1728929293; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=TBWze9qnOCKhPHzumnQnP9BCBRBfjUWI65DauTuLn58=; b=ivtDRvKJtNCYyOTjUHGxqougke0PoK42pE5qUev67FmkBul3V4JFTQBZASPfvZUyce JkWcXX34CzFClpKaqUxrdWn4Uk12ggphQ04tZa+cAkwZt+wv3xPXjPFMO9N0YYVLsiI1 /6UbiaO/aIkOKHyftTcjHqVz1QcCZDaA8gT0K2ZrTUJCRGxL71uvQFdhybu7BITW/kd6 /C2K3ba5DtzXg1RmUb8zjH86X7H2qVBzOREc4MP70YMe4rLRBmlvQQDnSbu0NggrKKeW faz8mPrNmPLbA81OVZwhPycyPGczWwjfQRNyK0Jdg/P4bisSWe6MIGcwYkt0m/rxXHRR FTqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728324493; x=1728929293; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TBWze9qnOCKhPHzumnQnP9BCBRBfjUWI65DauTuLn58=; b=uK7ftYKigheuTabpgjqBhr+jlDryQZKcxrc2nCZmyRfNLlBrBnm6IBWdXFlRsCFRX7 Bk6oH1rV/kWl1vMjSm77rnW2Kh554f8mGJ9QNzBPA2Ez/C06+MpDj8nd7LvvjuWMqA6I s0d9sMKf7jgF1w1wgSNPHFXuDRIoIaN/B+3QT1f4YfY533TnKVvZwDYsdyzf0EcGXUih D9Y5HN6Ew97+fZyB2eJNT/KE1nznZ4z5fTlhQ2utf8qTq6yF5CIF7zXOemzmaOmgBo3z wpXEnIBNXGF9H+d3rgCzp86p9h6P0p5QXZhBayKbJuVjTQIY6BJ3GhBaaAmlMav78lt2 FvVA== X-Gm-Message-State: AOJu0YwcSpX8dSAc2k7pZWgtGP9cTwi4qeyiXo+93u5e2XWCIUPxysNB 9ugBid0taV9Z17aYJjKQGzjprNPO5oPefLwtLn7cf5nhv3n3JkzvdpGtzh0sWQ8= X-Google-Smtp-Source: AGHT+IGd3RcGcWG593/AhPy1ERs1SuMw+4BCMXrWu92Hc/o/QMELEhlY1dcgqPlW3ASzJepxHfX5Tg== X-Received: by 2002:a17:903:41c3:b0:20b:93be:a2a2 with SMTP id d9443c01a7336-20bfe29c22dmr185906615ad.38.1728324493544; Mon, 07 Oct 2024 11:08:13 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20c138af8d9sm42572435ad.56.2024.10.07.11.08.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Oct 2024 11:08:13 -0700 (PDT) Date: Mon, 7 Oct 2024 11:08:11 -0700 From: Stephen Hemminger To: Ric Li Cc: dev@dpdk.org, Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam Subject: Re: [PATCH 2/2] doc: add MSYS2 building guide Message-ID: <20241007110811.55bacebd@hermes.local> In-Reply-To: References: <20230916131521.2217-1-ricmli@outlook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Sat, 16 Sep 2023 21:15:20 +0800 Ric Li wrote: > Introduce guide for using MSYS2 to build DPDK on Windows. > MSYS2 provides a Unix-like environment on Windows and > its package manager simplifies tool and dependency > installation, aiding Linux program migration. > > Signed-off-by: Ric Li I don't think this ever got accepted, because adding a third way to build on Windows, just adds complexity (never gets tested by CI), without a lot of benefit to end users. If it gets added to the documentation, it has to be continuously tested or it will get broken.