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 7D0CAA0C47; Sat, 9 Oct 2021 18:38:34 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 02B2340140; Sat, 9 Oct 2021 18:38:34 +0200 (CEST) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by mails.dpdk.org (Postfix) with ESMTP id BAD7340040 for ; Sat, 9 Oct 2021 18:38:32 +0200 (CEST) Received: by mail-lf1-f53.google.com with SMTP id x27so52829355lfu.5 for ; Sat, 09 Oct 2021 09:38:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pQaszPQaqW7XbaJ42ZTGk6BX/MrNECs51HBeR2YGS8g=; b=ACaZyrQbMoBvaXfjA2VhowY7QPDEfYDHI/gY8Z3OrtzZUm5rkrBZ8orCdwDoXDMiTe hBGt7N2OcNaN9HWjvSrGui8pp7tzOikz7Xj7rGADMJJG4gpdLWvv4HdqRYbWfwLrTdxi rdMB3RDrAIz/nBBRFrV+cgIinkLOlHRPcV0x7HjLD+NLF7uX3DmGCahNUvLFulIBwten ANXMKB8+jVKa36Ub1NAAI4axhTGDXuMO9qaoJvkE/5pCuBYFQgBYqeWr74GmV6/5kTHi p1Er5tAJqybf7MXRymtrPXwCkDvEDiZrYFa/cgdkV46S8V/JmD8rv2cULvvPwMholeR1 wQ3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pQaszPQaqW7XbaJ42ZTGk6BX/MrNECs51HBeR2YGS8g=; b=kLEdCyP2ahMLTpLgb6FSI4NLTMx4EDZbNANyZ9XhzHPPPhkymLUXX5dfGCZYFYkSMS gySjThpNYtXwpRSByVgFAl2SiV6RePEcBjKsDnxam1HyHAJ9AOP5L+f97Pcx2IJ7krQb cV0dFXYDia6Kvh1IgpAhfIN0v2x1K5ThvJ+amGN6h3n4jYyPP3+G1o04uRPLJwwsmZ/v bpV4pSLlH3n8qJLGklBaGw89f77Bl9UpOtNgu4+7Yb4p3gBMRYLQVd3J28nXPxEHmEja adA+NiKMoMzvnOVYh7C3jmF0KjJu8gh71GjPt3/x2zsgJxuxrT5kGNntThKXLuaH27lT n7Mg== X-Gm-Message-State: AOAM531V93V4ZIq8wgk4Q8cOLLppIAh8vC97Dj1qUK0g56AFPm106Gmo hhz3lKCITthkmkvn9pdDksgO9n0OEfrW08EKLPQ= X-Google-Smtp-Source: ABdhPJwYmefkD8siI1I0V+pHCCGdtyoHfw4XJlrOd83lzS6Qoa+QqjKIem3nb6PP92/kK3s3WMCn9OGcmfkW4mIOc9E= X-Received: by 2002:a05:6512:33c3:: with SMTP id d3mr16657759lfg.194.1633797512008; Sat, 09 Oct 2021 09:38:32 -0700 (PDT) MIME-Version: 1.0 References: <20211007202451.90271-1-u9012063@gmail.com> <20211008135346.875-1-u9012063@gmail.com> <20211008233535.5e872404@sovereign> In-Reply-To: <20211008233535.5e872404@sovereign> From: William Tu Date: Sat, 9 Oct 2021 09:37:55 -0700 Message-ID: To: Dmitry Kozlyuk Cc: dpdk-dev , Pallavi Kadam , David Marchand , Haiyue Wang Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] net/e1000: build on Windows 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 Sender: "dev" > > +Windows Configuration > > +--------------------- > > + > > +- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>` > > + to setup the basic DPDK environment. > > + > > +- Identify the Intel\ |reg| Ethernet adapter. > > + > > +- To load NetUIO driver, follow the steps mentioned in `dpdk-kmods repository > > + `_. > > There is nothing special about setting up this device on Windows. > I think we don't need this part. Hi Dmitry, I keep this part in my v3 patch. However, I think we should move or copy the netuio configuration guide to DPDK repo https://doc.dpdk.org/guides/windows_gsg/run_apps.html maybe 4.2: Load the virt2phys driver 4.3: Load the NetUIO driver 4.4: Run helloworld example Thanks William