Home
last modified time | relevance | path

Searched refs:txq_inline_max (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c261 inlen = (config->txq_inline_max == MLX5_ARG_UNSET) ? in mlx5_set_txlimit_params()
263 (unsigned int)config->txq_inline_max; in mlx5_set_txlimit_params()
H A Dmlx5_txq.c813 inlen_send = (config->txq_inline_max == MLX5_ARG_UNSET) ? in txq_set_params()
815 (unsigned int)config->txq_inline_max; in txq_set_params()
1022 config->txq_inline_max != MLX5_ARG_UNSET && in txq_adjust_params()
1023 config->txq_inline_max > (int)max_inline) { in txq_adjust_params()
H A Dmlx5.c1492 config->txq_inline_max = tmp; in mlx5_args_check()
1494 config->txq_inline_max = tmp; in mlx5_args_check()
H A Dmlx5.h252 int txq_inline_max; /* Max packet size for inlining with SEND. */ member
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst249 ``txq_inline_max`` and ``txq_inline_mpw`` devargs keys.
547 deprecated and converted to the new parameter ``txq_inline_max`` providing
555 This option should be used in combination with ``txq_inline_max`` and
591 settings. This key also may update ``txq_inline_max`` value (default
613 - ``txq_inline_max`` parameter [int]
628 The default ``txq_inline_max`` value is 290. The specified value may be adjusted
633 amount, in this case warning is emitted. If ``txq_inline_max`` key is
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c2142 dev_config.txq_inline_max = MLX5_ARG_UNSET; in mlx5_os_pci_probe()