#
1539acc2 |
| 30-Jul-2021 |
Jerin Jacob <jerinj@marvell.com> |
drivers: remove warning with Meson 0.59
Since meson 0.59.0 version, the extract_all_objects() API need to pass explicit boolean value.
To remove the following warning[1], added explicit `true` for
drivers: remove warning with Meson 0.59
Since meson 0.59.0 version, the extract_all_objects() API need to pass explicit boolean value.
To remove the following warning[1], added explicit `true` for extract_all_objects() use in codebase whever there is no argument.
[1] WARNING: extract_all_objects called without setting recursive keyword argument. Meson currently defaults to non-recursive to maintain backward compatibility but the default will be changed in the future.
Signed-off-by: Jerin Jacob <jerinj@marvell.com> Acked-by: Bruce Richardson <bruce.richardson@intel.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 ...
|
#
4ad4b20a |
| 20-Apr-2021 |
Bruce Richardson <bruce.richardson@intel.com> |
drivers: change indentation in build files
Switch from using tabs to 4 spaces for meson.build indentation.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
|
#
be284df0 |
| 04-Mar-2020 |
Amit Gupta <agupta3@marvell.com> |
net/octeontx: fix meson build for disabled drivers
Add a condition to check if octeontx drivers are disabled. octeontx drivers are built only if dependent drivers i.e. ethdev, mempool and common/oct
net/octeontx: fix meson build for disabled drivers
Add a condition to check if octeontx drivers are disabled. octeontx drivers are built only if dependent drivers i.e. ethdev, mempool and common/octeontx are enabled.
Bugzilla ID: 387 Fixes: 7f615033d64f ("drivers/net: build Cavium NIC PMDs with meson") Cc: stable@dpdk.org
Signed-off-by: Amit Gupta <agupta3@marvell.com> Reviewed-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Harman Kalra <hkalra@marvell.com>
show more ...
|
#
acec04c4 |
| 13-Apr-2020 |
Pavan Nikhilesh <pbhagavatula@marvell.com> |
build: disable experimental API check internally
Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and meson.build. Instead, enable ALLOW_EXPERIMENTAL_API flag across app, lib and
build: disable experimental API check internally
Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and meson.build. Instead, enable ALLOW_EXPERIMENTAL_API flag across app, lib and drivers. This changes reduces the clutter across the project while still maintaining the functionality of ALLOW_EXPERIMENTAL_API i.e. warning external applications about experimental API usage.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Signed-off-by: David Marchand <david.marchand@redhat.com>
show more ...
|
#
589dd86a |
| 31-Aug-2018 |
Bruce Richardson <bruce.richardson@intel.com> |
net/*/base: allow use of experimental APIs in base code
The driver setting of "allow_experimental_apis" was not being used when building the base code. To allow this we can manually put in a check i
net/*/base: allow use of experimental APIs in base code
The driver setting of "allow_experimental_apis" was not being used when building the base code. To allow this we can manually put in a check in the base code files for the setting and set the appropriate cflag if it's needed.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Andrew Rybchenko <arybchenko@solarflare.com> Tested-by: Ilya Maximets <i.maximets@samsung.com>
show more ...
|
#
7f615033 |
| 19-Jan-2018 |
Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> |
drivers/net: build Cavium NIC PMDs with meson
Add Cavium octeontx and thunder nicvf to meson build infrastructure.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> Acked-by: Bruce R
drivers/net: build Cavium NIC PMDs with meson
Add Cavium octeontx and thunder nicvf to meson build infrastructure.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@caviumnetworks.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|