From 79c9c675d20c1f29fc9e3f362d9323654cec94de Mon Sep 17 00:00:00 2001 From: Herakliusz Lipiec Date: Mon, 29 May 2017 15:56:50 +0100 Subject: [PATCH] config: fix comment Fixes: 4fb7e803eb1a ("ethdev: add Tx preparation") Signed-off-by: Herakliusz Lipiec Acked-by: John McNamara --- config/common_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/common_base b/config/common_base index 8907bea366..c85876955a 100644 --- 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_ethdev_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 -- 2.20.1