From: Andrew Rybchenko Date: Sun, 18 Aug 2019 09:37:46 +0000 (+0100) Subject: ethdev: fix doc reference to FDIR disabled mode X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3c5f2cdb56d769755962a6c184e2a0a0ad70d93f;p=dpdk.git ethdev: fix doc reference to FDIR disabled mode There is no RTE_FDIR_DISABLE. The right name is RTE_FDIR_MODE_NONE. Fixes: af75078fece3 ("first public release") Cc: stable@dpdk.org Signed-off-by: Andrew Rybchenko --- diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h index dc6596bc93..8fa89bf76a 100644 --- a/lib/librte_ethdev/rte_ethdev.h +++ b/lib/librte_ethdev/rte_ethdev.h @@ -911,7 +911,7 @@ enum rte_fdir_status_mode { * A structure used to configure the Flow Director (FDIR) feature * of an Ethernet port. * - * If mode is RTE_FDIR_DISABLE, the pballoc value is ignored. + * If mode is RTE_FDIR_MODE_NONE, the pballoc value is ignored. */ struct rte_fdir_conf { enum rte_fdir_mode mode; /**< Flow Director mode. */