From: Thomas Monjalon Date: Wed, 17 Jul 2019 08:56:24 +0000 (+0200) Subject: eal: update comment about --no-huge option X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b685129c79e4d98607a4f234c5ec4d60138ef116;p=dpdk.git eal: update comment about --no-huge option The old comment, on top of the function rte_eal_has_hugepages(), is really outdated and not generic enough. Signed-off-by: Thomas Monjalon Acked-by: Anatoly Burakov --- diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h index 34245b0535..b7cf912145 100644 --- a/lib/librte_eal/common/include/rte_eal.h +++ b/lib/librte_eal/common/include/rte_eal.h @@ -448,10 +448,7 @@ rte_set_application_usage_hook(rte_usage_hook_t usage_func); /** * Whether EAL is using huge pages (disabled by --no-huge option). - * The no-huge mode cannot be used with UIO poll-mode drivers like igb/ixgbe. - * It is useful for NIC drivers (e.g. librte_pmd_mlx4, librte_pmd_vmxnet3) or - * crypto drivers (e.g. librte_crypto_nitrox) provided by third-parties such - * as 6WIND. + * The no-huge mode is not compatible with all drivers or features. * * @return * Nonzero if hugepages are enabled.