[dpdk-test-report] |FAILURE| pw98403 [dpdk-dev] [PATCH] net/ice: support IPv4/L4 checksum RSS offload

0-day Robot robot at bytheb.org
Thu Sep 9 09:20:22 CEST 2021


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1216269857
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-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
####################################################################################
  {pattern_eth_ipv4,   ICE_RSS_TYPE_ETH_IPV4,  ICE_INSET_NONE, &ipv4_tmplt},
                       ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c:381:7: error: ‘ETH_RSS_L4_CHKSUM’ undeclared here (not in a function); did you mean ‘ETH_RSS_IPV4_CHKSUM’?
       ETH_RSS_L4_CHKSUM)
       ^
../drivers/net/ice/ice_hash.c:496:27: note: in expansion of macro ‘ICE_RSS_TYPE_ETH_IPV4_UDP’
  {pattern_eth_ipv4_udp,   ICE_RSS_TYPE_ETH_IPV4_UDP, ICE_INSET_NONE, &ipv4_udp_tmplt},
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c: In function ‘ice_refine_hash_cfg_l234’:
../drivers/net/ice/ice_hash.c:700:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_IPV4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:779:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:799:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:819:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
[1467/3255] Compiling C object 'drivers/a715181@@tmp_rte_net_ionic at sta/net_ionic_ionic_main.c.o'.
[1468/3255] Generating rte_net_igc.pmd.c with a custom command.
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-doc+tests" at step Build and test
####################################################################################
  {pattern_eth_ipv4,   ICE_RSS_TYPE_ETH_IPV4,  ICE_INSET_NONE, &ipv4_tmplt},
                       ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c:381:7: error: ‘ETH_RSS_L4_CHKSUM’ undeclared here (not in a function); did you mean ‘ETH_RSS_IPV4_CHKSUM’?
       ETH_RSS_L4_CHKSUM)
       ^
../drivers/net/ice/ice_hash.c:496:27: note: in expansion of macro ‘ICE_RSS_TYPE_ETH_IPV4_UDP’
  {pattern_eth_ipv4_udp,   ICE_RSS_TYPE_ETH_IPV4_UDP, ICE_INSET_NONE, &ipv4_udp_tmplt},
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c: In function ‘ice_refine_hash_cfg_l234’:
../drivers/net/ice/ice_hash.c:700:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_IPV4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:779:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:799:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:819:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
[1480/3471] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_tm.c'.
[1481/3471] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_tm_driver.c'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
                                         ETH_RSS_L4_CHKSUM)
                                         ^
../drivers/net/ice/ice_hash.c:575:15: error: invalid application of 'sizeof' to an incomplete type 'struct ice_pattern_match_item []'
        .array_len = RTE_DIM(ice_hash_pattern_list),
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:811:28: note: expanded from macro 'RTE_DIM'
#define RTE_DIM(a)      (sizeof (a) / sizeof ((a)[0]))
                                ^~~
../drivers/net/ice/ice_hash.c:700:18: error: use of undeclared identifier 'ETH_RSS_IPV4_CHKSUM'
                if (rss_type & ETH_RSS_IPV4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:779:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:799:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:819:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
15 errors generated.
[1479/3257] Generating rte_net_ionic_def with a custom command.
[1480/3257] Generating rte_net_ionic_mingw with a custom command.
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
####################################################################################
                                         ETH_RSS_L4_CHKSUM)
                                         ^
../drivers/net/ice/ice_hash.c:575:15: error: invalid application of 'sizeof' to an incomplete type 'struct ice_pattern_match_item []'
        .array_len = RTE_DIM(ice_hash_pattern_list),
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:811:28: note: expanded from macro 'RTE_DIM'
#define RTE_DIM(a)      (sizeof (a) / sizeof ((a)[0]))
                                ^~~
