This is now the right timeframe to introduce this change
with the new Python module dependency.
Unfortunately, the ABI check is returning an issue:
'const char mlx5_common_pci_pmd_info[62]' was changed
to 'const char mlx5_common_pci_pmd_info[60]' at rte_common_mlx5.pmd.c
Few more comments below:
20/10/2020 19:44, Dmitry Kozlyuk:
quoted hunk ↗ jump to hunk
--- a/buildtools/meson.build
+++ b/buildtools/meson.build
+if host_machine.system() != 'windows'
You can use "is_windows".
quoted hunk ↗ jump to hunk
--- a/doc/guides/linux_gsg/sys_reqs.rst
+++ b/doc/guides/linux_gsg/sys_reqs.rst
+* ``pyelftools`` (version 0.22+)
This requirement is missing in doc/guides/freebsd_gsg/build_dpdk.rst
quoted hunk ↗ jump to hunk
--- a/meson.build
+++ b/meson.build
-subdir('buildtools/pmdinfogen')
This could be in patch 3 (removing the code).