#
43f062ac |
| 27-Oct-2023 |
Bruce Richardson <bruce.richardson@intel.com> |
examples/multi_process: generate cmdline boilerplate
Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the app.
Signed-off-by: Bruc
examples/multi_process: generate cmdline boilerplate
Use the dpdk-cmdline-gen script to autogenerate all the boilerplate structs and defines for the commandline part of the app.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Signed-off-by: David Marchand <david.marchand@redhat.com>
show more ...
|
#
7d5cfaa7 |
| 26-Apr-2021 |
Bruce Richardson <bruce.richardson@intel.com> |
build: fix formatting of Meson lists
Running "./devtools/check-meson.py --fix" on the DPDK repo fixes a number of issues with whitespace and formatting of files:
* indentation of lists * missing tr
build: fix formatting of Meson lists
Running "./devtools/check-meson.py --fix" on the DPDK repo fixes a number of issues with whitespace and formatting of files:
* indentation of lists * missing trailing commas on final list element * multiple list entries per line when list is not all single-line
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
cf59165d |
| 20-Apr-2021 |
Bruce Richardson <bruce.richardson@intel.com> |
examples: reduce indentation in build files
As with the lib and drivers directories, we can use "continue" keyword to reduce the indentation level of the majority of the foreach block. At the same t
examples: reduce indentation in build files
As with the lib and drivers directories, we can use "continue" keyword to reduce the indentation level of the majority of the foreach block. At the same time, we can also replace tab indentation with spaces.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
78d44153 |
| 22-Apr-2020 |
Sunil Kumar Kori <skori@marvell.com> |
ethdev: add tracepoints
Add tracepoints at important and mandatory APIs for tracing support.
Signed-off-by: Sunil Kumar Kori <skori@marvell.com> Acked-by: David Marchand <david.marchand@redhat.com>
|
#
f10aadfd |
| 23-May-2019 |
Ali Alnubani <alialnu@mellanox.com> |
examples/multi_process: build with meson
This enables building the example multiprocess applications in the subdirectory multi_process.
Signed-off-by: Ali Alnubani <alialnu@mellanox.com> Acked-by:
examples/multi_process: build with meson
This enables building the example multiprocess applications in the subdirectory multi_process.
Signed-off-by: Ali Alnubani <alialnu@mellanox.com> Acked-by: Luca Boccassi <bluca@debian.org>
show more ...
|