automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw56934 [PATCH 5/6] net/ice/base: cleanup hardware register macros
       [not found] <20190723035115.42664-6-qi.z.zhang@intel.com>
@ 2019-07-23  3:50 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-07-23  3:50 UTC (permalink / raw)
  To: test-report; +Cc: Qi Zhang

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/56934

_coding style issues_


WARNING:BAD_SIGN_OFF: Use a single space after Cc:
#22: 
Cc:stable@dpdk.org

WARNING:LONG_LINE_COMMENT: line over 90 characters
#144: FILE: drivers/net/ice/base/ice_hw_autogen.h:386:
+#define PF0INT_DYN_CTL(_i)			(0x03000000 + ((_i) * 4096)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#153: FILE: drivers/net/ice/base/ice_hw_autogen.h:406:
+#define PF0INT_ITR_0(_i)			(0x03000004 + ((_i) * 4096)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#158: FILE: drivers/net/ice/base/ice_hw_autogen.h:410:
+#define PF0INT_ITR_1(_i)			(0x03000008 + ((_i) * 4096)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#163: FILE: drivers/net/ice/base/ice_hw_autogen.h:414:
+#define PF0INT_ITR_2(_i)			(0x0300000C + ((_i) * 4096)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#172: FILE: drivers/net/ice/base/ice_hw_autogen.h:588:
+#define QTX_COMM_DBLQ_DBELL_PAGE(_DBLQ)		(0x02F00000 + ((_DBLQ) * 4096)) /* _i=0...255 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#181: FILE: drivers/net/ice/base/ice_hw_autogen.h:606:
+#define VSI_MBX_ARQLEN(_VSI)			(0x0200001C + ((_VSI) * 4096)) /* _i=0...767 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#190: FILE: drivers/net/ice/base/ice_hw_autogen.h:634:
+#define VSI_MBX_ATQLEN(_VSI)			(0x02000008 + ((_VSI) * 4096)) /* _i=0...767 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#337: FILE: drivers/net/ice/base/ice_hw_autogen.h:1556:
+#define VF_MBX_ARQLEN(_VF)			(0x0022BC00 + ((_VF) * 4)) /* _i=0...255 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#346: FILE: drivers/net/ice/base/ice_hw_autogen.h:1584:
+#define VF_MBX_ATQLEN(_VF)			(0x0022A800 + ((_VF) * 4)) /* _i=0...255 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#355: FILE: drivers/net/ice/base/ice_hw_autogen.h:1614:
+#define VF_MBX_CPM_ARQLEN(_VF128)		(0x0022D600 + ((_VF128) * 4)) /* _i=0...127 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#364: FILE: drivers/net/ice/base/ice_hw_autogen.h:1642:
+#define VF_MBX_CPM_ATQLEN(_VF128)		(0x0022CC00 + ((_VF128) * 4)) /* _i=0...127 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#373: FILE: drivers/net/ice/base/ice_hw_autogen.h:1672:
+#define VF_MBX_HLP_ARQLEN(_VF16)		(0x0022DDC0 + ((_VF16) * 4)) /* _i=0...15 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#382: FILE: drivers/net/ice/base/ice_hw_autogen.h:1700:
+#define VF_MBX_HLP_ATQLEN(_VF16)		(0x0022DC80 + ((_VF16) * 4)) /* _i=0...15 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#391: FILE: drivers/net/ice/base/ice_hw_autogen.h:1730:
+#define VF_MBX_PSM_ARQLEN(_VF16)		(0x0022E040 + ((_VF16) * 4)) /* _i=0...15 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#400: FILE: drivers/net/ice/base/ice_hw_autogen.h:1758:
+#define VF_MBX_PSM_ATQLEN(_VF16)		(0x0022DF00 + ((_VF16) * 4)) /* _i=0...15 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#409: FILE: drivers/net/ice/base/ice_hw_autogen.h:1788:
+#define VF_SB_CPM_ARQLEN(_VF128)		(0x0022F600 + ((_VF128) * 4)) /* _i=0...127 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#418: FILE: drivers/net/ice/base/ice_hw_autogen.h:1816:
+#define VF_SB_CPM_ATQLEN(_VF128)		(0x0022EC00 + ((_VF128) * 4)) /* _i=0...127 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#427: FILE: drivers/net/ice/base/ice_hw_autogen.h:3017:
+#define GLFLXP_RXDID_FLX_WRD_0(_i)		(0x0045C800 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#436: FILE: drivers/net/ice/base/ice_hw_autogen.h:3025:
+#define GLFLXP_RXDID_FLX_WRD_1(_i)		(0x0045C900 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#445: FILE: drivers/net/ice/base/ice_hw_autogen.h:3033:
+#define GLFLXP_RXDID_FLX_WRD_2(_i)		(0x0045CA00 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#454: FILE: drivers/net/ice/base/ice_hw_autogen.h:3041:
+#define GLFLXP_RXDID_FLX_WRD_3(_i)		(0x0045CB00 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#463: FILE: drivers/net/ice/base/ice_hw_autogen.h:3049:
+#define GLFLXP_RXDID_FLX_WRD_4(_i)		(0x0045CC00 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#472: FILE: drivers/net/ice/base/ice_hw_autogen.h:3057:
+#define GLFLXP_RXDID_FLX_WRD_5(_i)		(0x0045CD00 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#698: FILE: drivers/net/ice/base/ice_hw_autogen.h:3313:
+#define GLGEN_ANA_TX_CFG_LU_KEY(_i)		(0x0020D14C + ((_i) * 4)) /* _i=0...2 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#702: FILE: drivers/net/ice/base/ice_hw_autogen.h:3317:
+#define GLGEN_ANA_TX_CFG_RDDATA(_i)		(0x0020D10C + ((_i) * 4)) /* _i=0...15 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#728: FILE: drivers/net/ice/base/ice_hw_autogen.h:3340:
+#define GLGEN_ANA_TX_FLAG_MAP(_i)		(0x0020D000 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#743: FILE: drivers/net/ice/base/ice_hw_autogen.h:3355:
+#define GLGEN_ANA_TX_NMPG_KEYMASK(_i)		(0x0020D1D0 + ((_i) * 4)) /* _i=0...3 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#747: FILE: drivers/net/ice/base/ice_hw_autogen.h:3359:
+#define GLGEN_ANA_TX_NMPG0_HASHKEY(_i)		(0x0020D1B0 + ((_i) * 4)) /* _i=0...3 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#758: FILE: drivers/net/ice/base/ice_hw_autogen.h:3370:
+#define GLGEN_ANA_TX_PG_KEYMASK(_i)		(0x0020D1C0 + ((_i) * 4)) /* _i=0...3 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#762: FILE: drivers/net/ice/base/ice_hw_autogen.h:3374:
+#define GLGEN_ANA_TX_PG0_HASHKEY(_i)		(0x0020D1A0 + ((_i) * 4)) /* _i=0...3 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1087: FILE: drivers/net/ice/base/ice_hw_autogen.h:4013:
+#define GLHMC_VFPEHTCNT_FPMAT(_i)		(0x0010C700 + ((_i) * 4)) /* _i=0...31 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1211: FILE: drivers/net/ice/base/ice_hw_autogen.h:4495:
+#define GLINT_DYN_CTL(_INT)			(0x00160000 + ((_INT) * 4)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1220: FILE: drivers/net/ice/base/ice_hw_autogen.h:4524:
+#define GLINT_ITR(_i, _INT)			(0x00154000 + ((_i) * 8192 + (_INT) * 4)) /* _i=0...2, _INT=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1225: FILE: drivers/net/ice/base/ice_hw_autogen.h:4528:
+#define GLINT_RATE(_INT)			(0x0015A000 + ((_INT) * 4)) /* _i=0...2047 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1246: FILE: drivers/net/ice/base/ice_hw_autogen.h:5186:
+#define VSILAN_QBASE(_VSI)			(0x0044C000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1318: FILE: drivers/net/ice/base/ice_hw_autogen.h:8282:
+#define GLSWID_STAT_BLOCK(_i)			(0x0020A1A4 + ((_i) * 4)) /* _i=0...255 */ /* Reset Source: PFR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1340: FILE: drivers/net/ice/base/ice_hw_autogen.h:8620:
+#define GLPE_TSCD_FLR(_i)			(0x0051E24C + ((_i) * 4)) /* _i=0...3 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1349: FILE: drivers/net/ice/base/ice_hw_autogen.h:8665:
+#define VSI_L2TAGSTXVALID(_VSI)			(0x00046000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1358: FILE: drivers/net/ice/base/ice_hw_autogen.h:8693:
+#define VSI_RUPR(_VSI)				(0x00050000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1367: FILE: drivers/net/ice/base/ice_hw_autogen.h:8711:
+#define VSI_RXSWCTRL(_VSI)			(0x00205000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1376: FILE: drivers/net/ice/base/ice_hw_autogen.h:8719:
+#define VSI_SRCSWCTRL(_VSI)			(0x00209000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1385: FILE: drivers/net/ice/base/ice_hw_autogen.h:8751:
+#define VSI_TAR(_VSI)				(0x00045000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1392: FILE: drivers/net/ice/base/ice_hw_autogen.h:8757:
+#define VSI_TIR_0(_VSI)				(0x00041000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1397: FILE: drivers/net/ice/base/ice_hw_autogen.h:8761:
+#define VSI_TIR_1(_VSI)				(0x00042000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1402: FILE: drivers/net/ice/base/ice_hw_autogen.h:8765:
+#define VSI_TIR_2(_VSI)				(0x00043000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1407: FILE: drivers/net/ice/base/ice_hw_autogen.h:8769:
+#define VSI_TSR(_VSI)				(0x00051000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1416: FILE: drivers/net/ice/base/ice_hw_autogen.h:8777:
+#define VSI_TUPIOM(_VSI)			(0x00048000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1425: FILE: drivers/net/ice/base/ice_hw_autogen.h:8795:
+#define VSI_TUPR(_VSI)				(0x00047000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1454: FILE: drivers/net/ice/base/ice_hw_autogen.h:8833:
+#define VSIQF_FD_CTL1(_VSI)			(0x00411000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1463: FILE: drivers/net/ice/base/ice_hw_autogen.h:8841:
+#define VSIQF_FD_DFLT(_VSI)			(0x00457000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1472: FILE: drivers/net/ice/base/ice_hw_autogen.h:8859:
+#define VSIQF_HASH_CTL(_VSI)			(0x0040D000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1481: FILE: drivers/net/ice/base/ice_hw_autogen.h:8891:
+#define VSIQF_PE_CTL1(_VSI)			(0x00414000 + ((_VSI) * 4)) /* _i=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1486: FILE: drivers/net/ice/base/ice_hw_autogen.h:8895:
+#define VSIQF_TC_REGION(_i, _VSI)		(0x00448000 + ((_i) * 4096 + (_VSI) * 4)) /* _i=0...3, _VSI=0...767 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1522: FILE: drivers/net/ice/base/ice_hw_autogen.h:9084:
+#define VFINT_DYN_CTLN(_i)			(0x00003800 + ((_i) * 4)) /* _i=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1531: FILE: drivers/net/ice/base/ice_hw_autogen.h:9104:
+#define VFINT_ITR0(_i)				(0x00004C00 + ((_i) * 4)) /* _i=0...2 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1536: FILE: drivers/net/ice/base/ice_hw_autogen.h:9108:
+#define VFINT_ITRN(_i, _j)			(0x00002800 + ((_i) * 4 + (_j) * 12)) /* _i=0...2, _j=0...63 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1687: FILE: drivers/net/ice/base/ice_hw_autogen.h:9312:
+#define VFINT_DYN_CTL(_i)			(0x00023000 + ((_i) * 4096)) /* _i=0...7 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1696: FILE: drivers/net/ice/base/ice_hw_autogen.h:9332:
+#define VFINT_ITR_0(_i)				(0x00023004 + ((_i) * 4096)) /* _i=0...7 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1701: FILE: drivers/net/ice/base/ice_hw_autogen.h:9336:
+#define VFINT_ITR_1(_i)				(0x00023008 + ((_i) * 4096)) /* _i=0...7 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1706: FILE: drivers/net/ice/base/ice_hw_autogen.h:9340:
+#define VFINT_ITR_2(_i)				(0x0002300C + ((_i) * 4096)) /* _i=0...7 */ /* Reset Source: CORER */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1714: FILE: drivers/net/ice/base/ice_hw_autogen.h:9356:
+#define MSIX_TMSG1(_i)				(0x00000008 + ((_i) * 16)) /* _i=0...64 */ /* Reset Source: FLR */

WARNING:LONG_LINE_COMMENT: line over 90 characters
#1762: FILE: drivers/net/ice/base/ice_hw_autogen.h:9404:
+#define VFPE_MRTEIDXMASK1(_VF)			(0x00509800 + ((_VF) * 4)) /* _i=0...255 */ /* Reset Source: PFR */

total: 0 errors, 63 warnings, 0 checks, 1634 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-23  3:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190723035115.42664-6-qi.z.zhang@intel.com>
2019-07-23  3:50 ` [dpdk-test-report] |WARNING| pw56934 [PATCH 5/6] net/ice/base: cleanup hardware register macros checkpatch

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