test mbuf attach
[dpdk.git] / lib / librte_telemetry /
2020-07-19 Ciara Powertelemetry: add upper limit on connections
2020-07-07 David Marchandlib: remind experimental status in headers
2020-05-24 Ciara Powertelemetry: fix init log printing
2020-05-19 Ciara Powertelemetry: fix buffer overrun if max bytes read
2020-05-19 Ciara Powertelemetry: check socket creation failure
2020-05-19 Ciara Powertelemetry: close socket on connection failure
2020-05-19 Ciara Powertelemetry: fix error checking for strchr function
2020-05-19 Ciara Powertelemetry: keep threads separate from data plane
2020-05-11 David Marchandtelemetry: fix error log output
2020-05-11 David Marchandtelemetry: fix build for armv7
2020-05-10 Ciara Powereal: add telemetry as dependency
2020-05-10 Ciara Powertelemetry: remove redundant code
2020-05-10 Ciara Powertelemetry: introduce backward compatibility
2020-05-10 Ciara Powertelemetry: add default callback commands
2020-05-10 Bruce Richardsontelemetry: add functions for returning callback data
2020-05-10 Bruce Richardsontelemetry: introduce new functionality
2020-05-10 Bruce Richardsontelemetry: add utility functions for creating JSON
2020-05-10 Bruce Richardsontelemetry: invert dependency on metrics library
2020-05-10 Ciara Powermetrics: reduce telemetry code
2020-05-10 Ciara Powertelemetry: move some functions to metrics library
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-13 Ciara Powertelemetry: fix port stats retrieval
2020-02-05 Pavan Nikhileshlib: use common macro RTE_DIM
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-07-04 Flavia Musatescutelemetry: fix build with gcc 9
2019-07-02 Bruce Richardsonlib: add reasons for components being disabled
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-29 David Marchandtelemetry: add missing header include
2019-06-28 Ferruh Yigittelemetry: fix build
2019-06-24 Reshma Pattantelemetry: support global metrics
2019-06-18 Reshma Pattantelemetry: fix memory leak
2019-04-02 Bruce Richardsontelemetry: fix mapping of statistics
2019-02-27 Luca Boccassibuild: improve dependency handling
2019-01-15 Gaetan Riveteal: rename option name field
2019-01-15 Gaetan Riveteal: add option usage string
2019-01-15 Gaetan Riveteal: use bare option string as name
2018-12-22 Bruce Richardsontelemetry: fix using ports of different types
2018-10-27 Kevin Laatzbuild: add dependency on telemetry to apps with meson
2018-10-27 Ciara Powertelemetry: add ability to disable selftest
2018-10-27 Ciara Powertelemetry: format json response when sending stats
2018-10-27 Ciara Powertelemetry: update metrics before sending stats
2018-10-27 Ciara Powertelemetry: add parser for client socket messages
2018-10-27 Ciara Powertelemetry: add client feature and sockets
2018-10-27 Ciara Powertelemetry: add initial connection socket
2018-10-27 Ciara Powertelemetry: introduce infrastructure