Implement support of 'insmod' and 'modprobe' commands into ModuleManager 55/2655/2
authorMartin Klozik <martinx.klozik@intel.com>
Fri, 16 Oct 2015 05:29:30 +0000 (06:29 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 20 Oct 2015 13:44:52 +0000 (13:44 +0000)
commit0bb85c9c85b7aeb74761c6a565e554674a7661c1
tree40cf8f6f697877cab7a598838ba40803638e41b4
parent6f35ae4f20e2f47fae569b29907fa77102ee9ee2
Implement support of 'insmod' and 'modprobe' commands into ModuleManager

Module manager has been enhanced to support both 'insmod' and 'modprobe'
commands for kernel module insertion. In case, that .ko suffix is detected
then insmod will be used otherwise modprobe will be called. This allows
user to specify full path to each module. For example vanilla ovs module
can be defined as "OVS_DIR_VANILLA + 'datapath/linux/openvswitch.ko'"
to load kernel module matching OVS vanilla source tree version.

Change-Id: Ib8d16eca84449ad34d6b307ab836f58d2f0d341b
JIRA: VSPERF-116
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
src/dpdk/dpdk.py
tools/module_manager.py
vswitches/ovs_vanilla.py