Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction of tracing from child process and new EAL params support #2505

Merged
merged 4 commits into from Oct 25, 2017

Commits on Oct 24, 2017

  1. Correction of tracing from child process

    - There was read 16kb from pipe but only less then 1kb was traced.
      Rest of trace data was lost.
    Added support for two EAL parameters:
      LogLevel - optional EAL paramenter which enable debug traces from rte libs
                 If parameter is not used default trace level = 7 (INFO) is used
                 LogLevel "8" - (DEBUG) can be set to collectd.conf into dpdkstat
                 EAL section
      RteDriverLibPath - optional EAL parameter which enable loading of shared
                         pmd driver libs. Param value can be full path to single
                         pmd diriver lib or directory where pmd driver libs are
                         located. E.g.: "/usr/lib/dpdk-pmd/librte_pmd_i40e.so"
                                     or "/usr/lib/dpdk-pmd"
    
    Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
    jiriproX committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    bf291ad View commit details
    Browse the repository at this point in the history
  2. Format correction.

    Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
    jiriproX committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    23fadd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Incorporation of review commnets

    Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
    jiriproX committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    5af4545 View commit details
    Browse the repository at this point in the history
  2. One more review comment

    Signed-off-by: Jiri Prokes <jirix.x.prokes@intel.com>
    jiriproX committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    a90e8ac View commit details
    Browse the repository at this point in the history