From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BCD5236E for ; Thu, 9 Mar 2017 02:37:02 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2017 17:37:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,266,1486454400"; d="scan'208";a="233958691" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga004.fm.intel.com with ESMTP; 08 Mar 2017 17:37:00 -0800 Message-ID: <58C0AFD6.4050709@intel.com> Date: Thu, 09 Mar 2017 09:28:54 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Xueqin Lin , dts@dpdk.org References: <1489000868-37571-1-git-send-email-xueqin.lin@intel.com> In-Reply-To: <1489000868-37571-1-git-send-email-xueqin.lin@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v3] VF daemon DPDK PF + DPDK VF test suite X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2017 01:37:03 -0000 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)