[dpdk-test-report] |WARNING| pw30465 [PATCH 1/3] net/octeontx: add support for event Rx adapter

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Oct 17 11:30:29 CEST 2017


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#102: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:243:
+               uint8_t f_tag_type:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#102: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:243:
+               uint8_t f_tag_type:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#104: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:245:
+       uint8_t tag_type;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#110: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:251:
+       uint8_t port_type;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#111: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:252:
+       uint16_t index;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#122: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:419:
+       uint8_t port_type;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#123: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:420:
+       uint16_t index;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#134: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:432:
+               uint8_t f_grptag_ok:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#134: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:432:
+               uint8_t f_grptag_ok:1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#135: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:433:
+               uint8_t f_grptag_bad:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#135: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:433:
+               uint8_t f_grptag_bad:1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#136: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:434:
+               uint8_t f_tag_type:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#136: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:434:
+               uint8_t f_tag_type:1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#138: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:436:
+       uint8_t tag_type;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#145: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:443:
+       struct octeontx_mbox_hdr hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#146: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:444:
+       int res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#148: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:446:
+       mbox_pki_mod_qos_t q_cfg = *(mbox_pki_mod_qos_t *)qos_cfg;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#149: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:447:
+       int len = sizeof(mbox_pki_mod_qos_t);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#151: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:449:
+       hdr.coproc = OCTEONTX_PKI_COPROC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#152: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:450:
+       hdr.msg = MBOX_PKI_PORT_MODIFY_QOS;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#153: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:451:
+       hdr.vfid = port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#155: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:453:
+       res = octeontx_ssovf_mbox_send(&hdr, &q_cfg, len, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#156: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:454:
+       if (res < 0)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#156: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:454:
+       if (res < 0)
+               return -EACCES;

ERROR:CODE_INDENT: code indent should use tabs where possible
#157: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:455:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#157: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:455:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#159: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:457:
+       return res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#165: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:463:
+       struct octeontx_mbox_hdr hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#166: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:464:
+       int res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#168: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:466:
+       mbox_pki_del_qos_t q_cfg = *(mbox_pki_del_qos_t *)qos_cfg;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#169: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:467:
+       int len = sizeof(mbox_pki_del_qos_t);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#171: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:469:
+       hdr.coproc = OCTEONTX_PKI_COPROC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#172: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:470:
+       hdr.msg = MBOX_PKI_PORT_DELETE_QOS;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#173: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:471:
+       hdr.vfid = port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#175: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:473:
+       res = octeontx_ssovf_mbox_send(&hdr, &q_cfg, len, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#176: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:474:
+       if (res < 0)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#176: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:474:
+       if (res < 0)
+               return -EACCES;

ERROR:CODE_INDENT: code indent should use tabs where possible
#177: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:475:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#177: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:475:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#179: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:477:
+       return res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#185: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:483:
+       struct octeontx_mbox_hdr hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#186: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:484:
+       int res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#188: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:486:
+       mbox_pki_port_t ptype;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#189: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:487:
+       int len = sizeof(mbox_pki_port_t);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#190: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:488:
+       memset(&ptype, 0, len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#191: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:489:
+       ptype.port_type = OCTTX_PORT_TYPE_NET;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#193: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:491:
+       hdr.coproc = OCTEONTX_PKI_COPROC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#194: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:492:
+       hdr.msg = MBOX_PKI_PORT_CLOSE;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#195: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:493:
+       hdr.vfid = port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#197: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:495:
+       res = octeontx_ssovf_mbox_send(&hdr, &ptype, len, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#198: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:496:
+       if (res < 0)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#198: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:496:
+       if (res < 0)
+               return -EACCES;

ERROR:CODE_INDENT: code indent should use tabs where possible
#199: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:497:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#199: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:497:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#201: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:499:
+       return res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#207: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:505:
+       struct octeontx_mbox_hdr hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#208: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:506:
+       int res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#210: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:508:
+       mbox_pki_port_t ptype;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#211: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:509:
+       int len = sizeof(mbox_pki_port_t);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#212: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:510:
+       memset(&ptype, 0, len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#213: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:511:
+       ptype.port_type = OCTTX_PORT_TYPE_NET;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#215: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:513:
+       hdr.coproc = OCTEONTX_PKI_COPROC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#216: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:514:
+       hdr.msg = MBOX_PKI_PORT_START;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#217: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:515:
+       hdr.vfid = port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#219: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:517:
+       res = octeontx_ssovf_mbox_send(&hdr, &ptype, len, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#220: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:518:
+       if (res < 0)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#220: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:518:
+       if (res < 0)
+               return -EACCES;

ERROR:CODE_INDENT: code indent should use tabs where possible
#221: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:519:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#221: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:519:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#223: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:521:
+       return res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#229: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:527:
+       struct octeontx_mbox_hdr hdr;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#230: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:528:
+       int res;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#232: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:530:
+       mbox_pki_port_t ptype;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#233: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:531:
+       int len = sizeof(mbox_pki_port_t);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#234: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:532:
+       memset(&ptype, 0, len);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#235: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:533:
+       ptype.port_type = OCTTX_PORT_TYPE_NET;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#237: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:535:
+       hdr.coproc = OCTEONTX_PKI_COPROC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#238: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:536:
+       hdr.msg = MBOX_PKI_PORT_STOP;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#239: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:537:
+       hdr.vfid = port;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#241: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:539:
+       res = octeontx_ssovf_mbox_send(&hdr, &ptype, len, NULL, 0);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#242: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:540:
+       if (res < 0)$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#242: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:540:
+       if (res < 0)
+               return -EACCES;

ERROR:CODE_INDENT: code indent should use tabs where possible
#243: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:541:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#243: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:541:
+               return -EACCES;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#245: FILE: drivers/net/octeontx/base/octeontx_pkivf.h:543:
+       return res;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#266: FILE: drivers/net/octeontx/octeontx_ethdev.c:933:
+                       pki_hash.tag_prt = 1;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#266: FILE: drivers/net/octeontx/octeontx_ethdev.c:933:
+                       pki_hash.tag_prt = 1;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#275: FILE: drivers/net/octeontx/octeontx_ethdev.c:945:
+               pki_qos.tag_type = 0L;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#275: FILE: drivers/net/octeontx/octeontx_ethdev.c:945:
+               pki_qos.tag_type = 0L;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#410: FILE: drivers/net/octeontx/octeontx_rxtx.c:123:
+               rx_pkts[count++] = (struct rte_mbuf *)ev.u64;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#410: FILE: drivers/net/octeontx/octeontx_rxtx.c:123:
+               rx_pkts[count++] = (struct rte_mbuf *)ev.u64;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#427: FILE: drivers/net/octeontx/octeontx_rxtx.h:47:
+       [LC_NONE][LE_NONE][LF_NONE] = RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#428: FILE: drivers/net/octeontx/octeontx_rxtx.h:48:
+       [LC_NONE][LE_NONE][LF_IPSEC_ESP] = RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#429: FILE: drivers/net/octeontx/octeontx_rxtx.h:49:
+       [LC_NONE][LE_NONE][LF_IPFRAG] = RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#430: FILE: drivers/net/octeontx/octeontx_rxtx.h:50:
+       [LC_NONE][LE_NONE][LF_IPCOMP] = RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#431: FILE: drivers/net/octeontx/octeontx_rxtx.h:51:
+       [LC_NONE][LE_NONE][LF_TCP] = RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#432: FILE: drivers/net/octeontx/octeontx_rxtx.h:52:
+       [LC_NONE][LE_NONE][LF_UDP] = RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#433: FILE: drivers/net/octeontx/octeontx_rxtx.h:53:
+       [LC_NONE][LE_NONE][LF_GRE] = RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#434: FILE: drivers/net/octeontx/octeontx_rxtx.h:54:
+       [LC_NONE][LE_NONE][LF_UDP_GENEVE] = RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#435: FILE: drivers/net/octeontx/octeontx_rxtx.h:55:
+       [LC_NONE][LE_NONE][LF_UDP_VXLAN] = RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#436: FILE: drivers/net/octeontx/octeontx_rxtx.h:56:
+       [LC_NONE][LE_NONE][LF_NVGRE] = RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#438: FILE: drivers/net/octeontx/octeontx_rxtx.h:58:
+       [LC_IPV4][LE_NONE][LF_NONE] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#439: FILE: drivers/net/octeontx/octeontx_rxtx.h:59:
+       [LC_IPV4][LE_NONE][LF_IPSEC_ESP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#440: FILE: drivers/net/octeontx/octeontx_rxtx.h:60:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#440: FILE: drivers/net/octeontx/octeontx_rxtx.h:60:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#441: FILE: drivers/net/octeontx/octeontx_rxtx.h:61:
+       [LC_IPV4][LE_NONE][LF_IPFRAG] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#442: FILE: drivers/net/octeontx/octeontx_rxtx.h:62:
+       [LC_IPV4][LE_NONE][LF_IPCOMP] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#443: FILE: drivers/net/octeontx/octeontx_rxtx.h:63:
+       [LC_IPV4][LE_NONE][LF_TCP] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#444: FILE: drivers/net/octeontx/octeontx_rxtx.h:64:
+       [LC_IPV4][LE_NONE][LF_UDP] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#445: FILE: drivers/net/octeontx/octeontx_rxtx.h:65:
+       [LC_IPV4][LE_NONE][LF_GRE] = RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#446: FILE: drivers/net/octeontx/octeontx_rxtx.h:66:
+       [LC_IPV4][LE_NONE][LF_UDP_GENEVE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#447: FILE: drivers/net/octeontx/octeontx_rxtx.h:67:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#447: FILE: drivers/net/octeontx/octeontx_rxtx.h:67:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#448: FILE: drivers/net/octeontx/octeontx_rxtx.h:68:
+       [LC_IPV4][LE_NONE][LF_UDP_VXLAN] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#449: FILE: drivers/net/octeontx/octeontx_rxtx.h:69:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#449: FILE: drivers/net/octeontx/octeontx_rxtx.h:69:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#450: FILE: drivers/net/octeontx/octeontx_rxtx.h:70:
+       [LC_IPV4][LE_NONE][LF_NVGRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#451: FILE: drivers/net/octeontx/octeontx_rxtx.h:71:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#451: FILE: drivers/net/octeontx/octeontx_rxtx.h:71:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#453: FILE: drivers/net/octeontx/octeontx_rxtx.h:73:
+       [LC_IPV4_OPT][LE_NONE][LF_NONE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#454: FILE: drivers/net/octeontx/octeontx_rxtx.h:74:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#454: FILE: drivers/net/octeontx/octeontx_rxtx.h:74:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#455: FILE: drivers/net/octeontx/octeontx_rxtx.h:75:
+       [LC_IPV4_OPT][LE_NONE][LF_IPSEC_ESP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#456: FILE: drivers/net/octeontx/octeontx_rxtx.h:76:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#456: FILE: drivers/net/octeontx/octeontx_rxtx.h:76:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#457: FILE: drivers/net/octeontx/octeontx_rxtx.h:77:
+       [LC_IPV4_OPT][LE_NONE][LF_IPFRAG] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#458: FILE: drivers/net/octeontx/octeontx_rxtx.h:78:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#458: FILE: drivers/net/octeontx/octeontx_rxtx.h:78:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#459: FILE: drivers/net/octeontx/octeontx_rxtx.h:79:
+       [LC_IPV4_OPT][LE_NONE][LF_IPCOMP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#460: FILE: drivers/net/octeontx/octeontx_rxtx.h:80:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#460: FILE: drivers/net/octeontx/octeontx_rxtx.h:80:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#461: FILE: drivers/net/octeontx/octeontx_rxtx.h:81:
+       [LC_IPV4_OPT][LE_NONE][LF_TCP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#462: FILE: drivers/net/octeontx/octeontx_rxtx.h:82:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#462: FILE: drivers/net/octeontx/octeontx_rxtx.h:82:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#463: FILE: drivers/net/octeontx/octeontx_rxtx.h:83:
+       [LC_IPV4_OPT][LE_NONE][LF_UDP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#464: FILE: drivers/net/octeontx/octeontx_rxtx.h:84:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#464: FILE: drivers/net/octeontx/octeontx_rxtx.h:84:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#465: FILE: drivers/net/octeontx/octeontx_rxtx.h:85:
+       [LC_IPV4_OPT][LE_NONE][LF_GRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#466: FILE: drivers/net/octeontx/octeontx_rxtx.h:86:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#466: FILE: drivers/net/octeontx/octeontx_rxtx.h:86:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#467: FILE: drivers/net/octeontx/octeontx_rxtx.h:87:
+       [LC_IPV4_OPT][LE_NONE][LF_UDP_GENEVE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#468: FILE: drivers/net/octeontx/octeontx_rxtx.h:88:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#468: FILE: drivers/net/octeontx/octeontx_rxtx.h:88:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#469: FILE: drivers/net/octeontx/octeontx_rxtx.h:89:
+       [LC_IPV4_OPT][LE_NONE][LF_UDP_VXLAN] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#470: FILE: drivers/net/octeontx/octeontx_rxtx.h:90:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#470: FILE: drivers/net/octeontx/octeontx_rxtx.h:90:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#471: FILE: drivers/net/octeontx/octeontx_rxtx.h:91:
+       [LC_IPV4_OPT][LE_NONE][LF_NVGRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#472: FILE: drivers/net/octeontx/octeontx_rxtx.h:92:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#472: FILE: drivers/net/octeontx/octeontx_rxtx.h:92:
+                               RTE_PTYPE_L3_IPV4_EXT | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#474: FILE: drivers/net/octeontx/octeontx_rxtx.h:94:
+       [LC_IPV6][LE_NONE][LF_NONE] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#475: FILE: drivers/net/octeontx/octeontx_rxtx.h:95:
+       [LC_IPV6][LE_NONE][LF_IPSEC_ESP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#476: FILE: drivers/net/octeontx/octeontx_rxtx.h:96:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#476: FILE: drivers/net/octeontx/octeontx_rxtx.h:96:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#477: FILE: drivers/net/octeontx/octeontx_rxtx.h:97:
+       [LC_IPV6][LE_NONE][LF_IPFRAG] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#478: FILE: drivers/net/octeontx/octeontx_rxtx.h:98:
+       [LC_IPV6][LE_NONE][LF_IPCOMP] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#479: FILE: drivers/net/octeontx/octeontx_rxtx.h:99:
+       [LC_IPV6][LE_NONE][LF_TCP] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#480: FILE: drivers/net/octeontx/octeontx_rxtx.h:100:
+       [LC_IPV6][LE_NONE][LF_UDP] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#481: FILE: drivers/net/octeontx/octeontx_rxtx.h:101:
+       [LC_IPV6][LE_NONE][LF_GRE] = RTE_PTYPE_L3_IPV6 | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#482: FILE: drivers/net/octeontx/octeontx_rxtx.h:102:
+       [LC_IPV6][LE_NONE][LF_UDP_GENEVE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#483: FILE: drivers/net/octeontx/octeontx_rxtx.h:103:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#483: FILE: drivers/net/octeontx/octeontx_rxtx.h:103:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#484: FILE: drivers/net/octeontx/octeontx_rxtx.h:104:
+       [LC_IPV6][LE_NONE][LF_UDP_VXLAN] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#485: FILE: drivers/net/octeontx/octeontx_rxtx.h:105:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#485: FILE: drivers/net/octeontx/octeontx_rxtx.h:105:
+                               RTE_PTYPE_L3_IPV6 | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#486: FILE: drivers/net/octeontx/octeontx_rxtx.h:106:
+       [LC_IPV6][LE_NONE][LF_NVGRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#487: FILE: drivers/net/octeontx/octeontx_rxtx.h:107:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#487: FILE: drivers/net/octeontx/octeontx_rxtx.h:107:
+                               RTE_PTYPE_L3_IPV4 | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#488: FILE: drivers/net/octeontx/octeontx_rxtx.h:108:
+       [LC_IPV6_OPT][LE_NONE][LF_NONE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#489: FILE: drivers/net/octeontx/octeontx_rxtx.h:109:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#489: FILE: drivers/net/octeontx/octeontx_rxtx.h:109:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#490: FILE: drivers/net/octeontx/octeontx_rxtx.h:110:
+       [LC_IPV6_OPT][LE_NONE][LF_IPSEC_ESP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#491: FILE: drivers/net/octeontx/octeontx_rxtx.h:111:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#491: FILE: drivers/net/octeontx/octeontx_rxtx.h:111:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L3_IPV4,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#492: FILE: drivers/net/octeontx/octeontx_rxtx.h:112:
+       [LC_IPV6_OPT][LE_NONE][LF_IPFRAG] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#493: FILE: drivers/net/octeontx/octeontx_rxtx.h:113:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#493: FILE: drivers/net/octeontx/octeontx_rxtx.h:113:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_FRAG,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#494: FILE: drivers/net/octeontx/octeontx_rxtx.h:114:
+       [LC_IPV6_OPT][LE_NONE][LF_IPCOMP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#495: FILE: drivers/net/octeontx/octeontx_rxtx.h:115:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#495: FILE: drivers/net/octeontx/octeontx_rxtx.h:115:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_UNKNOWN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#496: FILE: drivers/net/octeontx/octeontx_rxtx.h:116:
+       [LC_IPV6_OPT][LE_NONE][LF_TCP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#497: FILE: drivers/net/octeontx/octeontx_rxtx.h:117:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#497: FILE: drivers/net/octeontx/octeontx_rxtx.h:117:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_TCP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#498: FILE: drivers/net/octeontx/octeontx_rxtx.h:118:
+       [LC_IPV6_OPT][LE_NONE][LF_UDP] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#499: FILE: drivers/net/octeontx/octeontx_rxtx.h:119:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#499: FILE: drivers/net/octeontx/octeontx_rxtx.h:119:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_L4_UDP,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#500: FILE: drivers/net/octeontx/octeontx_rxtx.h:120:
+       [LC_IPV6_OPT][LE_NONE][LF_GRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#501: FILE: drivers/net/octeontx/octeontx_rxtx.h:121:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#501: FILE: drivers/net/octeontx/octeontx_rxtx.h:121:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_GRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#502: FILE: drivers/net/octeontx/octeontx_rxtx.h:122:
+       [LC_IPV6_OPT][LE_NONE][LF_UDP_GENEVE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#503: FILE: drivers/net/octeontx/octeontx_rxtx.h:123:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#503: FILE: drivers/net/octeontx/octeontx_rxtx.h:123:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_GENEVE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#504: FILE: drivers/net/octeontx/octeontx_rxtx.h:124:
+       [LC_IPV6_OPT][LE_NONE][LF_UDP_VXLAN] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#505: FILE: drivers/net/octeontx/octeontx_rxtx.h:125:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#505: FILE: drivers/net/octeontx/octeontx_rxtx.h:125:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_VXLAN,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#506: FILE: drivers/net/octeontx/octeontx_rxtx.h:126:
+       [LC_IPV6_OPT][LE_NONE][LF_NVGRE] =$

ERROR:CODE_INDENT: code indent should use tabs where possible
#507: FILE: drivers/net/octeontx/octeontx_rxtx.h:127:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_NVGRE,$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#507: FILE: drivers/net/octeontx/octeontx_rxtx.h:127:
+                               RTE_PTYPE_L3_IPV6_EXT | RTE_PTYPE_TUNNEL_NVGRE,$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 41 errors, 157 warnings, 0 checks, 466 lines checked


More information about the test-report mailing list