|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1 |
|
| #
09e640e3 |
| 24-Jun-2021 |
David Marchand <[email protected]> |
test: remove hack for private header inclusion
This hack was needed with the make build system. With meson, any private header from a library is visible as long as a dependency to this library is ex
test: remove hack for private header inclusion
This hack was needed with the make build system. With meson, any private header from a library is visible as long as a dependency to this library is expressed.
Signed-off-by: David Marchand <[email protected]> Acked-by: Bruce Richardson <[email protected]> Acked-by: Tyler Retzlaff <[email protected]>
show more ...
|
|
Revision tags: v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1 |
|
| #
99a2dd95 |
| 20-Apr-2021 |
Bruce Richardson <[email protected]> |
lib: remove librte_ prefix from directory names
There is no reason for the DPDK libraries to all have 'librte_' prefix on the directory names. This prefix makes the directory names longer and also m
lib: remove librte_ prefix from directory names
There is no reason for the DPDK libraries to all have 'librte_' prefix on the directory names. This prefix makes the directory names longer and also makes it awkward to add features referring to individual libraries in the build - should the lib names be specified with or without the prefix. Therefore, we can just remove the library prefix and use the library's unique name as the directory name, i.e. 'eal' rather than 'librte_eal'
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|
|
Revision tags: v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2 |
|
| #
6bb0193c |
| 04-Nov-2020 |
Ciara Power <[email protected]> |
test/telemetry: fix typo at beginning of line
A "+" symbol was incorrectly placed at the beginning of a line, this is now removed.
Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creatin
test/telemetry: fix typo at beginning of line
A "+" symbol was incorrectly placed at the beginning of a line, this is now removed.
Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON") Cc: [email protected]
Signed-off-by: Ciara Power <[email protected]>
show more ...
|
|
Revision tags: v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2 |
|
| #
52af6ccb |
| 30-Apr-2020 |
Bruce Richardson <[email protected]> |
telemetry: add utility functions for creating JSON
The functions added in this patch will make it easier for telemetry to convert data to correct JSON responses to telemetry requests. Tests are also
telemetry: add utility functions for creating JSON
The functions added in this patch will make it easier for telemetry to convert data to correct JSON responses to telemetry requests. Tests are also added for these json utility functions.
Signed-off-by: Bruce Richardson <[email protected]> Reviewed-by: Keith Wiles <[email protected]>
show more ...
|