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:
0eb8b19
)
config: fix comment
author
Herakliusz Lipiec
<herakliusz.lipiec@intel.com>
Mon, 29 May 2017 14:56:50 +0000
(15:56 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 4 Jun 2017 11:18:06 +0000
(13:18 +0200)
Fixes:
4fb7e803eb1a
("ethdev: add Tx preparation")
Signed-off-by: Herakliusz Lipiec <herakliusz.lipiec@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
config/common_base
patch
|
blob
|
history
diff --git
a/config/common_base
b/config/common_base
index
8907bea
..
c858769
100644
(file)
--- a/
config/common_base
+++ b/
config/common_base
@@
-139,7
+139,7
@@
CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
#
# Turn off Tx preparation stage
#
-# Warning: rte_eth
dev
_tx_prepare() can be safely disabled only if using a
+# Warning: rte_eth_tx_prepare() can be safely disabled only if using a
# driver which do not implement any Tx preparation.
#
CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n