|FAILURE| pw106595 [PATCH] [v2] net/enic: support max descriptors allowed by adapter

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jan 27 09:10:56 CET 2022


Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/106595

_build patch failure_

Submitter: John Daley (johndale) <johndale at cisco.com>
Date: Wednesday, January 26 2022 21:55:35 
Applied on: CommitID:5f6bc8a4edc50ba74eb28f974b6ebacdb799a5db
Apply patch set 106595 failed:

[1/1572] Linking static target drivers/libtmp_rte_net_cnxk.a
[2/1572] Linking static target drivers/libtmp_rte_net_e1000.a
[3/1572] Linking static target drivers/librte_net_enetfec.a
[4/1572] Compiling C object drivers/librte_net_ena.a.p/meson-generated_.._rte_net_ena.pmd.c.o
[5/1572] Generating rte_net_enic_def with a custom command
[6/1572] Linking target drivers/librte_net_dpaa2.so.22.1
[7/1572] Compiling C object drivers/librte_net_ena.so.22.1.p/meson-generated_.._rte_net_ena.pmd.c.o
[8/1572] Linking target drivers/librte_net_enetc.so.22.1
[9/1572] Generating rte_net_enic_mingw with a custom command
[10/1572] Linking target drivers/librte_common_sfc_efx.so.22.1
[11/1572] Linking static target drivers/librte_net_ena.a
[12/1572] Linking target drivers/librte_common_cnxk.so.22.1
[13/1572] Generating rte_net_failsafe_def with a custom command
[14/1572] Generating rte_net_failsafe_mingw with a custom command
[15/1572] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_api.c.o
[16/1572] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o
FAILED: drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o 
cc -Idrivers/libtmp_rte_net_enic.a.p -Idrivers -I../drivers -Idrivers/net/enic -I../drivers/net/enic -I../drivers/net/enic/base -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.enic -MD -MQ drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o -MF drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o.d -o drivers/libtmp_rte_net_enic.a.p/net_enic_enic_res.c.o -c ../drivers/net/enic/enic_res.c
In file included from /usr/include/x86_64-linux-gnu/bits/socket.h:27:0,
                 from /usr/include/x86_64-linux-gnu/sys/socket.h:33,
                 from ../lib/net/rte_ip.h:23,
                 from ../lib/ethdev/rte_flow.h:24,
                 from ../lib/ethdev/rte_eth_ctrl.h:11,
                 from ../lib/ethdev/rte_ethdev.h:1427,
                 from ../lib/ethdev/ethdev_driver.h:18,
                 from ../drivers/net/enic/enic_res.c:7:
../drivers/net/enic/enic_res.c: In function ‘enic_get_vnic_config’:
../drivers/net/enic/enic_res.c:61:13: error: ‘struct vnic_enet_config’ has no member named ‘max_rq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_rq_ring);
             ^
../drivers/net/enic/enic_res.c:61:2: note: in expansion of macro ‘GET_CONFIG’
  GET_CONFIG(max_rq_ring);
  ^~~~~~~~~~
../drivers/net/enic/enic_res.c:61:13: error: ‘struct vnic_enet_config’ has no member named ‘max_rq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_rq_ring);
             ^
../drivers/net/enic/enic_res.c:43:14: note: in definition of macro ‘GET_CONFIG’
    sizeof(c->m), &c->m); \
              ^
../drivers/net/enic/enic_res.c:61:13: error: ‘struct vnic_enet_config’ has no member named ‘max_rq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_rq_ring);
             ^
../drivers/net/enic/enic_res.c:43:22: note: in definition of macro ‘GET_CONFIG’
    sizeof(c->m), &c->m); \
                      ^
In file included from /usr/include/x86_64-linux-gnu/bits/socket.h:27:0,
                 from /usr/include/x86_64-linux-gnu/sys/socket.h:33,
                 from ../lib/net/rte_ip.h:23,
                 from ../lib/ethdev/rte_flow.h:24,
                 from ../lib/ethdev/rte_eth_ctrl.h:11,
                 from ../lib/ethdev/rte_ethdev.h:1427,
                 from ../lib/ethdev/ethdev_driver.h:18,
                 from ../drivers/net/enic/enic_res.c:7:
