automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw98403 [PATCH] net/ice: support IPv4/L4 checksum RSS offload
       [not found] <20210909064733.19960-1-alvinx.zhang@intel.com>
@ 2021-09-09  6:48 ` checkpatch
  2021-09-09  7:20 ` [dpdk-test-report] |FAILURE| pw98403 [dpdk-dev] " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-09  6:48 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw98403 [dpdk-dev] [PATCH] net/ice: support IPv4/L4 checksum RSS offload
       [not found] <20210909064733.19960-1-alvinx.zhang@intel.com>
  2021-09-09  6:48 ` [dpdk-test-report] |SUCCESS| pw98403 [PATCH] net/ice: support IPv4/L4 checksum RSS offload checkpatch
@ 2021-09-09  7:20 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-09  7:20 UTC (permalink / raw)
  To: test-report; +Cc: alvinx.zhang, robot

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|18783|SHA|0c33a9dee21d371c8bc1d01e9d1e845a296f6bd2|failed|https://github.com/ovsrobot/dpdk/actions/runs/1216273482|[dpdk-dev] [PATCH 2/2] net/iavf: support IPv4/L4 checksum RSS offload|ovsrobot/dpdk|build, Size: 15989 bytes --]

From: robot@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@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@exe/rte_tm.c'.
[1481/3471] Generating 'buildtools/chkincs/fe389a9@@chkincs@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@exe/rte_pci.c'.
[1487/3473] Generating 'buildtools/chkincs/fe389a9@@chkincs@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@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@exe/cmdline_socket.c'.
[1487/3468] Generating 'buildtools/chkincs/fe389a9@@chkincs@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-----------------------------

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

end of thread, other threads:[~2021-09-09  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210909064733.19960-1-alvinx.zhang@intel.com>
2021-09-09  6:48 ` [dpdk-test-report] |SUCCESS| pw98403 [PATCH] net/ice: support IPv4/L4 checksum RSS offload checkpatch
2021-09-09  7:20 ` [dpdk-test-report] |FAILURE| pw98403 [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).