X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fqede.rst;h=da9af95373989a39795574743902b6873f6c4fd4;hb=b94c709decbe39582c68cf3605745b60a4f7985a;hp=5b2f8689521e9b5acb0b81928d8883e071cdf7f8;hpb=e28bfe33552f294719889c48c0c050864b24c9ce;p=dpdk.git diff --git a/doc/guides/nics/qede.rst b/doc/guides/nics/qede.rst index 5b2f868952..da9af95373 100644 --- a/doc/guides/nics/qede.rst +++ b/doc/guides/nics/qede.rst @@ -34,18 +34,13 @@ Supported Features - VLAN offload - Filtering and stripping - N-tuple filter and flow director (limited support) - NPAR (NIC Partitioning) -- SR-IOV VF +- SR-IOV PF and VF - GRE Tunneling offload - GENEVE Tunneling offload - VXLAN Tunneling offload - MPLSoUDP Tx Tunneling offload - Generic flow API -Non-supported Features ----------------------- - -- SR-IOV PF - Co-existence considerations --------------------------- @@ -108,25 +103,12 @@ Performance note - For better performance, it is recommended to use 4K or higher RX/TX rings. -Config File Options -~~~~~~~~~~~~~~~~~~~ - -The following options can be modified in the ``.config`` file. Please note that -enabling debugging options may affect system performance. - -- ``CONFIG_RTE_LIBRTE_QEDE_PMD`` (default **y**) - - Toggle compilation of QEDE PMD driver. +Config Options +~~~~~~~~~~~~~~ -- ``CONFIG_RTE_LIBRTE_QEDE_DEBUG_TX`` (default **n**) +The following option can be modified in the ``config/rte_config.h`` file. - Toggle display of transmit fast path run-time messages. - -- ``CONFIG_RTE_LIBRTE_QEDE_DEBUG_RX`` (default **n**) - - Toggle display of receive fast path run-time messages. - -- ``CONFIG_RTE_LIBRTE_QEDE_FW`` (default **""**) +- ``RTE_LIBRTE_QEDE_FW`` (default **""**) Gives absolute path of firmware file. ``Eg: "/lib/firmware/qed/qed_init_values-8.40.33.0.bin"`` @@ -135,6 +117,16 @@ enabling debugging options may affect system performance. CAUTION this option is more for custom firmware, it is not recommended for use under normal condition. +The following options can be enabled with Meson flags. + +- ``RTE_LIBRTE_QEDE_DEBUG_TX`` (default **disabled**) + + Toggle display of transmit fast path run-time messages. + +- ``RTE_LIBRTE_QEDE_DEBUG_RX`` (default **disabled**) + + Toggle display of receive fast path run-time messages. + Config notes ~~~~~~~~~~~~