:orphan: .. index:: pair: group; Network interface configuration TAPI .. _doxid-group__tapi__conf__if: Network interface configuration TAPI ==================================== .. toctree:: :hidden: enum_tapi_netif_msg_level.rst Overview ~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // enums enum :ref:`tapi_netif_msg_level`; // global functions :ref:`te_errno` :ref:`tapi_cfg_if_feature_is_readonly`(const char* ta, const char* ifname, const char* feature_name, bool* readonly); :ref:`te_errno` :ref:`tapi_cfg_if_feature_is_present`(const char* ta, const char* ifname, const char* feature_name, bool* present); :ref:`te_errno` :ref:`tapi_cfg_if_feature_get`(const char* ta, const char* ifname, const char* feature_name, int* feature_value_out); :ref:`te_errno` :ref:`tapi_cfg_if_feature_set`(const char* ta, const char* ifname, const char* feature_name, int feature_value); :ref:`te_errno` :ref:`tapi_cfg_if_feature_set_all_parents`(const char* ta, const char* ifname, const char* feature_name, int feature_value); :ref:`te_errno` :ref:`tapi_cfg_if_deviceinfo_drivername_get`(const char* ta, const char* ifname, char** drivername); :ref:`te_errno` :ref:`tapi_cfg_if_deviceinfo_driverversion_get`(const char* ta, const char* ifname, char** driverversion); :ref:`te_errno` :ref:`tapi_cfg_if_deviceinfo_firmwareversion_get`(const char* ta, const char* ifname, char** firmwareversion); :ref:`te_errno` :ref:`tapi_cfg_if_gro_get`(const char* ta, const char* ifname, int* gro); :ref:`te_errno` :ref:`tapi_cfg_if_gso_get`(const char* ta, const char* ifname, int* gso); :ref:`te_errno` :ref:`tapi_cfg_if_tso_get`(const char* ta, const char* ifname, int* tso); :ref:`te_errno` :ref:`tapi_cfg_if_flags_get`(const char* ta, const char* ifname, int* flags); :ref:`te_errno` :ref:`tapi_cfg_if_get_ring_size`(const char* ta, const char* ifname, bool is_rx, int64_t* ring_size); :ref:`te_errno` :ref:`tapi_cfg_if_get_max_ring_size`(const char* ta, const char* ifname, bool is_rx, int64_t* max_ring_size); :ref:`te_errno` :ref:`tapi_cfg_if_gro_set`(const char* ta, const char* ifname, int gro); :ref:`te_errno` :ref:`tapi_cfg_if_gso_set`(const char* ta, const char* ifname, int gso); :ref:`te_errno` :ref:`tapi_cfg_if_tso_set`(const char* ta, const char* ifname, int tso); :ref:`te_errno` :ref:`tapi_cfg_if_flags_set`(const char* ta, const char* ifname, int flags); :ref:`te_errno` :ref:`tapi_cfg_if_set_ring_size`(const char* ta, const char* ifname, bool is_rx, int64_t ring_size); :ref:`te_errno` :ref:`tapi_cfg_if_set_ring_size_to_max`(const char* ta, const char* ifname, bool is_rx, int64_t* ring_size); :ref:`te_errno` :ref:`tapi_cfg_if_reset`(const char* ta, const char* ifname); :ref:`te_errno` :ref:`tapi_cfg_if_msglvl_get`(const char* ta, const char* ifname, uint64_t* msglvl); :ref:`te_errno` :ref:`tapi_cfg_if_msglvl_set`(const char* ta, const char* ifname, uint64_t msglvl); :ref:`te_errno` :ref:`tapi_cfg_if_priv_flag_get`(const char* ta, const char* if_name, const char* flag_name, bool* state); :ref:`te_errno` :ref:`tapi_cfg_if_priv_flag_set`(const char* ta, const char* if_name, const char* flag_name, bool state); // macros #define :ref:`TAPI_NETIF_MSG_ALL` .. _details-group__tapi__conf__if: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_cfg_if_feature_is_readonly .. _doxid-group__tapi__conf__if_1ga0e37759b23bf5560c50e98263d7ea4fe: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_feature_is_readonly(const char* ta, const char* ifname, const char* feature_name, bool* readonly) Check whether a given interface feature is read-only .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - feature_name - Feature name * - readonly - Will be set to ``true`` if the feature is read-only .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_feature_is_present .. _doxid-group__tapi__conf__if_1gae32cf5b2d24699740967c7bb87cf89bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_feature_is_present(const char* ta, const char* ifname, const char* feature_name, bool* present) Check whether a given interface feature is present .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - feature_name - Feature name * - present - Will be set to ``true`` if the feature is present .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_feature_get .. _doxid-group__tapi__conf__if_1ga9abad9b80d4abc4c2d5bb1671011fa15: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_feature_get(const char* ta, const char* ifname, const char* feature_name, int* feature_value_out) Get feature value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - feature_name - Feature name * - feature_value_out - Location for the value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_feature_set .. _doxid-group__tapi__conf__if_1ga0aea8fc255539b1475791035da76fc49: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_feature_set(const char* ta, const char* ifname, const char* feature_name, int feature_value) Set feature value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - feature_name - Feature name * - feature_value - Location for the value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_feature_set_all_parents .. _doxid-group__tapi__conf__if_1gaf15a6cdbbccba67966c6f98acdf10765: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_feature_set_all_parents(const char* ta, const char* ifname, const char* feature_name, int feature_value) Set feature value of an ethernet interface and all its parents if they are. Ignore ``EOPNOTSUPP`` failures and failures to change read-only feature if requested changing was successful at least for one interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - feature_name - Feature name * - feature_value - Location for the value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_deviceinfo_drivername_get .. _doxid-group__tapi__conf__if_1ga5e5c6413297002d7faca3b7d7ef9eb80: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_deviceinfo_drivername_get(const char* ta, const char* ifname, char** drivername) Get driver name of a network interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - drivername - Driver name, obtained value should be released if not required anymore. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_deviceinfo_driverversion_get .. _doxid-group__tapi__conf__if_1ga1f7d90f0c82b4a88e5aceff888f8fb46: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_deviceinfo_driverversion_get(const char* ta, const char* ifname, char** driverversion) Get driver version of a network interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - driverversion - Driver version, obtained value should be released if not required anymore. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_deviceinfo_firmwareversion_get .. _doxid-group__tapi__conf__if_1gaf2e2c8c887ada8454ba40d078cd389c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_deviceinfo_firmwareversion_get(const char* ta, const char* ifname, char** firmwareversion) Get firmware version of a network interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - firmwareversion - Firmware version, obtained value should be released if not required anymore. .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_gro_get .. _doxid-group__tapi__conf__if_1ga15f96b5fead3fcdd5b48ade4b07628cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_gro_get(const char* ta, const char* ifname, int* gro) Get GRO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - gro - Location for the GRO value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_gso_get .. _doxid-group__tapi__conf__if_1ga478d4626ced58867352009f79510303f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_gso_get(const char* ta, const char* ifname, int* gso) Get GSO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - gso - Location for the GSO value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_tso_get .. _doxid-group__tapi__conf__if_1ga6b734fdff61b2f50bd02bd13ca5398a5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_tso_get(const char* ta, const char* ifname, int* tso) Get TSO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - tso - The TSO value location .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_flags_get .. _doxid-group__tapi__conf__if_1ga2c9170f0523ec9f818a887a843c520ff: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_flags_get(const char* ta, const char* ifname, int* flags) Get flags value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - flags - Location for the eth flags .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_get_ring_size .. _doxid-group__tapi__conf__if_1ga53ac85cec2a40de11594aba81c6b2ea0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_get_ring_size(const char* ta, const char* ifname, bool is_rx, int64_t* ring_size) Get network interface Rx or Tx ring size .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - is_rx - Rx or Tx option * - ta - Test agent name * - ifname - Interface name * - ring_size - Location for the ring size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_get_max_ring_size .. _doxid-group__tapi__conf__if_1ga627f703ca0828903fc46f45a0e61b4da: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_get_max_ring_size(const char* ta, const char* ifname, bool is_rx, int64_t* max_ring_size) Get network interface Rx or Tx preset maximum ring size .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - is_rx - Rx or Tx option * - ta - Test agent name * - ifname - Interface name * - max_ring_size - Location for the ring size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_gro_set .. _doxid-group__tapi__conf__if_1ga8bd87de6a2a1ae6e01c91cc91ada06cf: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_gro_set(const char* ta, const char* ifname, int gro) Set GRO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - gro - A new GRO value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_gso_set .. _doxid-group__tapi__conf__if_1gabfc4fcd82f0e7ff2693b34923a7d20f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_gso_set(const char* ta, const char* ifname, int gso) Set GSO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - gso - A new GSO value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_tso_set .. _doxid-group__tapi__conf__if_1ga192ca7ea0ce3ab0c05cee0309a57a1c8: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_tso_set(const char* ta, const char* ifname, int tso) Set TSO value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - tso - The TSO value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_flags_set .. _doxid-group__tapi__conf__if_1gab224d89166c91beb4ecbcbac38155e8a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_flags_set(const char* ta, const char* ifname, int flags) Set flags value of an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name * - flags - A new eth flags value .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_set_ring_size .. _doxid-group__tapi__conf__if_1ga66843f8c36558e1dcebcc12308e7f301: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_set_ring_size(const char* ta, const char* ifname, bool is_rx, int64_t ring_size) Set network interface Rx or Tx ring size .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - is_rx - Rx or Tx option * - ta - Test agent name * - ifname - Interface name * - ring_size - New ring size to set .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_set_ring_size_to_max .. _doxid-group__tapi__conf__if_1ga6df07d2c30bcdfaa7d8bca2263a27797: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_set_ring_size_to_max(const char* ta, const char* ifname, bool is_rx, int64_t* ring_size) Set network interface Rx or Tx ring size to its maximum .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - is_rx - Rx or Tx option * - ta - Test agent name * - ifname - Interface name * - ring_size - Optional location for effective ring size .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_reset .. _doxid-group__tapi__conf__if_1ga49f6b34d2f0290f413398ff88cd37adb: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_reset(const char* ta, const char* ifname) Reset an ethernet interface .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - ifname - Interface name .. rubric:: Returns: Status code .. index:: pair: function; tapi_cfg_if_msglvl_get .. _doxid-group__tapi__conf__if_1gadb9ddbe27cf67acf78e4521536e7712f: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_msglvl_get(const char* ta, const char* ifname, uint64_t* msglvl) Get current network interface driver message level. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - ifname - Interface name * - msglvl - Where to save driver message level (see tapi_netif_msg_level) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_if_msglvl_set .. _doxid-group__tapi__conf__if_1gac63f7f66c49729ee2741f79790a7d744: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_msglvl_set(const char* ta, const char* ifname, uint64_t msglvl) Set current network interface driver message level. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test Agent name * - ifname - Interface name * - msglvl - Driver message level to set (see te_netif_msg_level) .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_if_priv_flag_get .. _doxid-group__tapi__conf__if_1ga4b53698dfecaf08c40a98b6fb2ded2b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_priv_flag_get(const char* ta, const char* if_name, const char* flag_name, bool* state) Get status of a private flag for a network interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - if_name - Interface name * - flag_name - Name of the flag * - state - Will be set to ``true`` if flag is enabled, to ``false`` otherwise .. rubric:: Returns: Status code. .. index:: pair: function; tapi_cfg_if_priv_flag_set .. _doxid-group__tapi__conf__if_1ga6f83033be02aaa8237d481734b7fb4d6: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_if_priv_flag_set(const char* ta, const char* if_name, const char* flag_name, bool state) Set status of a private flag for a network interface. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta - Test agent name * - if_name - Interface name * - flag_name - Name of the flag * - state - ``true`` to enable, ``false`` to disable .. rubric:: Returns: Status code. Macros ------ .. index:: pair: define; TAPI_NETIF_MSG_ALL .. _doxid-group__tapi__conf__if_1ga471fad6878547b2e09209233f80673ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block #define TAPI_NETIF_MSG_ALL All flags from te_netif_msg_level