git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce276d9
)
ethdev: fix doc reference to FDIR disabled mode
author
Andrew Rybchenko
<arybchenko@solarflare.com>
Sun, 18 Aug 2019 09:37:46 +0000
(10:37 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 27 Aug 2019 12:25:57 +0000
(14:25 +0200)
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 <arybchenko@solarflare.com>
lib/librte_ethdev/rte_ethdev.h
patch
|
blob
|
history
diff --git
a/lib/librte_ethdev/rte_ethdev.h
b/lib/librte_ethdev/rte_ethdev.h
index
dc6596b
..
8fa89bf
100644
(file)
--- 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_
DISABL
E, the pballoc value is ignored.
+ * If mode is RTE_FDIR_
MODE_NON
E, the pballoc value is ignored.
*/
struct rte_fdir_conf {
enum rte_fdir_mode mode; /**< Flow Director mode. */