../drivers/net/ice/ice_hash.c:700:18: error: use of undeclared identifier 'ETH_RSS_IPV4_CHKSUM'
                if (rss_type & ETH_RSS_IPV4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:779:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:799:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
../drivers/net/ice/ice_hash.c:819:18: error: use of undeclared identifier 'ETH_RSS_L4_CHKSUM'
                if (rss_type & ETH_RSS_L4_CHKSUM)
                               ^
15 errors generated.
[1486/3473] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_pci.c'.
[1487/3473] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/cmdline.c'.
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
####################################################################################
  {pattern_eth_ipv4,   ICE_RSS_TYPE_ETH_IPV4,  ICE_INSET_NONE, &ipv4_tmplt},
                       ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c:381:7: error: ‘ETH_RSS_L4_CHKSUM’ undeclared here (not in a function); did you mean ‘ETH_RSS_IPV4_CHKSUM’?
       ETH_RSS_L4_CHKSUM)
       ^
../drivers/net/ice/ice_hash.c:496:27: note: in expansion of macro ‘ICE_RSS_TYPE_ETH_IPV4_UDP’
  {pattern_eth_ipv4_udp,   ICE_RSS_TYPE_ETH_IPV4_UDP, ICE_INSET_NONE, &ipv4_udp_tmplt},
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c: In function ‘ice_refine_hash_cfg_l234’:
../drivers/net/ice/ice_hash.c:700:16: error: invalid operands to binary & (have ‘uint64_t {aka long long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_IPV4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:779:16: error: invalid operands to binary & (have ‘uint64_t {aka long long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:799:16: error: invalid operands to binary & (have ‘uint64_t {aka long long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:819:16: error: invalid operands to binary & (have ‘uint64_t {aka long long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
[1201/2511] Compiling C object 'drivers/net/ixgbe/base/a7935d9@@ixgbe_base at sta/ixgbe_82598.c.o'.
[1202/2511] Generating rte_net_ionic.pmd.c with a custom command.
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
####################################################################################
  {pattern_eth_ipv4,   ICE_RSS_TYPE_ETH_IPV4,  ICE_INSET_NONE, &ipv4_tmplt},
                       ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c:381:7: error: ‘ETH_RSS_L4_CHKSUM’ undeclared here (not in a function); did you mean ‘ETH_RSS_IPV4_CHKSUM’?
       ETH_RSS_L4_CHKSUM)
       ^
../drivers/net/ice/ice_hash.c:496:27: note: in expansion of macro ‘ICE_RSS_TYPE_ETH_IPV4_UDP’
  {pattern_eth_ipv4_udp,   ICE_RSS_TYPE_ETH_IPV4_UDP, ICE_INSET_NONE, &ipv4_udp_tmplt},
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c: In function ‘ice_refine_hash_cfg_l234’:
../drivers/net/ice/ice_hash.c:700:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_IPV4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:779:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:799:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:819:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
[1473/3255] Linking target drivers/librte_net_igc.so.22.0.
[1474/3255] Generating rte_net_ionic.pmd.c with a custom command.
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
####################################################################################
  {pattern_eth_ipv4,   ICE_RSS_TYPE_ETH_IPV4,  ICE_INSET_NONE, &ipv4_tmplt},
                       ^~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c:381:7: error: ‘ETH_RSS_L4_CHKSUM’ undeclared here (not in a function); did you mean ‘ETH_RSS_IPV4_CHKSUM’?
       ETH_RSS_L4_CHKSUM)
       ^
../drivers/net/ice/ice_hash.c:496:27: note: in expansion of macro ‘ICE_RSS_TYPE_ETH_IPV4_UDP’
  {pattern_eth_ipv4_udp,   ICE_RSS_TYPE_ETH_IPV4_UDP, ICE_INSET_NONE, &ipv4_udp_tmplt},
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/ice/ice_hash.c: In function ‘ice_refine_hash_cfg_l234’:
../drivers/net/ice/ice_hash.c:700:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_IPV4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:779:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:799:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
../drivers/net/ice/ice_hash.c:819:16: error: invalid operands to binary & (have ‘uint64_t {aka long unsigned int}’ and ‘struct ice_pattern_match_item *’)
   if (rss_type & ETH_RSS_L4_CHKSUM)
                ^
[1486/3468] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/cmdline_socket.c'.
[1487/3468] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/cmdline_cirbuf.c'.
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-----------------------------


More information about the test-report mailing list