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 14BC5A00C5 for ; Tue, 4 Jan 2022 12:14:53 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D92D240040; Tue, 4 Jan 2022 12:14:52 +0100 (CET) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by mails.dpdk.org (Postfix) with ESMTP id C55D04003C for ; Tue, 4 Jan 2022 12:14:51 +0100 (CET) Received: by mail-lj1-f176.google.com with SMTP id t14so31675998ljh.8 for ; Tue, 04 Jan 2022 03:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QbyBteyG/mahfps/QKHrgxEbCAu+SWXtaWsSfyuuoxg=; b=GbHqQij5NbgG6MLV4H5zO/V4h3hc5wNXtAXhs0TyNZiNoke5T/ZyFEMph7jeDqpBie FIwo8wib2/Xftcczgv8TEh3JUefYxH0qyypjOsheFlpyEz/tyyJGU+p4Iuxndt0IQptK ISAoaPuOrO5iEpD1Xufyq40DbQsUEJXY02V+dMMuFWs1w43mR6bbZ0PU1K9WVmH0A9AY LwqmhBC5mhj8yUL5zsOc7C5sAZkfT7IQMaRkceQammjaBYKPFH1yyNgjOkgFOn5CMzZe HOgpTsLb0f7Ke00xp1YTTfdWjIPvluvg6Y3lmgpsH4zPdjC0w6PlQTIi17tA/foKwRFN 3Udg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QbyBteyG/mahfps/QKHrgxEbCAu+SWXtaWsSfyuuoxg=; b=xT08Ldph9vDEPMDmoQud57CobPyRv9KCltcTX8MnP+QhUW1IUsI6AyWHNMHhiktJyA /BWVDhQ+NS/FB8BHEODi/urycLhzQe8kBVGdWqO+Q0r/o88zMxME1EW0QiIvy3a8C1d6 Xp0ihTZqrdwReQTf+jAtzjzkXV17uvXmz0gG7of9xgdmULl0GISSiuiTVQxXGMUBEsCr DXWn7emxm2sI95qCkNqNHvtDytKPdo9a0IbXikS3M5trYBYO08ZaJpxTpR6A0p/1QVhy ovUhXERjoATttbccS9f96hPDuiQ2vpSBk4YH0ChZp2cRofU2iUWefwnanRFzD37QW+HU /l2g== X-Gm-Message-State: AOAM533bbNyv1oIa2AID1YfbERCHwKGCtqOB3C2Mb1tGyaY/2UiFTK7i Kc9NnS0Wmnlmqg4CNmg2iFQcJAyC5xw= X-Google-Smtp-Source: ABdhPJznR5vA6qdTnlupVqeVOAdgXbXxU2CYxyXUfia8qmKepPl5WLFNCGS+ljw6NzjQeNRfYeUFvQ== X-Received: by 2002:a2e:9d93:: with SMTP id c19mr3004679ljj.267.1641294891259; Tue, 04 Jan 2022 03:14:51 -0800 (PST) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id q14sm3876134lfu.74.2022.01.04.03.14.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 03:14:50 -0800 (PST) Date: Tue, 4 Jan 2022 14:14:49 +0300 From: Dmitry Kozlyuk To: "=?UTF-8?B?6ZmI54Wc?=" Cc: "users" Subject: Re: Used on windows 2019, but the network card adapter could not be found Message-ID: <20220104141449.5f09b322@sovereign> In-Reply-To: References: X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Hello, 2021-12-30 09:18 (UTC+0800), =E9=99=88=E7=85=9C: > But I can't find x710 and E810 in the network adapter directory, so I can= 't > configure its IP address. I hope I can find it in both the UIO directory > and the network adapter.Could you please tell me what to do? Unfortunately, NetUIO doesn't work the way you expect. When a NIC is bound to NetUIO driver, it is taken away from the OS network stack and is entirely controlled by DP= DK. You will not see it as a network adapter and cannot assign it an address. It is similar to uio_pci_generic on Linux.