We're not actually loading nf_conntrack on modern kernels since 4.18. And we're also wasting a lot of time loading and unloading the (t)ftp modules when they are only needed for ALG tests.
This set reduces the time it takes to run 'make check-kernel' by ~30%. Once we get this in OVS, will port it to OVN as well. Ilya Maximets (2): system-kmod-macros: Do not load (t)ftp modules for non-(t)ftp tests. system-kmod-macros: Load modern nf_conntrack modules. tests/system-kmod-macros.at | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) -- 2.54.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
