On Thu, Jun 18, 2020 at 02:42:15AM +0200, Thomas Monjalon wrote:
There was a doc about how to extend DPDK by adding a library.
It could have been useful but was never updated,
so it is lacking a lot of explanations about doxygen,
meson, versioning, maintainership, etc.
Anyway such guidelines should fit in the contributors guide.
Better to completely remove this obsolete document.
Signed-off-by: Thomas Monjalon <redacted>
---
doc/guides/prog_guide/extend_dpdk.rst | 109 --------------------------
1 file changed, 109 deletions(-)
delete mode 100644 doc/guides/prog_guide/extend_dpdk.rst
Missing a change to remove the file reference from index.rst
With that fixed:
Acked-by: Bruce Richardson <redacted>