automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 15:59 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 15:59 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-sample-apps-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+--------------+----------------------+
| Environment  | dpdk_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN                 |
+--------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
from ../lib/mempool/rte_mempool.h:43,
from ../lib/mbuf/rte_mbuf.h:38,
from ../lib/net/rte_ether.h:22,
from ../drivers/net/mlx5/mlx5_flow_dv.c:12:
../drivers/net/mlx5/mlx5_flow.h: In function 'mlx5_multi_pattern_segment_find':
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: implicit declaration of function 'rte_flow_table_resizable' [-Werror=implicit-function-declaration]
1580 |  if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
|              ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
|                                       ^
../drivers/net/mlx5/mlx5_flow.h:1580:14: error: nested extern declaration of 'rte_flow_table_resizable' [-Werror=nested-externs]
1580 |  if (likely(!rte_flow_table_resizable(0, &table->cfg.attr)))
|              ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_branch_prediction.h:30:39: note: in definition of macro 'likely'
30 | #define likely(x) __builtin_expect(!!(x), 1)
|                                       ^
cc1: all warnings being treated as errors
[1683/2817] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_empw.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:45 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:44 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:44 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:43 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:43 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:43 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl
@ 2024-02-02 13:42 dpdklab
  0 siblings, 0 replies; 9+ messages in thread
From: dpdklab @ 2024-02-02 13:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Gregory Etelson

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/136319

_Testing issues_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Friday, February 02 2024 11:56:11 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d3700bd8452e2c62254499ef83f22f5ec7714dc

136315-136319 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Debian Buster    | FAIL     |
+------------------+----------+
| Ubuntu 22.04     | FAIL     |
+------------------+----------+
| Fedora 38        | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | FAIL     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| Debian Bullseye  | FAIL     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Fedora 37        | FAIL     |
+------------------+----------+

==== 20 line log output for Fedora 37 (abi_test): ====
|          template_table_create
../drivers/net/mlx5/mlx5_flow.c:1270:39: warning: excess elements in struct initializer
1270 |         .flow_template_table_resize = mlx5_template_table_resize,
|                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1270:39: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1271:10: error: 'const struct rte_flow_ops' has no member named 'flow_update_resized'
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|          ^~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: warning: excess elements in struct initializer
1271 |         .flow_update_resized = mlx5_flow_async_update_resized,
|                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1271:32: note: (near initialization for 'mlx5_flow_ops')
../drivers/net/mlx5/mlx5_flow.c:1272:10: error: 'const struct rte_flow_ops' has no member named 'flow_template_table_resize_complete'
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: warning: excess elements in struct initializer
1272 |         .flow_template_table_resize_complete = mlx5_table_resize_complete,
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_flow.c:1272:48: note: (near initialization for 'mlx5_flow_ops')
ninja: build stopped: subcommand failed.
==== End log output ====

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

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:[~2024-02-02 15:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 15:59 |WARNING| pw136315-136319 [PATCH] [5/5] net/mlx5: add support for fl dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-02-02 13:45 dpdklab
2024-02-02 13:45 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:44 dpdklab
2024-02-02 13:43 dpdklab
2024-02-02 13:43 dpdklab
2024-02-02 13:43 dpdklab
2024-02-02 13:42 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).