automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: skori@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw108421 [PATCH v1 3/3] app/testpmd: support different input color method
Date: Tue,  1 Mar 2022 05:38:49 -0500	[thread overview]
Message-ID: <20220301103849.6811-1-robot@bytheb.org> (raw)
In-Reply-To: <20220301090056.1042866-3-skori@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1915272206
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-mini" 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
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" 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
####################################################################################
  enum roc_nix_bpf_color color_map[] = {ROC_NIX_BPF_COLOR_GREEN,
                         ^~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_mtr.c: In function ‘nix_precolor_table_map’:
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1233:21: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
  switch (mtr->params.input_color_method) {
                     ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1237:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1254:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1262:19: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   if (mtr->params.vlan_table) {
                   ^~~~~~~~~~
                   dscp_table
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1265:28: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
      color_map[mtr->params.vlan_table[i]];
                            ^~~~~~~~~~
                            dscp_table
cc1: all warnings being treated as errors
[1225/4417] Compiling C object 'drivers/a715181@@rte_net_bond@sta/meson-generated_.._rte_net_bond.pmd.c.o'.
[1226/4417] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.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-mini" at step Build and test
####################################################################################
  else if (input_color_method & RTE_MTR_INPUT_COLOR_METHOD_VLAN_DSCP ||
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1050:25: error: ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP’ undeclared (first use in this function); did you mean ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP’?
    input_color_method & RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1051:10: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   params.vlan_table = vlan_table;
          ^~~~~~~~~~
          dscp_table
../app/test-pmd/cmdline_mtr.c:1055:8: error: ‘struct rte_mtr_params’ has no member named ‘default_input_color’
  params.default_input_color = def_inp_color;
        ^
../app/test-pmd/cmdline_mtr.c: In function ‘cmd_set_port_meter_vlan_table_parsed’:
../app/test-pmd/cmdline_mtr.c:1544:8: error: implicit declaration of function ‘rte_mtr_meter_vlan_table_update’; did you mean ‘rte_mtr_meter_dscp_table_update’? [-Werror=implicit-function-declaration]
  ret = rte_mtr_meter_vlan_table_update(port_id, mtr_id,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        rte_mtr_meter_dscp_table_update
../app/test-pmd/cmdline_mtr.c:1544:8: error: nested extern declaration of ‘rte_mtr_meter_vlan_table_update’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[494/1519] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.o'.
[495/1519] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
  enum roc_nix_bpf_color color_map[] = {ROC_NIX_BPF_COLOR_GREEN,
                         ^~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_mtr.c: In function ‘nix_precolor_table_map’:
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1233:21: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
  switch (mtr->params.input_color_method) {
                     ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1237:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1254:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1262:19: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   if (mtr->params.vlan_table) {
                   ^~~~~~~~~~
                   dscp_table
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1265:28: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
      color_map[mtr->params.vlan_table[i]];
                            ^~~~~~~~~~
                            dscp_table
cc1: all warnings being treated as errors
[1227/4597] Compiling C object 'drivers/a715181@@rte_net_bond@sha/meson-generated_.._rte_net_bond.pmd.c.o'.
[1228/4597] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.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
####################################################################################
../drivers/net/cnxk/cnxk_ethdev_mtr.c:763:18: error: no member named 'input_color_method' in 'struct rte_mtr_params'
        if (mtr->params.input_color_method ==
            ~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:764:6: error: use of undeclared identifier 'RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP'
            RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP)
            ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:819:18: error: no member named 'input_color_method' in 'struct rte_mtr_params'
        if (mtr->params.input_color_method ==
            ~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:820:6: error: use of undeclared identifier 'RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN'
            RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN)
            ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:979:3: error: field designator 'meter_vlan_table_update' does not refer to any field in type 'const struct rte_mtr_ops'; did you mean 'meter_dscp_table_update'?
        .meter_vlan_table_update = cnxk_nix_mtr_vlan_table_update,
         ^~~~~~~~~~~~~~~~~~~~~~~
         meter_dscp_table_update
../lib/ethdev/rte_mtr_driver.h:140:36: note: 'meter_dscp_table_update' declared here
        rte_mtr_meter_dscp_table_update_t meter_dscp_table_update;
                                          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1227/4419] Linking target drivers/librte_net_bnxt.so.22.1.
[1228/4419] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_sec.c.o'.
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
####################################################################################
../drivers/net/cnxk/cnxk_ethdev_mtr.c:763:18: error: no member named 'input_color_method' in 'struct rte_mtr_params'
        if (mtr->params.input_color_method ==
            ~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:764:6: error: use of undeclared identifier 'RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP'
            RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP)
            ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:819:18: error: no member named 'input_color_method' in 'struct rte_mtr_params'
        if (mtr->params.input_color_method ==
            ~~~~~~~~~~~ ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:820:6: error: use of undeclared identifier 'RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN'
            RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN)
            ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:979:3: error: field designator 'meter_vlan_table_update' does not refer to any field in type 'const struct rte_mtr_ops'; did you mean 'meter_dscp_table_update'?
        .meter_vlan_table_update = cnxk_nix_mtr_vlan_table_update,
         ^~~~~~~~~~~~~~~~~~~~~~~
         meter_dscp_table_update
../lib/ethdev/rte_mtr_driver.h:140:36: note: 'meter_dscp_table_update' declared here
        rte_mtr_meter_dscp_table_update_t meter_dscp_table_update;
                                          ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1228/4599] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1229/4599] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_sec.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
####################################################################################
  else if (input_color_method & RTE_MTR_INPUT_COLOR_METHOD_VLAN_DSCP ||
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1050:25: error: ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP’ undeclared (first use in this function); did you mean ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP’?
    input_color_method & RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1051:10: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   params.vlan_table = vlan_table;
          ^~~~~~~~~~
          dscp_table
../app/test-pmd/cmdline_mtr.c:1055:8: error: ‘struct rte_mtr_params’ has no member named ‘default_input_color’
  params.default_input_color = def_inp_color;
        ^
../app/test-pmd/cmdline_mtr.c: In function ‘cmd_set_port_meter_vlan_table_parsed’:
../app/test-pmd/cmdline_mtr.c:1544:8: error: implicit declaration of function ‘rte_mtr_meter_vlan_table_update’; did you mean ‘rte_mtr_meter_dscp_table_update’? [-Werror=implicit-function-declaration]
  ret = rte_mtr_meter_vlan_table_update(port_id, mtr_id,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        rte_mtr_meter_dscp_table_update
../app/test-pmd/cmdline_mtr.c:1544:8: error: nested extern declaration of ‘rte_mtr_meter_vlan_table_update’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[1879/3086] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_verify.c.o'.
[1880/3086] 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-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
  else if (input_color_method & RTE_MTR_INPUT_COLOR_METHOD_VLAN_DSCP ||
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1050:25: error: ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP’ undeclared (first use in this function); did you mean ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP’?
    input_color_method & RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1051:10: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   params.vlan_table = vlan_table;
          ^~~~~~~~~~
          dscp_table
../app/test-pmd/cmdline_mtr.c:1055:8: error: ‘struct rte_mtr_params’ has no member named ‘default_input_color’
  params.default_input_color = def_inp_color;
        ^
../app/test-pmd/cmdline_mtr.c: In function ‘cmd_set_port_meter_vlan_table_parsed’:
../app/test-pmd/cmdline_mtr.c:1544:8: error: implicit declaration of function ‘rte_mtr_meter_vlan_table_update’; did you mean ‘rte_mtr_meter_dscp_table_update’? [-Werror=implicit-function-declaration]
  ret = rte_mtr_meter_vlan_table_update(port_id, mtr_id,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        rte_mtr_meter_dscp_table_update
../app/test-pmd/cmdline_mtr.c:1544:8: error: nested extern declaration of ‘rte_mtr_meter_vlan_table_update’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2160/2814] Compiling C object 'app/a172ced@@dpdk-test-pipeline@exe/test-pipeline_main.c.o'.
[2161/2814] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_flow.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
####################################################################################
  else if (input_color_method & RTE_MTR_INPUT_COLOR_METHOD_VLAN_DSCP ||
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1050:25: error: ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP’ undeclared (first use in this function); did you mean ‘RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP’?
    input_color_method & RTE_MTR_INPUT_COLOR_METHOD_INNER_VLAN_DSCP) {
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                         RTE_MTR_INPUT_COLOR_METHOD_INNER_DSCP
../app/test-pmd/cmdline_mtr.c:1051:10: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   params.vlan_table = vlan_table;
          ^~~~~~~~~~
          dscp_table
../app/test-pmd/cmdline_mtr.c:1055:8: error: ‘struct rte_mtr_params’ has no member named ‘default_input_color’
  params.default_input_color = def_inp_color;
        ^
../app/test-pmd/cmdline_mtr.c: In function ‘cmd_set_port_meter_vlan_table_parsed’:
../app/test-pmd/cmdline_mtr.c:1544:8: error: implicit declaration of function ‘rte_mtr_meter_vlan_table_update’; did you mean ‘rte_mtr_meter_dscp_table_update’? [-Werror=implicit-function-declaration]
  ret = rte_mtr_meter_vlan_table_update(port_id, mtr_id,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        rte_mtr_meter_dscp_table_update
../app/test-pmd/cmdline_mtr.c:1544:8: error: nested extern declaration of ‘rte_mtr_meter_vlan_table_update’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
[2158/2992] Linking target app/dpdk-test-flow-perf.
[2159/2992] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.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
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
  enum roc_nix_bpf_color color_map[] = {ROC_NIX_BPF_COLOR_GREEN,
                         ^~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_mtr.c: In function ‘nix_precolor_table_map’:
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1233:21: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
  switch (mtr->params.input_color_method) {
                     ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1237:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1254:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1262:19: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   if (mtr->params.vlan_table) {
                   ^~~~~~~~~~
                   dscp_table
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1265:28: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
      color_map[mtr->params.vlan_table[i]];
                            ^~~~~~~~~~
                            dscp_table
cc1: all warnings being treated as errors
[1045/3411] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1046/3411] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
  enum roc_nix_bpf_color color_map[] = {ROC_NIX_BPF_COLOR_GREEN,
                         ^~~~~~~~~
../drivers/net/cnxk/cnxk_ethdev_mtr.c: In function ‘nix_precolor_table_map’:
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1233:21: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
  switch (mtr->params.input_color_method) {
                     ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1237:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1254:27: error: ‘struct rte_mtr_params’ has no member named ‘input_color_method’
   tbl->mode = (mtr->params.input_color_method ==
                           ^
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1262:19: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
   if (mtr->params.vlan_table) {
                   ^~~~~~~~~~
                   dscp_table
../drivers/net/cnxk/cnxk_ethdev_mtr.c:1265:28: error: ‘struct rte_mtr_params’ has no member named ‘vlan_table’; did you mean ‘dscp_table’?
      color_map[mtr->params.vlan_table[i]];
                            ^~~~~~~~~~
                            dscp_table
cc1: all warnings being treated as errors
[1047/3589] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev_devargs.c.o'.
[1048/3589] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2022-03-01  9:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220301090056.1042866-3-skori@marvell.com>
2022-03-01  9:02 ` |SUCCESS| " checkpatch
2022-03-01 10:38 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220301103849.6811-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=skori@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).