On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote: > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > --- > doc/guides/linux_gsg/build_dpdk.rst | 58 ------------------- > doc/guides/linux_gsg/build_sample_apps.rst | 16 +---- > .../linux_gsg/cross_build_dpdk_for_arm64.rst | 42 -------------- > doc/guides/linux_gsg/enable_func.rst | 3 - > doc/guides/linux_gsg/intro.rst | 2 +- > doc/guides/linux_gsg/linux_drivers.rst | 2 - > doc/guides/linux_gsg/sys_reqs.rst | 4 -- > 7 files changed, 4 insertions(+), 123 deletions(-) > <snip> > diff --git a/doc/guides/linux_gsg/linux_drivers.rst > b/doc/guides/linux_gsg/linux_drivers.rst > index 185074013a..ba0e45d95b 100644 > --- a/doc/guides/linux_gsg/linux_drivers.rst > +++ b/doc/guides/linux_gsg/linux_drivers.rst
In section 5.1 there is a reference to the "kmod" subdirectory, which is the make build directory name. This should be changed to "kernel/linux" for meson builds. > @@ -38,8 +38,6 @@ be loaded as shown below: > > .. note:: > > - ``igb_uio`` module is disabled by default starting from ``DPDK v20.02``. > - To build it, the config option ``CONFIG_RTE_EAL_IGB_UIO`` should be > enabled. The deleted text needs to be replaced, I think. I'd suggest: "Building DPDK Linux kernel modules is disabled by default starting from DPDK v20.02. To enable them again, the config option "enable_kmods" needs to be set in the meson build configuration. See :ref:`adjusting_build_options` for details on how to set/clear build options." > It is planned to move ``igb_uio`` module to a different git repository. > > .. note::