.. index:: pair: group; Setting Tx coalescing parameters .. _doxid-group__ethtool-tx__coalesce: Setting Tx coalescing parameters ================================ .. toctree:: :hidden: Check that Tx interrupt coalescing parameters are applied on a tested interface. #. Check that Tx interrupt coalescing settings are supported. #. Save current values of coalescing parameters changed by **profile**. #. Disable adaptive Tx coalescing before changing Tx parameters. #. Set Tx time and frame limits to zero #. Set Tx interrupt coalescing parameters from **profile**. #. Read back Tx coalescing parameters and check they were applied. Denis Pryazhennikov `denis.pryazhennikov@oktetlabs.ru `__ .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - env - Testing environment: * :ref:`env.iut_only ` * - profile - Tx coalescing settings profile: * ``disabled`` * ``time_only`` * ``frames_only`` * ``time_frames`` * ``irq`` * ``irq_usecs`` * ``irq_frames`` * ``adaptive`` * ``adaptive_low_time`` * ``adaptive_low_frames`` * ``adaptive_high_time`` * ``adaptive_high_frames`` * ``adaptive_rate`` * ``invalid`` * - per_queue - Whether to set per-queue coalescing.