#
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 ...
|
#
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 ...
|