* [dpdk-test-report] |WARNING| pw97683 [PATCH v1] net/iavf: fix QFI fields of GTPU UL and DL for FDIR
[not found] <20210901164751.258544-1-lingyu.liu@intel.com>
@ 2021-09-01 10:20 ` checkpatch
2021-09-01 11:00 ` [dpdk-test-report] |FAILURE| pw97683 [dpdk-dev] " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-09-01 10:20 UTC (permalink / raw)
To: test-report; +Cc: Lingyu Liu
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/97683
_coding style issues_
WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#74: FILE: drivers/net/iavf/iavf_fdir.c:1177:
+ VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
total: 0 errors, 1 warnings, 0 checks, 13 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |FAILURE| pw97683 [dpdk-dev] [PATCH v1] net/iavf: fix QFI fields of GTPU UL and DL for FDIR
[not found] <20210901164751.258544-1-lingyu.liu@intel.com>
2021-09-01 10:20 ` [dpdk-test-report] |WARNING| pw97683 [PATCH v1] net/iavf: fix QFI fields of GTPU UL and DL for FDIR checkpatch
@ 2021-09-01 11:00 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-01 11:00 UTC (permalink / raw)
To: test-report; +Cc: lingyu.liu, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/97683/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1189825025
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
####################################################################################
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1174:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_UP, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: error: ‘VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI’ undeclared (first use in this function); did you mean ‘VIRTCHNL_PROTO_HDR_GTPU_UP_QFI’?
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1176:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1396/3255] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1397/3255] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.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-doc+tests" at step Build and test
####################################################################################
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1174:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_UP, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: error: ‘VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI’ undeclared (first use in this function); did you mean ‘VIRTCHNL_PROTO_HDR_GTPU_UP_QFI’?
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1176:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1416/3471] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1417/3471] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
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
####################################################################################
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
<scratch space>:98:1: note: expanded from here
VIRTCHNL_PROTO_HDR_GTPU_UP_QFI
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1615:2: note: 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI' declared here
VIRTCHNL_PROTO_HDR_GTPU_EH_QFI,
^
../drivers/net/iavf/iavf_fdir.c:1176:7: error: use of undeclared identifier 'VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI'; did you mean 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI'?
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: note: expanded from macro 'VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT'
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
<scratch space>:101:1: note: expanded from here
VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1615:2: note: 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI' declared here
VIRTCHNL_PROTO_HDR_GTPU_EH_QFI,
^
2 errors generated.
[1400/3257] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1401/3257] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.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
####################################################################################
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
<scratch space>:98:1: note: expanded from here
VIRTCHNL_PROTO_HDR_GTPU_UP_QFI
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1615:2: note: 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI' declared here
VIRTCHNL_PROTO_HDR_GTPU_EH_QFI,
^
../drivers/net/iavf/iavf_fdir.c:1176:7: error: use of undeclared identifier 'VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI'; did you mean 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI'?
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: note: expanded from macro 'VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT'
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
<scratch space>:101:1: note: expanded from here
VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1615:2: note: 'VIRTCHNL_PROTO_HDR_GTPU_EH_QFI' declared here
VIRTCHNL_PROTO_HDR_GTPU_EH_QFI,
^
2 errors generated.
[1420/3473] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx_vec_sse.c.o'.
[1421/3473] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.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
####################################################################################
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1174:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_UP, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: error: ‘VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI’ undeclared (first use in this function); did you mean ‘VIRTCHNL_PROTO_HDR_GTPU_UP_QFI’?
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1176:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1119/2511] Compiling C object 'drivers/a715181@@tmp_rte_net_i40e@sta/net_i40e_i40e_rxtx.c.o'.
[1120/2511] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx_vec_sse.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
####################################################################################
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1174:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_UP, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: error: ‘VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI’ undeclared (first use in this function); did you mean ‘VIRTCHNL_PROTO_HDR_GTPU_UP_QFI’?
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1176:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1403/3255] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_hash.c.o'.
[1404/3255] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.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
####################################################################################
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1174:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_UP, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/../../common/iavf/virtchnl.h:1505:3: error: ‘VIRTCHNL_PROTO_HDR_GTPU_DWN_QFI’ undeclared (first use in this function); did you mean ‘VIRTCHNL_PROTO_HDR_GTPU_UP_QFI’?
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
^
../drivers/net/iavf/../../common/iavf/iavf_type.h:23:25: note: in definition of macro ‘BIT’
#define BIT(a) (1UL << (a))
^
../drivers/net/iavf/../../common/iavf/virtchnl.h:1504:3: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD’
(VIRTCHNL_ADD_PROTO_HDR_FIELD(hdr, \
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_fdir.c:1176:7: note: in expansion of macro ‘VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT’
VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, GTPU_DWN, QFI);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[1422/3468] Compiling C object 'drivers/a715181@@tmp_rte_net_iavf@sta/net_iavf_iavf_rxtx.c.o'.
[1423/3468] Compiling C object 'drivers/net/iavf/cd88e11@@iavf_avx512_lib@sta/iavf_rxtx_vec_avx512.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-09-01 11:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210901164751.258544-1-lingyu.liu@intel.com>
2021-09-01 10:20 ` [dpdk-test-report] |WARNING| pw97683 [PATCH v1] net/iavf: fix QFI fields of GTPU UL and DL for FDIR checkpatch
2021-09-01 11:00 ` [dpdk-test-report] |FAILURE| pw97683 [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).