From: Xie wei <weix.xie@intel.com> To: dts@dpdk.org Cc: Xie wei <weix.xie@intel.com> Subject: [dts] [PATCH V1 2/3] tests/vf_interrupt_pmd: add fortville_25g nic supported Date: Tue, 19 Jan 2021 10:27:33 +0800 Message-ID: <20210119022734.28588-3-weix.xie@intel.com> (raw) In-Reply-To: <20210119022734.28588-1-weix.xie@intel.com> Add fortville_25g nic supported. Signed-off-by: Xie wei <weix.xie@intel.com> --- tests/TestSuite_vf_interrupt_pmd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py index 56f11ee7..8d68b022 100644 --- a/tests/TestSuite_vf_interrupt_pmd.py +++ b/tests/TestSuite_vf_interrupt_pmd.py @@ -312,7 +312,7 @@ class TestVfInterruptPmd(TestCase): """ Check Interrupt for VF with vfio driver, need test with i40e driver """ - self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T", 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic)) + self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_25g', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T", 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic)) self.queues = 4 self.prepare_l3fwd_power(self.dut) self.set_NIC_link() @@ -342,7 +342,7 @@ class TestVfInterruptPmd(TestCase): """ Check for interrupts within the VM, need test with i40e driver """ - self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T', 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic)) + self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_25g', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T', 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic)) self.setup_vm_env() self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" % (self.host_intf0, self.vf0_mac), "# ") -- 2.17.1
next prev parent reply other threads:[~2021-01-19 2:25 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-19 2:27 [dts] [PATCH V1 0/3] " Xie wei 2021-01-19 2:27 ` Xie, WeiX 2021-01-19 9:01 ` Zhao, HaiyangX 2021-01-19 2:27 ` [dts] [PATCH V1 1/3] tests/scatter: modify nic name Xie wei 2021-01-19 2:27 ` Xie wei [this message] 2021-01-19 2:27 ` [dts] [PATCH V1 3/3] conf/test_case_checklist: add fortville_25g nic supported Xie wei 2021-01-21 7:38 ` [dts] [PATCH V1 0/3] " Tu, Lijuan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210119022734.28588-3-weix.xie@intel.com \ --to=weix.xie@intel.com \ --cc=dts@dpdk.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
test suite reviews and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dts/0 dts/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dts dts/ https://inbox.dpdk.org/dts \ dts@dpdk.org public-inbox-index dts Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dts AGPL code for this site: git clone https://public-inbox.org/public-inbox.git