From: "Xiao, QimaiX" <qimaix.xiao@intel.com>
To: "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1 0/3] update scripts for dpdk l3fwd-power modification
Date: Tue, 12 May 2020 04:30:30 +0000 [thread overview]
Message-ID: <MWHPR1101MB22548A06096AB4A96145D3B1FBBE0@MWHPR1101MB2254.namprd11.prod.outlook.com> (raw)
In-Reply-To: <1589257228-213338-1-git-send-email-qimaix.xiao@intel.com>
[-- Attachment #1.1: Type: text/plain, Size: 751 bytes --]
Tested-by:Xiao Qimai <qimaix.xiao@intel.com>
________________________________
From: Xiao, QimaiX <qimaix.xiao@intel.com>
Sent: Tuesday, May 12, 2020 12:20 PM
To: dts@dpdk.org <dts@dpdk.org>
Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
Subject: [dts][PATCH V1 0/3] update scripts for dpdk l3fwd-power modification
change source code of l3fwd-power to test virtio interrupt
Xiao Qimai (3):
update script for dpdk's modification
update script for dpdk's modification
update script for dpdk's modification
tests/TestSuite_vhost_enqueue_interrupt.py | 2 ++
tests/TestSuite_vhost_event_idx_interrupt.py | 2 ++
tests/TestSuite_vhost_virtio_user_interrupt.py | 2 ++
3 files changed, 6 insertions(+)
--
1.8.3.1
[-- Attachment #1.2: Type: text/html, Size: 2061 bytes --]
[-- Attachment #2: TestVhostEnqueueInterrupt.log --]
[-- Type: application/octet-stream, Size: 10534 bytes --]
12/05/2020 10:09:22 dts:
TEST SUITE : TestVhostEnqueueInterrupt
12/05/2020 10:09:22 dts: NIC : fortville_eagle
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 tester:
12/05/2020 10:09:22 dut.10.240.183.212: cp ./examples/l3fwd-power/main.c .
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 dut.10.240.183.212: sed -i '/DEV_RX_OFFLOAD_CHECKSUM/d' ./examples/l3fwd-power/main.c
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 dut.10.240.183.212: sed -i 's/rte_exit(EXIT_FAILURE, "init_power_library failed/RTE_LOG(ERR, L3FWD_POWER, "init_power_library failed/g' ./examples/l3fwd-power/main.c
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 dut.10.240.183.212: rm -rf ./app/test/test_resource_c.res.o
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 dut.10.240.183.212: rm -rf ./app/test/test_resource_tar.res.o
12/05/2020 10:09:22 dut.10.240.183.212:
12/05/2020 10:09:22 dut.10.240.183.212: rm -rf ./app/test/test_pci_sysfs.res.o
12/05/2020 10:09:23 dut.10.240.183.212:
12/05/2020 10:09:23 dut.10.240.183.212: make -j 70 -C examples/l3fwd-power
12/05/2020 10:09:25 dut.10.240.183.212: make: Entering directory '/root/dpdk/examples/l3fwd-power'
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
CC main.o
LD l3fwd-power
INSTALL-APP l3fwd-power
INSTALL-MAP l3fwd-power.map
make: Leaving directory '/root/dpdk/examples/l3fwd-power'
12/05/2020 10:09:25 TestVhostEnqueueInterrupt: Test Case test_wake_up_packed_ring_vhost_user_core_with_l3fwd_power_sample Begin
12/05/2020 10:09:26 dut.10.240.183.212:
12/05/2020 10:09:26 tester:
12/05/2020 10:09:26 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:09:26 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:09:26 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:09:26 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:09:26 dut.10.240.183.212: rm -rf ./vhost-net*
12/05/2020 10:09:26 dut.10.240.183.212:
12/05/2020 10:09:30 TestVhostEnqueueInterrupt: Launch l3fwd_sample sample:
12/05/2020 10:09:58 TestVhostEnqueueInterrupt: Launch l3fwd-power sample finished
12/05/2020 10:10:13 TestVhostEnqueueInterrupt: lcore 3 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:10:28 TestVhostEnqueueInterrupt: lcore 3 sleeps until interrupt triggers
12/05/2020 10:10:43 TestVhostEnqueueInterrupt: lcore 3 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:10:43 TestVhostEnqueueInterrupt: Test Case test_wake_up_packed_ring_vhost_user_core_with_l3fwd_power_sample Result PASSED:
12/05/2020 10:10:45 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:10:45 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:10:45 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:10:45 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:10:45 dut.10.240.183.212: kill_all: called by dut and prefix list has value.
12/05/2020 10:10:46 TestVhostEnqueueInterrupt: Test Case test_wake_up_packed_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled Begin
12/05/2020 10:10:46 dut.10.240.183.212:
12/05/2020 10:10:46 tester:
12/05/2020 10:10:46 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:10:46 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:10:46 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:10:46 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:10:46 dut.10.240.183.212: rm -rf ./vhost-net*
12/05/2020 10:10:46 dut.10.240.183.212:
12/05/2020 10:10:51 TestVhostEnqueueInterrupt: Launch l3fwd_sample sample:
12/05/2020 10:11:18 TestVhostEnqueueInterrupt: Launch l3fwd-power sample finished
12/05/2020 10:11:33 TestVhostEnqueueInterrupt: lcore 6 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:11:33 TestVhostEnqueueInterrupt: lcore 7 is waked up from rx interrupt on port 0 queue 1
12/05/2020 10:11:33 TestVhostEnqueueInterrupt: lcore 8 is waked up from rx interrupt on port 0 queue 2
12/05/2020 10:11:33 TestVhostEnqueueInterrupt: lcore 9 is waked up from rx interrupt on port 0 queue 3
12/05/2020 10:11:48 TestVhostEnqueueInterrupt: lcore 6 sleeps until interrupt triggers
12/05/2020 10:11:48 TestVhostEnqueueInterrupt: lcore 7 sleeps until interrupt triggers
12/05/2020 10:11:48 TestVhostEnqueueInterrupt: lcore 8 sleeps until interrupt triggers
12/05/2020 10:11:48 TestVhostEnqueueInterrupt: lcore 9 sleeps until interrupt triggers
12/05/2020 10:12:03 TestVhostEnqueueInterrupt: lcore 6 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:12:03 TestVhostEnqueueInterrupt: lcore 7 is waked up from rx interrupt on port 0 queue 1
12/05/2020 10:12:03 TestVhostEnqueueInterrupt: lcore 8 is waked up from rx interrupt on port 0 queue 2
12/05/2020 10:12:03 TestVhostEnqueueInterrupt: lcore 9 is waked up from rx interrupt on port 0 queue 3
12/05/2020 10:12:03 TestVhostEnqueueInterrupt: Test Case test_wake_up_packed_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled Result PASSED:
12/05/2020 10:12:05 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:12:05 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:12:05 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:12:06 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:12:06 dut.10.240.183.212: kill_all: called by dut and prefix list has value.
12/05/2020 10:12:06 TestVhostEnqueueInterrupt: Test Case test_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample Begin
12/05/2020 10:12:07 dut.10.240.183.212:
12/05/2020 10:12:07 tester:
12/05/2020 10:12:07 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:12:07 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:12:07 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:12:07 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:12:07 dut.10.240.183.212: rm -rf ./vhost-net*
12/05/2020 10:12:07 dut.10.240.183.212:
12/05/2020 10:12:11 TestVhostEnqueueInterrupt: Launch l3fwd_sample sample:
12/05/2020 10:12:39 TestVhostEnqueueInterrupt: Launch l3fwd-power sample finished
12/05/2020 10:12:54 TestVhostEnqueueInterrupt: lcore 3 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:13:09 TestVhostEnqueueInterrupt: lcore 3 sleeps until interrupt triggers
12/05/2020 10:13:24 TestVhostEnqueueInterrupt: lcore 3 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:13:24 TestVhostEnqueueInterrupt: Test Case test_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample Result PASSED:
12/05/2020 10:13:26 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:13:26 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:13:26 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:13:26 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:13:26 dut.10.240.183.212: kill_all: called by dut and prefix list has value.
12/05/2020 10:13:27 TestVhostEnqueueInterrupt: Test Case test_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled Begin
12/05/2020 10:13:27 dut.10.240.183.212:
12/05/2020 10:13:27 tester:
12/05/2020 10:13:27 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:13:27 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:13:27 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:13:27 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:13:27 dut.10.240.183.212: rm -rf ./vhost-net*
12/05/2020 10:13:27 dut.10.240.183.212:
12/05/2020 10:13:32 TestVhostEnqueueInterrupt: Launch l3fwd_sample sample:
12/05/2020 10:13:59 TestVhostEnqueueInterrupt: Launch l3fwd-power sample finished
12/05/2020 10:14:14 TestVhostEnqueueInterrupt: lcore 6 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:14:14 TestVhostEnqueueInterrupt: lcore 7 is waked up from rx interrupt on port 0 queue 1
12/05/2020 10:14:14 TestVhostEnqueueInterrupt: lcore 8 is waked up from rx interrupt on port 0 queue 2
12/05/2020 10:14:14 TestVhostEnqueueInterrupt: lcore 9 is waked up from rx interrupt on port 0 queue 3
12/05/2020 10:14:29 TestVhostEnqueueInterrupt: lcore 6 sleeps until interrupt triggers
12/05/2020 10:14:29 TestVhostEnqueueInterrupt: lcore 7 sleeps until interrupt triggers
12/05/2020 10:14:29 TestVhostEnqueueInterrupt: lcore 8 sleeps until interrupt triggers
12/05/2020 10:14:29 TestVhostEnqueueInterrupt: lcore 9 sleeps until interrupt triggers
12/05/2020 10:14:44 TestVhostEnqueueInterrupt: lcore 6 is waked up from rx interrupt on port 0 queue 0
12/05/2020 10:14:44 TestVhostEnqueueInterrupt: lcore 7 is waked up from rx interrupt on port 0 queue 1
12/05/2020 10:14:44 TestVhostEnqueueInterrupt: lcore 8 is waked up from rx interrupt on port 0 queue 2
12/05/2020 10:14:44 TestVhostEnqueueInterrupt: lcore 9 is waked up from rx interrupt on port 0 queue 3
12/05/2020 10:14:44 TestVhostEnqueueInterrupt: Test Case test_wake_up_split_ring_vhost_user_core_with_l3fwd_power_sample_when_multi_queues_enabled Result PASSED:
12/05/2020 10:14:46 dut.10.240.183.212: killall l3fwd-power
12/05/2020 10:14:46 dut.10.240.183.212: l3fwd-power: no process found
12/05/2020 10:14:46 dut.10.240.183.212: killall -s INT testpmd
12/05/2020 10:14:47 dut.10.240.183.212: testpmd: no process found
12/05/2020 10:14:47 dut.10.240.183.212: kill_all: called by dut and prefix list has value.
12/05/2020 10:14:48 dts:
TEST SUITE ENDED: TestVhostEnqueueInterrupt
[-- Attachment #3: TestVhostEventIdxInterrupt.log --]
[-- Type: application/octet-stream, Size: 91867 bytes --]
[-- Attachment #4: TestVirtioUserInterrupt.log --]
[-- Type: application/octet-stream, Size: 20463 bytes --]
prev parent reply other threads:[~2020-05-12 4:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-12 4:20 Xiao Qimai
2020-05-12 4:20 ` [dts] [PATCH V1 1/3]tests/TestSuite_vhost_enqueue_interrupt: update script for dpdk's modification Xiao Qimai
2020-05-12 4:20 ` [dts] [PATCH V1 2/3]tests/TestSuite_vhost_event_idx_interrupt: " Xiao Qimai
2020-05-12 4:20 ` [dts] [PATCH V1 3/3]tests/TestSuite_vhost_virtio_user_interrupt: " Xiao Qimai
2020-05-12 4:30 ` Xiao, QimaiX [this message]
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=MWHPR1101MB22548A06096AB4A96145D3B1FBBE0@MWHPR1101MB2254.namprd11.prod.outlook.com \
--to=qimaix.xiao@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
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).