From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C6205A00BE; Wed, 8 Jul 2020 09:49:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A46561DB16; Wed, 8 Jul 2020 09:49:37 +0200 (CEST) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) by dpdk.org (Postfix) with ESMTP id A90F21DA4E for ; Wed, 8 Jul 2020 09:49:36 +0200 (CEST) Received: by mail-lj1-f178.google.com with SMTP id r19so1971419ljn.12 for ; Wed, 08 Jul 2020 00:49:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=j38HhDOnUDkYmbdx91/uNjGHTCJ3dZpv4hisPsw89Hw=; b=KVVadCptisu+iOi2ruHgDkn5iZ2JbUVMe/lVUDMqh+5KnVFmIT6qMRT8izRit/AK++ JEDtzqnjKawpwFS6BG1jDdQdtskEfuqvYatG83x5bKxeAkhW+Mfg1KVZ64e1YfhxTHW2 +UAZotL21k3AWfvYtNK5YPDi4Bq1+SfRwhMZKF8VOIlyXJnG7vN7IXhpcjeOb/lmLP+w 6U5CCdlymbvmkFEpLAezlJMq+bkYFqgYiSkHJhNcDsKSV5P6YWSlNnkE5ASbPXSgSWxn eh6z3EbPaYnXsKjg+H6HhPScByMgZoam+UqP+eecJo1VuLz7xFDPhtil8qXRBz66CQ/L 3NKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=j38HhDOnUDkYmbdx91/uNjGHTCJ3dZpv4hisPsw89Hw=; b=CpkxX6HDKq+8+e5W9SNGyVXx28a6H06Qd+RLKbzAwggN5PGOAlwMt1AJXp5QxGMBiV qhrmJi/fDHnsO3m+76PNjrZY9QCh3gu7pCHAlXiYJ6Jhhi+/1/XMHUpJOUzfYh+MSwZr 6Lno1BZEvERFO0oU+7ywGjfLZWW5NUPGjeV+CldvnBUpmH7IzOca1jGgR7dJOMT+z/Xl pd5bXM6BSrwHUI2B9oZIe6GvyjUjj3QQr9Vk1WEyLILHG/otOd5hUEvAWWVbFrHQykPX A/41Y0UbyUv1/jkg4QDVCrPxmjjx+mq7AGghH8W2KQSzOa9WBKpnsihfRklqc3lJb/Et knFw== X-Gm-Message-State: AOAM530CRf3KcMO8yAZLKakRhTAZpESkrCMgUk61lvYfZlRc4tYsknxz eWt1aL1yufaftwWL4HWXTCg= X-Google-Smtp-Source: ABdhPJwdIsDvo6YKUxDSsO6F/e7nsiFvFIp4az4R0uGpQvI91C6bMtMUvA61/1LFbigNbodTZ3uqwA== X-Received: by 2002:a2e:7314:: with SMTP id o20mr22345119ljc.233.1594194576152; Wed, 08 Jul 2020 00:49:36 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id m25sm712264ljj.128.2020.07.08.00.49.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 08 Jul 2020 00:49:35 -0700 (PDT) Date: Wed, 8 Jul 2020 10:49:34 +0300 From: Dmitry Kozlyuk To: Tal Shnaiderman Cc: Ranjit Menon , "dev@dpdk.org" , Narcisa Ana Maria Vasile , Pallavi Kadam Message-ID: <20200708104934.5e0c7ef3@sovereign> In-Reply-To: References: <20200707202203.8780-1-dmitry.kozliuk@gmail.com> <4bcaa42f-1a72-b80e-8afa-327fddd7c7a2@intel.com> <20200708032031.2ceaca0b@sovereign> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] eal/windows: detect insufficient privileges for hugepages X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" On Wed, 8 Jul 2020 06:43:57 +0000, Tal Shnaiderman wrote: [snip] Thanks for the testing. > Do you think this is enough or do we want to give the user further indica= tion that configuration action from his side might be needed? Something ali= ke "Please verify OS Large-Page support is enabled for the current user" Yes, troubleshooting suggestions would be useful. =46rom Microsoft "Error Message Guidelines" [1]: Avoid the word "please". It can be interpreted to mean that a required action is optional. [1]: https://docs.microsoft.com/en-us/windows/win32/debug/error-message-guidelin= es --=20 Dmitry Kozlyuk