From: "Zhu, WenhuiX" <wenhuix.zhu@intel.com>
To: "Zhang, YanX A" <yanx.a.zhang@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhang, YanX A" <yanx.a.zhang@intel.com>
Subject: Re: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:Optimize scripts to improve stability
Date: Wed, 13 Nov 2019 08:40:57 +0000 [thread overview]
Message-ID: <E08767FB2CE10642B6780736EAC070F6049FF470@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1573634679-53064-1-git-send-email-yanx.a.zhang@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2098 bytes --]
Tested-by: Zhu, WenhuiX <wenhuix.zhu@intel.com>
-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhang,yan
Sent: Wednesday, November 13, 2019 4:45 PM
To: dts@dpdk.org
Cc: Zhang, YanX A <yanx.a.zhang@intel.com>
Subject: [dts] [PATCH V1] tests/TestSuite_vf_interrupt_pmd:Optimize scripts to improve stability
Optimize scripts to improve stability.
Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
---
tests/TestSuite_vf_interrupt_pmd.py | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index 0b1f858..eaeaccd 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -212,18 +212,23 @@ class TestVfInterruptPmd(TestCase):
self.VF0_bind_vfio_pci()
+ cores = "1S/1C/1T"
+ core_list = self.vm0_dut.get_core_list(cores)
+ core_user = core_list[0]
+ core_mask_user = utils.create_mask(core_list)
+
cmd = self.path + \
- " -l 1-3 -n %d -- -P -p 0x01 --config='(0,0,2)'" % (
- self.vm0_dut.get_memory_channels())
+ " -c %s -n %d -- -P -p 0x01 --config='(0,0,%s)'" % (
+ core_mask_user, self.vm0_dut.get_memory_channels(), core_user)
self.vm0_dut.send_expect(cmd, "L3FWD_POWER", 60)
time.sleep(1)
self.send_packet(self.vf0_mac, self.rx_intf_0, self.vm0_dut)
self.destroy_vm_env()
self.verify(
- "lcore 2 is waked up from rx interrupt on port 0" in self.out2, "Wake up failed")
+ "lcore %s is waked up from rx interrupt on port 0" % core_user in self.out2, "Wake up failed")
self.verify(
- "lcore 2 sleeps until interrupt triggers" in self.out2, "lcore 2 not sleeps")
+ "lcore %s sleeps until interrupt triggers" % core_user in self.out2, "lcore %s not sleeps" % core_user)
def test_nic_interrupt_VF_vfio_pci(self, driver='default'):
"""
--
2.17.2
[-- Attachment #2: TestVfInterruptPmd_fortvill_spirit.log --]
[-- Type: application/octet-stream, Size: 96658 bytes --]
[-- Attachment #3: TestVfInterruptPmd_fortpark.log --]
[-- Type: application/octet-stream, Size: 96582 bytes --]
next prev parent reply other threads:[~2019-11-13 8:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 8:44 zhang,yan
2019-11-13 8:40 ` Zhu, WenhuiX [this message]
2019-12-27 8:13 ` 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=E08767FB2CE10642B6780736EAC070F6049FF470@shsmsx102.ccr.corp.intel.com \
--to=wenhuix.zhu@intel.com \
--cc=dts@dpdk.org \
--cc=yanx.a.zhang@intel.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).