DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation
@ 2020-06-18  0:42 Thomas Monjalon
  2020-06-18  0:42 ` [dpdk-dev] [PATCH 1/4] doc: remove outdated guidelines for library addition Thomas Monjalon
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Thomas Monjalon @ 2020-06-18  0:42 UTC (permalink / raw)
  To: dev; +Cc: david.marchand, bruce.richardson

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

-- 
2.26.2


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-06-29 14:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  0:42 [dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation Thomas Monjalon
2020-06-18  0:42 ` [dpdk-dev] [PATCH 1/4] doc: remove outdated guidelines for library addition Thomas Monjalon
2020-06-18  9:46   ` Bruce Richardson
2020-06-18  0:42 ` [dpdk-dev] [PATCH 2/4] doc: remove build instructions where unneeded Thomas Monjalon
2020-06-18  1:10   ` Ajit Khaparde
2020-06-18  2:02   ` Chautru, Nicolas
2020-06-18  8:06     ` Thomas Monjalon
2020-06-18  2:16   ` Zhoujian (jay)
2020-06-18  9:48   ` Bruce Richardson
2020-06-18  0:42 ` [dpdk-dev] [PATCH 3/4] doc: update build instructions in the Linux guide Thomas Monjalon
2020-06-18  0:42 ` [dpdk-dev] [PATCH 4/4] mk: add a paused deprecation warning before each build Thomas Monjalon
2020-06-18 10:04   ` Bruce Richardson
2020-06-18  1:36 ` [dpdk-dev] [PATCH 0/4] one more step in makefiles deprecation Stephen Hemminger
2020-06-25 21:43 ` [dpdk-dev] [PATCH v2 " Thomas Monjalon
2020-06-25 21:43   ` [dpdk-dev] [PATCH v2 1/4] doc: remove outdated guidelines for library addition Thomas Monjalon
2020-06-25 21:43   ` [dpdk-dev] [PATCH v2 2/4] doc: remove build instructions where unneeded Thomas Monjalon
2020-06-25 21:43   ` [dpdk-dev] [PATCH v2 3/4] doc: update build instructions in the Linux guide Thomas Monjalon
2020-06-26 17:11     ` Bruce Richardson
2020-06-25 21:43   ` [dpdk-dev] [PATCH v2 4/4] mk: add a paused deprecation warning before each build Thomas Monjalon
2020-06-29 14:15   ` [dpdk-dev] [PATCH v2 0/4] one more step in makefiles deprecation David Marchand
2020-06-29 14:26     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).