Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1)This plugin depends on the DPDK 19.08 release. 


DPDK build/configurationBuilding and Running DPDK  application:

1)To fetch DPDK stats the DPDK has to be compiled with below telemetry config option flag set to y. 

CONFIG_RTE_LIBRTE_TELEMETRY=y

2)Also the DPDK application should be run with "–telemetry" eal option.

 Ex:  $dpdk/app/testpmd --telemetry  -l 2,3,4 -n 4 

Reference: 

  1. DPDK telemetry library          - http://lxr.dpdk.org/dpdk/v19.08/source/lib/librte_telemetry
  2. DPDK telemetry library doc:  - http://lxr.dpdk.org/dpdk/v19.08/source/doc/guides/howto/telemetry.rst

...