automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
       [not found] <tencent_7F6E319F3CF5A71211493A97DF15231B2208@qq.com>
@ 2022-02-02  6:16 ` checkpatch
  2022-02-02  7:59 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: checkpatch @ 2022-02-02  6:16 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* |FAILURE| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
       [not found] <tencent_7F6E319F3CF5A71211493A97DF15231B2208@qq.com>
  2022-02-02  6:16 ` |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished checkpatch
@ 2022-02-02  7:59 ` 0-day Robot
  1 sibling, 0 replies; 11+ messages in thread
From: 0-day Robot @ 2022-02-02  7:59 UTC (permalink / raw)
  To: test-report; +Cc: liwg06, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1782503811
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-mini" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" 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
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[279/3863] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[280/3863] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_rte_gro.c.o'.
ninja: build stopped: subcommand failed.
##[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-mini" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[267/1120] Generating rte_ip_frag_def with a custom command.
[268/1120] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[284/4059] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[285/4059] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_rte_gro.c.o'.
ninja: build stopped: subcommand failed.
##[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-gcc-static-i386" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[277/2552] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_rte_gro.c.o'.
[278/2552] Compiling C object 'lib/76b5a35@@rte_gro@sta/gro_gro_tcp4.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[267/2770] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[268/2770] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[276/2965] Linking target lib/librte_gpudev.so.22.1.
[277/2965] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[265/3356] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
[266/3356] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3418:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3420:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c: In function ‘handle_rxa_queue_stats_reset’:
../lib/eventdev/rte_event_eth_rx_adapter.c:3476:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3478:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
../lib/eventdev/rte_event_eth_rx_adapter.c:3485:2: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
  if (token == NULL || strlen(token) == 0 || !isdigit(*token))
  ^~
../lib/eventdev/rte_event_eth_rx_adapter.c:3487:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   return -1;
   ^~~~~~
cc1: all warnings being treated as errors
[270/3550] Compiling C object 'lib/76b5a35@@rte_eventdev@sta/eventdev_rte_eventdev.c.o'.
[271/3550] Compiling C object 'lib/76b5a35@@rte_gpudev@sta/gpudev_gpudev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:44 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Performance Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.8%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.9%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.2%                         |
+------------+---------+----------+-------------+------------------------------+

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/6

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 128     | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 512     | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 128     | 64         | -0.1%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.0%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.2%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:30 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:30 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Performance Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.8%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+----------+-------------+------------------------------+
| frame_size | txd/rxd | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 512     | 1        | 1           | 0.9%                         |
+------------+---------+----------+-------------+------------------------------+
| 64         | 2048    | 1        | 1           | 1.2%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:25 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Functional Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:24 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Functional Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:23 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:23 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-broadcom-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Performance Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | 0.2%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 0.1%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | 0.3%                         |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:23 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Functional Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:20 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-intel-Performance
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Performance Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> performance testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-generic
Compiler: gcc 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/4

Detail performance results: 
+----------+-------------+---------+------------+------------------------------+
| num_cpus | num_threads | txd/rxd | frame_size |  throughput difference from  |
|          |             |         |            |           expected           |
+==========+=============+=========+============+==============================+
| 1        | 2           | 512     | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 2           | 2048    | 64         | -0.5%                        |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 512     | 64         | 1.8%                         |
+----------+-------------+---------+------------+------------------------------+
| 1        | 1           | 2048    | 64         | -0.4%                        |
+----------+-------------+---------+------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:12 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:12 UTC (permalink / raw)
  To: Ajit Khaparde, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

Test-Label: iol-broadcom-Functional
Test-Status: SUCCESS
http://dpdk.org/patch/106764

_Functional Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> functional testing pass

Test environment and result as below:

Ubuntu 20.04
Kernel: 4.15.0-65-generic
Compiler: gcc gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
NIC: Broadcom Inc. brcm_57414 25000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3


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

UNH-IOL DPDK Community Lab

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

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

* |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished
@ 2022-02-02  7:04 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2022-02-02  7:04 UTC (permalink / raw)
  To: Ali Alnubani, Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon

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

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

_Performance Testing PASS_

Submitter: Weiguo Li <liwg06@foxmail.com>
Date: Wednesday, February 02 2022 06:15:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:60e68d170b122d86c1c49cc51078db461542a26b

106764 --> performance testing pass

Test environment and result as below:

Ubuntu 20.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 | num_cpus | num_threads |  throughput difference from  |
|            |         |          |             |           expected           |
+============+=========+==========+=============+==============================+
| 64         | 256     | 1        | 1           | -0.2%                        |
+------------+---------+----------+-------------+------------------------------+
| 128        | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 1024       | 256     | 1        | 1           | -0.0%                        |
+------------+---------+----------+-------------+------------------------------+
| 256        | 256     | 1        | 1           | -0.1%                        |
+------------+---------+----------+-------------+------------------------------+
| 1518       | 256     | 1        | 1           | 0.2%                         |
+------------+---------+----------+-------------+------------------------------+
| 512        | 256     | 1        | 1           | 0.3%                         |
+------------+---------+----------+-------------+------------------------------+

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-02-02  7:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_7F6E319F3CF5A71211493A97DF15231B2208@qq.com>
2022-02-02  6:16 ` |SUCCESS| pw106764 [PATCH] eventdev/eth_rx: fix memory leak when token parsing finished checkpatch
2022-02-02  7:59 ` |FAILURE| " 0-day Robot
2022-02-02  7:04 |SUCCESS| " dpdklab
2022-02-02  7:12 dpdklab
2022-02-02  7:20 dpdklab
2022-02-02  7:23 dpdklab
2022-02-02  7:23 dpdklab
2022-02-02  7:24 dpdklab
2022-02-02  7:25 dpdklab
2022-02-02  7:30 dpdklab
2022-02-02  7:44 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).