[dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation
Stephen Hemminger
stephen at networkplumber.org
Thu Jun 18 03:36:28 CEST 2020
On Thu, 18 Jun 2020 02:42:14 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:
> Some "make" usages are cleaned up in the documentation,
> and an inevitable deprecation warning is printed when using "make".
>
>
> *********************************************
> NOTE: Lots of docs must be converted to meson
> build, configuration and installation layout,
> as soon as possible. Please HELP!
>
> A trick to find some affected docs:
> git grep -- -linux- doc
> *********************************************
>
>
> It should be the final step before complete removal
> of the "make" build system in DPDK 20.11.
>
>
> Thomas Monjalon (4):
> doc: remove outdated guidelines for library addition
> doc: remove build instructions where unneeded
> doc: update build instructions in the Linux guide
> mk: add a paused deprecation warning before each build
>
> doc/guides/bbdevs/fpga_5gnr_fec.rst | 7 +-
> doc/guides/bbdevs/fpga_lte_fec.rst | 7 +-
> doc/guides/cryptodevs/virtio.rst | 9 +-
> .../virtio_user_for_container_networking.rst | 6 -
> doc/guides/linux_gsg/build_dpdk.rst | 66 +++--------
> .../linux_gsg/nic_perf_intel_platform.rst | 8 +-
> doc/guides/nics/bnxt.rst | 30 +----
> doc/guides/nics/build_and_test.rst | 43 +------
> doc/guides/prog_guide/extend_dpdk.rst | 109 ------------------
> doc/guides/testpmd_app_ug/build_app.rst | 26 -----
> mk/rte.sdkconfig.mk | 5 -
> mk/rte.sdkroot.mk | 16 +++
> 12 files changed, 49 insertions(+), 283 deletions(-)
> delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst
>
It would help if a document described how application using old mk
files could be converted. Maybe using some standard open source project
that is stuck on mk.
More information about the dev
mailing list