automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw126174-126181 [PATCH] [v1, 8/8] net/mlx5: implement IPv6 routing push pop
@ 2023-04-17 14:52 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-04-17 14:52 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Rongwei Liu

Test-Label: iol-aarch64-unit-testing
Test-Status: WARNING
http://dpdk.org/patch/126181

_Testing issues_

Submitter: Rongwei Liu <rongweil@nvidia.com>
Date: Monday, April 17 2023 09:25:40 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd

126174-126181 --> testing fail

Test environment and result as below:

+----------------------+---------------------------+------------------------------+--------------+
|     Environment      | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+======================+===========================+==============================+==============+
| Debian 11            | FAIL                      | FAIL                         | SKIPPED      |
+----------------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED                   | SKIPPED                      | PASS         |
+----------------------+---------------------------+------------------------------+--------------+

==== 20 line log output for Debian 11 (cryptodev_sw_snow3g_autotest): ====
1610 |     refmt_type = data_size <
|                ^
../drivers/net/mlx5/mlx5_flow_hw.c:1616:16: error: implicit conversion from 'enum mlx5dr_action_reformat_type' to 'enum mlx5dr_action_type' [-Werror=enum-conversion]
1616 |     refmt_type =
|                ^
../drivers/net/mlx5/mlx5_flow_hw.c:1623:15: error: implicit conversion from 'enum mlx5dr_action_reformat_type' to 'enum mlx5dr_action_type' [-Werror=enum-conversion]
1623 |    refmt_type = MLX5DR_ACTION_REFORMAT_TYPE_TNL_L2_TO_L2;
|               ^
../drivers/net/mlx5/mlx5_flow_hw.c:1840:20: error: implicit conversion from 'enum mlx5dr_action_type' to 'enum mlx5dr_action_reformat_type' [-Werror=enum-conversion]
1840 |     (priv->dr_ctx, refmt_type,
|                    ^~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_hw.c: In function 'mlx5_flow_hw_actions_validate.isra':
../drivers/net/mlx5/mlx5_flow_hw.c:4230:1: note: parameter passing for argument of type 'const struct rte_flow_actions_template_attr' changed in GCC 9.1
4230 | mlx5_flow_hw_actions_validate(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1740/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_tx_nompw.c.o'.
[1741/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_flow_verbs.c.o'.
[1742/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_mlx5_hws_cnt.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

UNH-IOL DPDK Community Lab

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

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

* |WARNING| pw126174-126181 [PATCH] [v1, 8/8] net/mlx5: implement IPv6 routing push pop
@ 2023-04-17 14:18 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-04-17 14:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Rongwei Liu

Test-Label: iol-aarch64-unit-testing
Test-Status: WARNING
http://dpdk.org/patch/126181

_Testing issues_

Submitter: Rongwei Liu <rongweil@nvidia.com>
Date: Monday, April 17 2023 09:25:40 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd

126174-126181 --> testing fail

Test environment and result as below:

+----------------------+------------------------------+---------------------------+--------------+
|     Environment      | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+======================+==============================+===========================+==============+
| Debian 11            | FAIL                         | FAIL                      | SKIPPED      |
+----------------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED                      | SKIPPED                   | PASS         |
+----------------------+------------------------------+---------------------------+--------------+

==== 20 line log output for Debian 11 (cryptodev_sw_zuc_autotest): ====
1610 |     refmt_type = data_size <
|                ^
../drivers/net/mlx5/mlx5_flow_hw.c:1616:16: error: implicit conversion from 'enum mlx5dr_action_reformat_type' to 'enum mlx5dr_action_type' [-Werror=enum-conversion]
1616 |     refmt_type =
|                ^
../drivers/net/mlx5/mlx5_flow_hw.c:1623:15: error: implicit conversion from 'enum mlx5dr_action_reformat_type' to 'enum mlx5dr_action_type' [-Werror=enum-conversion]
1623 |    refmt_type = MLX5DR_ACTION_REFORMAT_TYPE_TNL_L2_TO_L2;
|               ^
../drivers/net/mlx5/mlx5_flow_hw.c:1840:20: error: implicit conversion from 'enum mlx5dr_action_type' to 'enum mlx5dr_action_reformat_type' [-Werror=enum-conversion]
1840 |     (priv->dr_ctx, refmt_type,
|                    ^~~~~~~~~~
../drivers/net/mlx5/mlx5_flow_hw.c: In function 'mlx5_flow_hw_actions_validate.isra':
../drivers/net/mlx5/mlx5_flow_hw.c:4230:1: note: parameter passing for argument of type 'const struct rte_flow_actions_template_attr' changed in GCC 9.1
4230 | mlx5_flow_hw_actions_validate(struct rte_eth_dev *dev,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[1744/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_mp_os.c.o'.
[1745/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_ethdev_os.c.o'.
[1746/3170] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5@sta/net_mlx5_linux_mlx5_os.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-04-17 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 14:52 |WARNING| pw126174-126181 [PATCH] [v1, 8/8] net/mlx5: implement IPv6 routing push pop dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-04-17 14:18 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).