From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6F398A00BE; Wed, 29 Apr 2020 10:34:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6624F1D977; Wed, 29 Apr 2020 10:34:31 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0D2D61D975 for ; Wed, 29 Apr 2020 10:34:29 +0200 (CEST) IronPort-SDR: iC2y+LQzzseoK40kIOSyvttBfr5XuVIgDpXc39yleSADIBknFtpCeRhFS9S03cjUWmzZW0BeAF ndHerkYZce0Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Apr 2020 01:34:28 -0700 IronPort-SDR: HfCxwJ6FFGYcq3eb8nYvKuck8nyihQqy13hVIZQNYgRqMyymIE2lyFWnYYXRLjzfT38xLoEwj9 nwIa54VymPgQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,330,1583222400"; d="scan'208";a="367746197" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.183.135]) by fmsmga001.fm.intel.com with ESMTP; 29 Apr 2020 01:34:27 -0700 From: Xie Wei To: dts@dpdk.org Cc: Xie Wei Date: Wed, 29 Apr 2020 16:40:26 +0800 Message-Id: <1588149626-65882-1-git-send-email-weix.xie@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Xie Wei --- tests/TestSuite_vf_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py index f5a5038..f2f28fe 100755 --- a/tests/TestSuite_vf_kernel.py +++ b/tests/TestSuite_vf_kernel.py @@ -560,7 +560,7 @@ class TestVfKernel(TestCase): self.verify(self.dmac.upper() in out, "PF can't receive packet") # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF - if self.nic.startswith('fortville') or self.nic.startswith('carlsville'): + if self.nic.startswith('fortville') or self.nic.startswith('carlsville') or self.nic.startswith('fortpark_BASE-T'): self.vm0_dut.send_expect( "ifconfig %s mtu 3000" % self.vm0_intf0, "#") -- 2.17.2