../drivers/net/enic/enic_res.c:62:13: error: ‘struct vnic_enet_config’ has no member named ‘max_wq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_wq_ring);
             ^
../drivers/net/enic/enic_res.c:62:2: note: in expansion of macro ‘GET_CONFIG’
  GET_CONFIG(max_wq_ring);
  ^~~~~~~~~~
../drivers/net/enic/enic_res.c:62:13: error: ‘struct vnic_enet_config’ has no member named ‘max_wq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_wq_ring);
             ^
../drivers/net/enic/enic_res.c:43:14: note: in definition of macro ‘GET_CONFIG’
    sizeof(c->m), &c->m); \
              ^
../drivers/net/enic/enic_res.c:62:13: error: ‘struct vnic_enet_config’ has no member named ‘max_wq_ring’; did you mean ‘max_pkt_size’?
  GET_CONFIG(max_wq_ring);
             ^
../drivers/net/enic/enic_res.c:43:22: note: in definition of macro ‘GET_CONFIG’
    sizeof(c->m), &c->m); \
                      ^
../drivers/net/enic/enic_res.c:111:43: error: ‘struct vnic_enet_config’ has no member named ‘max_wq_ring’; did you mean ‘max_pkt_size’?
  max_wq_descs = (enic->cq64_request && c->max_wq_ring) ? c->max_wq_ring :
                                           ^~~~~~~~~~~
                                           max_pkt_size
../drivers/net/enic/enic_res.c:111:61: error: ‘struct vnic_enet_config’ has no member named ‘max_wq_ring’; did you mean ‘max_pkt_size’?
  max_wq_descs = (enic->cq64_request && c->max_wq_ring) ? c->max_wq_ring :
                                                             ^~~~~~~~~~~
                                                             max_pkt_size
../drivers/net/enic/enic_res.c:116:43: error: ‘struct vnic_enet_config’ has no member named ‘max_rq_ring’; did you mean ‘max_pkt_size’?
  max_rq_descs = (enic->cq64_request && c->max_rq_ring) ? c->max_rq_ring
                                           ^~~~~~~~~~~
                                           max_pkt_size
../drivers/net/enic/enic_res.c:116:61: error: ‘struct vnic_enet_config’ has no member named ‘max_rq_ring’; did you mean ‘max_pkt_size’?
  max_rq_descs = (enic->cq64_request && c->max_rq_ring) ? c->max_rq_ring
                                                             ^~~~~~~~~~~
                                                             max_pkt_size
[17/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_eal.c.o
[18/1572] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_common.c.o
[19/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_intr.c.o
[20/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe.c.o
[21/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_flow.c.o
[22/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_rxtx.c.o
[23/1572] Generating rte_net_e1000.pmd.c with a custom command
[24/1572] Generating symbol file drivers/librte_net_dpaa2.so.22.1.p/librte_net_dpaa2.so.22.1.symbols
[25/1572] Generating rte_net_enetfec.sym_chk with a custom command (wrapped by meson to capture output)
[26/1572] Generating symbol file drivers/librte_common_sfc_efx.so.22.1.p/librte_common_sfc_efx.so.22.1.symbols
[27/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ether.c.o
[28/1572] Generating symbol file drivers/librte_common_cnxk.so.22.1.p/librte_common_cnxk.so.22.1.symbols
[29/1572] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_mbx.c.o
[30/1572] Generating rte_net_ena.sym_chk with a custom command (wrapped by meson to capture output)
[31/1572] Compiling C object drivers/net/fm10k/base/libfm10k_base.a.p/fm10k_pf.c.o
[32/1572] Generating rte_net_cnxk.pmd.c with a custom command
[33/1572] Compiling C object drivers/libtmp_rte_net_failsafe.a.p/net_failsafe_failsafe_ops.c.o
ninja: build stopped: subcommand failed.

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

UNH-IOL DPDK Community Lab


More information about the test-report mailing list