From 7c71f4a62117754336d2c528551ec13efd3463dc Mon Sep 17 00:00:00 2001 From: Moti Haimovsky Date: Thu, 9 Nov 2017 19:30:54 +0200 Subject: [PATCH] doc: remove mlx4 Tx inline compilation option This patch removes the stale CONFIG_RTE_LIBRTE_MLX4_MAX_INLINE compilation option from the documentation. Fixes: 586db080585b ("net/mlx4: remove Tx inline compilation option") Signed-off-by: Moti Haimovsky Acked-by: Adrien Mazarguil --- doc/guides/nics/mlx4.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst index 5c3fb764f6..be1ba16edb 100644 --- a/doc/guides/nics/mlx4.rst +++ b/doc/guides/nics/mlx4.rst @@ -107,11 +107,6 @@ These options can be modified in the ``.config`` file. to abort with harmless debugging messages as a workaround. Relevant only when CONFIG_RTE_LIBRTE_MLX4_DEBUG is enabled. -- ``CONFIG_RTE_LIBRTE_MLX4_MAX_INLINE`` (default **0**) - - Amount of data to be inlined during TX operations. Improves latency but - lowers throughput. - - ``CONFIG_RTE_LIBRTE_MLX4_TX_MP_CACHE`` (default **8**) Maximum number of cached memory pools (MPs) per TX queue. Each MP from -- 2.20.1