[dts] [PATCH V1] change modprobe vfio-pci object in setup function in vf packet rxtx

Liu, Yong yong.liu at intel.com
Wed Jan 3 17:47:44 CET 2018


Thanks, meijuan. This is bug fix patch, so have changed your patch's 
subject and applied.

On 01/03/2018 04:51 PM, zhao,meijuan wrote:
> change modprobe vfio-pci object in setup function in vf packet rxtx
>
> Signed-off-by: zhao,meijuan <meijuanx.zhao at intel.com>
> ---
>   tests/TestSuite_vf_packet_rxtx.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_vf_packet_rxtx.py b/tests/TestSuite_vf_packet_rxtx.py
> index 83ccf1e..3312e05 100644
> --- a/tests/TestSuite_vf_packet_rxtx.py
> +++ b/tests/TestSuite_vf_packet_rxtx.py
> @@ -30,7 +30,7 @@ class TestVfPacketRxtx(TestCase):
>               self.vf_assign_method = 'pci-assign'
>           else:
>               self.vf_assign_method = 'vfio-pci'
> -            self.tester.send_expect('modprobe vfio-pci', '#')
> +            self.dut.send_expect('modprobe vfio-pci', '#')
>   
>   
>   



More information about the dts mailing list