[dpdk-test-report] |FAILURE| pw80175-80181 [PATCH] [10/10] doc: update offload dependencies document

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Oct 9 16:30:20 CEST 2020


Test-Label: Performance-Testing
Test-Status: FAILURE
http://dpdk.org/patch/80175

_build patch failure_

Submitter: Jiawei(Jonny) Wang <jiaweiw at nvidia.com>
Date: Friday, October 09 2020 13:50:36 
Applied on: CommitID:3b6836743c89792fbb9791395b0ed273eb6b1f0b
Apply patch set 80175-80181 failed:

[1/989] Linking static target drivers/libtmp_rte_pmd_ixgbe.a.
[2/989] Linking static target drivers/librte_pmd_memif.a.
[3/989] Linking static target drivers/libtmp_rte_pmd_mlx4.a.
[4/989] Generating rte_pmd_mlx5_def with a custom command.
[5/989] Linking target drivers/librte_pmd_liquidio.so.21.0.
[6/989] Generating rte_pmd_mlx5_mingw with a custom command.
[7/989] Generating rte_pmd_ixgbe.pmd.c with a custom command.
[8/989] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe at sta/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'.
[9/989] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe at sha/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'.
[10/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_vlan_os.c.o'.
[11/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_vlan.c.o'.
[12/989] Linking static target drivers/librte_pmd_ixgbe.a.
[13/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_socket.c.o'.
[14/989] Generating rte_pmd_mlx4.pmd.c with a custom command.
[15/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_flow.c.o 
cc -Idrivers/a715181@@tmp_rte_pmd_mlx5 at sta -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I../ -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_telemetry/../librte_metrics -I../lib/librte_telemetry/../librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_hash -I../lib/librte_hash -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -MD -MQ 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_flow.c.o' -MF 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_flow.c.o' -c ../drivers/net/mlx5/mlx5_flow.c
../drivers/net/mlx5/mlx5_flow.c: In function ‘flow_check_match_action’:
../drivers/net/mlx5/mlx5_flow.c:4286:24: error: ‘RTE_FLOW_ACTION_TYPE_SAMPLE’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_AGE’?
   if (actions->type == RTE_FLOW_ACTION_TYPE_SAMPLE) {
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                        RTE_FLOW_ACTION_TYPE_AGE
../drivers/net/mlx5/mlx5_flow.c:4286:24: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/mlx5_flow.c:4288:18: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_sample’
    ratio = sample->ratio;
                  ^~
../drivers/net/mlx5/mlx5_flow.c: In function ‘flow_create_split_sample’:
../drivers/net/mlx5/mlx5_flow.c:4855:6: error: ‘RTE_FLOW_ACTION_TYPE_SAMPLE’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_AGE’?
      RTE_FLOW_ACTION_TYPE_SAMPLE,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      RTE_FLOW_ACTION_TYPE_AGE
[16/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_mp_os.c.o'.
[17/989] Compiling C object 'drivers/a715181@@rte_pmd_mlx4 at sta/meson-generated_.._rte_pmd_mlx4.pmd.c.o'.
[18/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_trigger.c.o'.
[19/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_verbs.c.o'.
[20/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc at sta/net_netvsc_hn_nvs.c.o'.
[21/989] Generating rte_pmd_memif.sym_chk with a meson_exe.py custom command.
[22/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_devx.c.o'.
[23/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_utils.c.o'.
[24/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc at sta/net_netvsc_hn_ethdev.c.o'.
[25/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_rxtx_vec.c.o'.
[26/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_ethdev_os.c.o'.
[27/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_mlx5_txq.c.o'.
[28/989] Generating rte_pmd_ixgbe.sym_chk with a meson_exe.py custom command.
[29/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc at sta/net_netvsc_hn_vf.c.o'.
[30/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5 at sta/net_mlx5_linux_mlx5_os.c.o'.
[31/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc at sta/net_netvsc_hn_rndis.c.o'.
[32/989] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc at sta/net_netvsc_hn_rxtx.c.o'.
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/13581/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list