automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
@ 2021-03-30  2:14 ` checkpatch
  2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
  2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 7+ messages in thread
From: checkpatch @ 2021-03-30  2:14 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/90041

_coding style OK_



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |FAILURE| pw90041 mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
  2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
@ 2021-03-30  3:55 ` 0-day Robot
  2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 7+ messages in thread
From: 0-day Robot @ 2021-03-30  3:55 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/90041/

_travis build: failed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/221582387

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
  2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
  2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
@ 2021-03-30  3:57 ` 0-day Robot
  2 siblings, 0 replies; 7+ messages in thread
From: 0-day Robot @ 2021-03-30  3:57 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/90041/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/699987575
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static failed at step "Build and test"
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-static failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
ubuntu-18.04-gcc-static-i386 failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
@ 2021-03-30 10:19 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-03-30 10:19 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3952 bytes --]

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/90041

_Performance Testing PASS_

Submitter: None <wenwux.ma@intel.com>
Date: Tuesday, March 30 2021 14:07:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6545d6c52bbc28402b7bde5ee64744a99a3caf3e

90041 --> performance testing pass

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | 0.2427%                             |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.01109%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.0874%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.37181%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.79787%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.5306%                             |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.02571%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.27016%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.03968%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.12884%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.01673%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.02466%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.44382%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.69988%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.11675%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.07467%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.02093%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | -0.13842%                           |
+------------+---------+-------------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16182/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
@ 2021-03-30  9:40 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-03-30  9:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/90041

_Testing PASS_

Submitter: None <wenwux.ma@intel.com>
Date: Tuesday, March 30 2021 14:07:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6545d6c52bbc28402b7bde5ee64744a99a3caf3e

90041 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 18.04 ARM | PASS     |
+------------------+----------+
| Ubuntu 18.04     | PASS     |
+------------------+----------+


Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16182/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
@ 2021-03-30  9:21 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-03-30  9:21 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 3952 bytes --]

Test-Label: iol-mellanox-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/90041

_Performance Testing PASS_

Submitter: None <wenwux.ma@intel.com>
Date: Tuesday, March 30 2021 14:07:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6545d6c52bbc28402b7bde5ee64744a99a3caf3e

90041 --> performance testing pass

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-5 100000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | 0.49354%                            |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.14973%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | 0.23971%                            |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.71707%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | 2.58236%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.63672%                            |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | 0.17999%                            |
+------------+---------+-------------------------------------+
| 128        | 256     | 0.26323%                            |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.37202%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | 0.38653%                            |
+------------+---------+-------------------------------------+
| 1024       | 256     | -0.03347%                           |
+------------+---------+-------------------------------------+
| 1518       | 256     | -0.02466%                           |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Mellanox ConnectX-4 Lx 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 256     | -0.60599%                           |
+------------+---------+-------------------------------------+
| 128        | 256     | -0.75987%                           |
+------------+---------+-------------------------------------+
| 256        | 256     | -0.20066%                           |
+------------+---------+-------------------------------------+
| 512        | 256     | -0.032%                             |
+------------+---------+-------------------------------------+
| 1024       | 256     | 0.46049%                            |
+------------+---------+-------------------------------------+
| 1518       | 256     | 0.03076%                            |
+------------+---------+-------------------------------------+

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16182/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
@ 2021-03-30  8:48 dpdklab
  0 siblings, 0 replies; 7+ messages in thread
From: dpdklab @ 2021-03-30  8:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Test-Label: iol-abi-testing
Test-Status: SUCCESS
http://dpdk.org/patch/90041

_Testing PASS_

Submitter: None <wenwux.ma@intel.com>
Date: Tuesday, March 30 2021 14:07:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6545d6c52bbc28402b7bde5ee64744a99a3caf3e

90041 --> testing pass

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 18.04 ARM | PASS     |
+------------------+----------+
| Ubuntu 18.04     | PASS     |
+------------------+----------+


Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16182/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-30 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 0-day Robot
2021-03-30  8:48 [dpdk-test-report] |SUCCESS| pw90041 " dpdklab
2021-03-30  9:21 dpdklab
2021-03-30  9:40 dpdklab
2021-03-30 10:19 dpdklab

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).