[dts] [PATCH v3] VF daemon DPDK PF + DPDK VF test suite

Liu, Yong yong.liu at intel.com
Thu Mar 9 02:28:54 CET 2017


Xueqin,
As I mentioned before, please not rmmod kernel in DTS for stability. You 
can do it before by manually or just bind vf device driver in the 
execution process.

Thanks,
Marvin

On 03/09/2017 03:21 AM, Xueqin Lin wrote:
> +        self.dut.generate_sriov_vfs_by_port(
> +            self.used_dut_port, 2, driver=driver)
> +        self.sriov_vfs_port = self.dut.ports_info[
> +            self.used_dut_port]['vfs_port']
> +        self.dut.send_expect("rmmod %svf" % self.kdriver, "# ")
> +        self.dut_testpmd = PmdOutput(self.dut)



More information about the dts mailing list