X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fngbe.rst;h=fbd432a93057af2d3dcc0c2591d3833e6f62d06a;hb=cc934df178ab;hp=be50218cbbf8ac9cf042a93305bad6af00ed1624;hpb=6ee7e574cd4833c8d8ec8b9c1f6a8c5c0b8949a7;p=dpdk.git diff --git a/doc/guides/nics/ngbe.rst b/doc/guides/nics/ngbe.rst index be50218cbb..fbd432a930 100644 --- a/doc/guides/nics/ngbe.rst +++ b/doc/guides/nics/ngbe.rst @@ -17,6 +17,27 @@ Prerequisites - Follow the DPDK :ref:`Getting Started Guide for Linux ` to setup the basic DPDK environment. +Pre-Installation Configuration +------------------------------ + +Dynamic Logging Parameters +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +One may leverage EAL option "--log-level" to change default levels +for the log types supported by the driver. The option is used with +an argument typically consisting of two parts separated by a colon. + +NGBE PMD provides the following log types available for control: + +- ``pmd.net.ngbe.driver`` (default level is **notice**) + + Affects driver-wide messages unrelated to any particular devices. + +- ``pmd.net.ngbe.init`` (default level is **notice**) + + Extra logging of the messages during PMD initialization. + + Driver compilation and testing ------------------------------