automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw91908 [PATCH] app/testpmd: support display queue state
       [not found] <1618975499-58463-1-git-send-email-humin29@huawei.com>
@ 2021-04-21  3:25 ` checkpatch
  2021-04-21  6:00 ` [dpdk-test-report] |FAILURE| pw91908 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-04-21  3:25 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/91908

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw91908 [dpdk-dev] [PATCH] app/testpmd: support display queue state
       [not found] <1618975499-58463-1-git-send-email-humin29@huawei.com>
  2021-04-21  3:25 ` [dpdk-test-report] |SUCCESS| pw91908 [PATCH] app/testpmd: support display queue state checkpatch
@ 2021-04-21  6:00 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-04-21  6:00 UTC (permalink / raw)
  To: test-report; +Cc: humin29, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|16538|SHA|97ef178f9e91191f904496276e73d0c804cc43bb|passed|https://github.com/ovsrobot/dpdk/actions/runs/769387897|[dpdk-dev] [PATCH] net/txgbe: fix memset type error|ovsrobot/dpdk, Size: 23763 bytes --]

From: robot@bytheb.org

Test-Label: github-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/91908/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/769385538
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static failed at step "Build and test"
ubuntu-18.04-gcc-shared-abi+doc+tests failed at step "Build and test"
ubuntu-18.04-clang-static failed at step "Build and test"
ubuntu-18.04-clang-shared-doc+tests failed at step "Build and test"
ubuntu-18.04-gcc-static-i386 failed at step "Build and test"
ubuntu-18.04-gcc-static-aarch64 failed at step "Build and test"
ubuntu-18.04-gcc-shared-aarch64 failed at step "Build and test"
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################
../app/test-pmd/config.c:369:21: error: ‘RTE_ETH_QUEUE_STATE_STOPPED’ undeclared (first use in this function); did you mean ‘RTE_ETHDEV_QUEUE_STAT_CNTRS’?
  if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_ETHDEV_QUEUE_STAT_CNTRS
../app/test-pmd/config.c:369:21: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/config.c:371:26: error: ‘RTE_ETH_QUEUE_STATE_STARTED’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STOPPED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STOPPED
../app/test-pmd/config.c:373:26: error: ‘RTE_ETH_QUEUE_STATE_HAIRPIN’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STARTED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STARTED
../app/test-pmd/config.c: In function ‘rx_queue_infos_display’:
../app/test-pmd/config.c:409:59: error: ‘struct rte_eth_rxq_info’ has no member named ‘queue_state’
  printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
../app/test-pmd/config.c: In function ‘tx_queue_infos_display’:
../app/test-pmd/config.c:450:59: error: ‘struct rte_eth_txq_info’ has no member named ‘queue_state’
  printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
[2431/3071] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'.
[2432/3071] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################
../app/test-pmd/config.c:369:21: error: ‘RTE_ETH_QUEUE_STATE_STOPPED’ undeclared (first use in this function); did you mean ‘RTE_ETHDEV_QUEUE_STAT_CNTRS’?
  if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_ETHDEV_QUEUE_STAT_CNTRS
../app/test-pmd/config.c:369:21: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/config.c:371:26: error: ‘RTE_ETH_QUEUE_STATE_STARTED’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STOPPED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STOPPED
../app/test-pmd/config.c:373:26: error: ‘RTE_ETH_QUEUE_STATE_HAIRPIN’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STARTED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STARTED
../app/test-pmd/config.c: In function ‘rx_queue_infos_display’:
../app/test-pmd/config.c:409:59: error: ‘struct rte_eth_rxq_info’ has no member named ‘queue_state’
  printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
../app/test-pmd/config.c: In function ‘tx_queue_infos_display’:
../app/test-pmd/config.c:450:59: error: ‘struct rte_eth_txq_info’ has no member named ‘queue_state’
  printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
[2455/3287] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
[2456/3287] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-abi+doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################
[2418/3073] Linking target app/dpdk-test-cmdline.
[2419/3073] Linking target app/dpdk-proc-info.
[2420/3073] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
FAILED: app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o 
ccache clang -Iapp/a172ced@@dpdk-testpmd@exe -Iapp -I../app -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 -Ilib/librte_gro -I../lib/librte_gro -Ilib/librte_gso -I../lib/librte_gso -Ilib/librte_cmdline -I../lib/librte_cmdline -Ilib/librte_metrics -I../lib/librte_metrics -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Ilib/librte_bitratestats -I../lib/librte_bitratestats -Ilib/librte_pdump -I../lib/librte_pdump -Ilib/librte_latencystats -I../lib/librte_latencystats -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/librte_cryptodev -I../lib/librte_cryptodev -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_reorder -I../lib/librte_reorder -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/librte_sched -I../lib/librte_sched -Ilib/librte_ip_frag -I../lib/librte_ip_frag -Ilib/librte_hash -I../lib/librte_hash -Idrivers/net/bnxt -I../drivers/net/bnxt -I../drivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_core -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/librte_security -I../lib/librte_security -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/librte_eventdev -I../lib/librte_eventdev -Ilib/librte_timer -I../lib/librte_timer -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/net/dpaa -I../drivers/net/dpaa -Ilib/librte_bpf -I../lib/librte_bpf -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations  -MD -MQ 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o' -MF 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o.d' -o 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o' -c ../app/test-pmd/config.c
../app/test-pmd/config.c:369:21: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_STOPPED'
        if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                           ^
../app/test-pmd/config.c:371:26: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_STARTED'
        else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                                ^
../app/test-pmd/config.c:373:26: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_HAIRPIN'
        else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                                ^
../app/test-pmd/config.c:409:60: error: no member named 'queue_state' in 'struct rte_eth_rxq_info'
        printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                            ~~~~~ ^
../app/test-pmd/config.c:450:60: error: no member named 'queue_state' in 'struct rte_eth_txq_info'
        printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                            ~~~~~ ^
5 errors generated.
[2421/3073] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.o'.
[2422/3073] Linking target app/dpdk-test-crypto-perf.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-static at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################
[2462/3289] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_icmpecho.c.o'.
[2463/3289] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
[2464/3289] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
FAILED: app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o 
ccache clang -Iapp/a172ced@@dpdk-testpmd@exe -Iapp -I../app -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 -Ilib/librte_gro -I../lib/librte_gro -Ilib/librte_gso -I../lib/librte_gso -Ilib/librte_cmdline -I../lib/librte_cmdline -Ilib/librte_metrics -I../lib/librte_metrics -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Ilib/librte_bitratestats -I../lib/librte_bitratestats -Ilib/librte_pdump -I../lib/librte_pdump -Ilib/librte_latencystats -I../lib/librte_latencystats -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/librte_cryptodev -I../lib/librte_cryptodev -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_reorder -I../lib/librte_reorder -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/librte_sched -I../lib/librte_sched -Ilib/librte_ip_frag -I../lib/librte_ip_frag -Ilib/librte_hash -I../lib/librte_hash -Idrivers/net/bnxt -I../drivers/net/bnxt -I../drivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_core -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/librte_security -I../lib/librte_security -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/librte_eventdev -I../lib/librte_eventdev -Ilib/librte_timer -I../lib/librte_timer -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/net/dpaa -I../drivers/net/dpaa -Ilib/librte_bpf -I../lib/librte_bpf -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations  -MD -MQ 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o' -MF 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o.d' -o 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o' -c ../app/test-pmd/config.c
../app/test-pmd/config.c:369:21: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_STOPPED'
        if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                           ^
../app/test-pmd/config.c:371:26: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_STARTED'
        else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                                ^
../app/test-pmd/config.c:373:26: error: use of undeclared identifier 'RTE_ETH_QUEUE_STATE_HAIRPIN'
        else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                                ^
../app/test-pmd/config.c:409:60: error: no member named 'queue_state' in 'struct rte_eth_rxq_info'
        printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                            ~~~~~ ^
../app/test-pmd/config.c:450:60: error: no member named 'queue_state' in 'struct rte_eth_txq_info'
        printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                            ~~~~~ ^
5 errors generated.
[2465/3289] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_ieee1588fwd.c.o'.
[2466/3289] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-clang-shared-doc+tests at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################
../app/test-pmd/config.c:369:21: error: ‘RTE_ETH_QUEUE_STATE_STOPPED’ undeclared (first use in this function); did you mean ‘RTE_ETHDEV_QUEUE_STAT_CNTRS’?
  if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_ETHDEV_QUEUE_STAT_CNTRS
../app/test-pmd/config.c:369:21: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/config.c:371:26: error: ‘RTE_ETH_QUEUE_STATE_STARTED’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STOPPED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STOPPED
../app/test-pmd/config.c:373:26: error: ‘RTE_ETH_QUEUE_STATE_HAIRPIN’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STARTED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STARTED
../app/test-pmd/config.c: In function ‘rx_queue_infos_display’:
../app/test-pmd/config.c:409:59: error: ‘struct rte_eth_rxq_info’ has no member named ‘queue_state’
  printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
../app/test-pmd/config.c: In function ‘tx_queue_infos_display’:
../app/test-pmd/config.c:450:59: error: ‘struct rte_eth_txq_info’ has no member named ‘queue_state’
  printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
[1825/2458] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[1826/2458] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-i386 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################
../app/test-pmd/config.c:369:21: error: ‘RTE_ETH_QUEUE_STATE_STOPPED’ undeclared (first use in this function); did you mean ‘RTE_ETHDEV_QUEUE_STAT_CNTRS’?
  if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_ETHDEV_QUEUE_STAT_CNTRS
../app/test-pmd/config.c:369:21: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/config.c:371:26: error: ‘RTE_ETH_QUEUE_STATE_STARTED’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STOPPED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STOPPED
../app/test-pmd/config.c:373:26: error: ‘RTE_ETH_QUEUE_STATE_HAIRPIN’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STARTED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STARTED
../app/test-pmd/config.c: In function ‘rx_queue_infos_display’:
../app/test-pmd/config.c:409:59: error: ‘struct rte_eth_rxq_info’ has no member named ‘queue_state’
  printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
../app/test-pmd/config.c: In function ‘tx_queue_infos_display’:
../app/test-pmd/config.c:450:59: error: ‘struct rte_eth_txq_info’ has no member named ‘queue_state’
  printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
[2431/3071] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_util.c.o'.
[2432/3071] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-static-aarch64 at step "Build and test"
####################################################################################




####################################################################################
#### [Begin job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
../app/test-pmd/config.c:369:21: error: ‘RTE_ETH_QUEUE_STATE_STOPPED’ undeclared (first use in this function); did you mean ‘RTE_ETHDEV_QUEUE_STAT_CNTRS’?
  if (queue_state == RTE_ETH_QUEUE_STATE_STOPPED)
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                     RTE_ETHDEV_QUEUE_STAT_CNTRS
../app/test-pmd/config.c:369:21: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/config.c:371:26: error: ‘RTE_ETH_QUEUE_STATE_STARTED’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STOPPED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_STARTED)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STOPPED
../app/test-pmd/config.c:373:26: error: ‘RTE_ETH_QUEUE_STATE_HAIRPIN’ undeclared (first use in this function); did you mean ‘RTE_ETH_QUEUE_STATE_STARTED’?
  else if (queue_state == RTE_ETH_QUEUE_STATE_HAIRPIN)
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                          RTE_ETH_QUEUE_STATE_STARTED
../app/test-pmd/config.c: In function ‘rx_queue_infos_display’:
../app/test-pmd/config.c:409:59: error: ‘struct rte_eth_rxq_info’ has no member named ‘queue_state’
  printf("\nRx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
../app/test-pmd/config.c: In function ‘tx_queue_infos_display’:
../app/test-pmd/config.c:450:59: error: ‘struct rte_eth_txq_info’ has no member named ‘queue_state’
  printf("\nTx queue state: %s", get_queue_state_name(qinfo.queue_state));
                                                           ^
[2455/3284] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[2456/3284] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] ubuntu-18.04-gcc-shared-aarch64 at step "Build and test"
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-04-21  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1618975499-58463-1-git-send-email-humin29@huawei.com>
2021-04-21  3:25 ` [dpdk-test-report] |SUCCESS| pw91908 [PATCH] app/testpmd: support display queue state checkpatch
2021-04-21  6:00 ` [dpdk-test-report] |FAILURE| pw91908 [dpdk-dev] " 0-day Robot

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).