automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-26  6:19 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-26  6:19 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22437/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-12-01  0:04 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-12-01  0:04 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22445/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-30 23:08 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-30 23:08 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2719/2744] Linking target examples/dpdk-efd_server
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22440/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-28  6:05 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-28  6:05 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22445/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-27  6:15 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-27  6:15 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22440/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-25  6:07 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-25  6:07 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22432/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-24  6:02 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-24  6:02 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2656/2744] Compiling C object drivers/libtmp_rte_event_octeontx2.a.p/event_octeontx2_otx2_worker_dual.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22418/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-23  6:08 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-23  6:08 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2720/2744] Linking target examples/dpdk-vdpa
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22406/

UNH-IOL DPDK Community Lab

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

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

* |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2
@ 2022-11-22  6:06 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2022-11-22  6:06 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, Xueming Li, Christian Ehrhardt, Kevin Traynor,
	Luca Boccassi

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

_Testing issues_

Branch: tags/v20.11

820ca9fccac850557967172cd1ffce2359fa08c2 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Ubuntu 20.04 ARM GCC Native | FAIL     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Native (abi_test): ====
../examples/vm_power_manager/channel_manager.c:1010:2: warning: nested extern declaration of ‘RTE_TAILQ_FOREACH_SAFE’ [-Wnested-externs]
../examples/vm_power_manager/channel_manager.c:1010:35: error: ‘vm_list_head’ undeclared (first use in this function)
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                   ^~~~~~~~~~~~
../examples/vm_power_manager/channel_manager.c:1010:49: error: ‘vms_info’ undeclared (first use in this function); did you mean ‘vm_info’?
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                 ^~~~~~~~
|                                                 vm_info
../examples/vm_power_manager/channel_manager.c:1010:63: error: expected ‘;’ before ‘{’ token
1010 |  RTE_TAILQ_FOREACH_SAFE(vm_info, &vm_list_head, vms_info, tmp) {
|                                                               ^~
|                                                               ;
../examples/vm_power_manager/channel_manager.c:1007:7: warning: unused variable ‘mask’ [-Wunused-variable]
1007 |  char mask[RTE_MAX_LCORE];
|       ^~~~
../examples/vm_power_manager/channel_manager.c:1006:11: warning: unused variable ‘i’ [-Wunused-variable]
1006 |  unsigned i;
|           ^
[2719/2744] Linking target examples/dpdk-efd_server
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/22395/

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2022-12-01  0:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  6:19 |WARNING| [GIT MASTER] 820ca9fccac850557967172cd1ffce2359fa08c2 dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-12-01  0:04 dpdklab
2022-11-30 23:08 dpdklab
2022-11-28  6:05 dpdklab
2022-11-27  6:15 dpdklab
2022-11-25  6:07 dpdklab
2022-11-24  6:02 dpdklab
2022-11-23  6:08 dpdklab
2022-11-22  6:06 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).