From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4B1907CB0; Tue, 9 May 2017 17:01:30 +0200 (CEST) In-Reply-To: <1494341879-18718-5-git-send-email-radu.nicolau@intel.com> References: <1494341879-18718-5-git-send-email-radu.nicolau@intel.com> To: test-report@dpdk.org Cc: Radu Nicolau Message-Id: <20170509150130.4B1907CB0@dpdk.org> Date: Tue, 9 May 2017 17:01:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24171 [PATCH RFC 4/5] cryptodev: added new crypto PMD supporting inline IPSec for IXGBE X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2017 15:01:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24171 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #185: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:43: + { /* AES GCM (AUTH) */$ ERROR:CODE_INDENT: code indent should use tabs where possible #186: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:44: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #186: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:44: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #187: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:45: + {.sym = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #187: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:45: + {.sym = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #188: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:46: + .xform_type = RTE_CRYPTO_SYM_XFORM_AUTH,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #188: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:46: + .xform_type = RTE_CRYPTO_SYM_XFORM_AUTH,$ ERROR:CODE_INDENT: code indent should use tabs where possible #189: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:47: + {.auth = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #189: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:47: + {.auth = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #190: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:48: + .algo = RTE_CRYPTO_AUTH_AES_GCM,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #190: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:48: + .algo = RTE_CRYPTO_AUTH_AES_GCM,$ ERROR:CODE_INDENT: code indent should use tabs where possible #191: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:49: + .block_size = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #191: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:49: + .block_size = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #192: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:50: + .key_size = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #192: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:50: + .key_size = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #193: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:51: + .min = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #193: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:51: + .min = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #194: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:52: + .max = 32,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #194: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:52: + .max = 32,$ ERROR:CODE_INDENT: code indent should use tabs where possible #195: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:53: + .increment = 16$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #195: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:53: + .increment = 16$ ERROR:CODE_INDENT: code indent should use tabs where possible #196: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:54: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #196: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:54: + },$ ERROR:CODE_INDENT: code indent should use tabs where possible #197: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:55: + .digest_size = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #197: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:55: + .digest_size = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #198: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:56: + .min = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #198: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:56: + .min = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #199: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:57: + .max = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #199: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:57: + .max = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #200: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:58: + .increment = 0$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #200: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:58: + .increment = 0$ ERROR:CODE_INDENT: code indent should use tabs where possible #201: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:59: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #201: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:59: + },$ ERROR:CODE_INDENT: code indent should use tabs where possible #202: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:60: + .aad_size = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #202: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:60: + .aad_size = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #203: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:61: + .min = 0,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #203: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:61: + .min = 0,$ ERROR:CODE_INDENT: code indent should use tabs where possible #204: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:62: + .max = 65535,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #204: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:62: + .max = 65535,$ ERROR:CODE_INDENT: code indent should use tabs where possible #205: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:63: + .increment = 1$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #205: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:63: + .increment = 1$ ERROR:CODE_INDENT: code indent should use tabs where possible #206: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:64: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #206: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:64: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #207: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:65: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #207: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:65: + }, }$ ERROR:CODE_INDENT: code indent should use tabs where possible #208: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:66: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #208: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:66: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #209: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:67: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #210: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:68: + { /* AES GCM (CIPHER) */$ ERROR:CODE_INDENT: code indent should use tabs where possible #211: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:69: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #211: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:69: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #212: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:70: + {.sym = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #212: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:70: + {.sym = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #213: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:71: + .xform_type = RTE_CRYPTO_SYM_XFORM_CIPHER,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #213: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:71: + .xform_type = RTE_CRYPTO_SYM_XFORM_CIPHER,$ ERROR:CODE_INDENT: code indent should use tabs where possible #214: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:72: + {.cipher = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #214: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:72: + {.cipher = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #215: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:73: + .algo = RTE_CRYPTO_CIPHER_AES_GCM,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #215: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:73: + .algo = RTE_CRYPTO_CIPHER_AES_GCM,$ ERROR:CODE_INDENT: code indent should use tabs where possible #216: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:74: + .block_size = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #216: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:74: + .block_size = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #217: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:75: + .key_size = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #217: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:75: + .key_size = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #218: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:76: + .min = 16,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #218: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:76: + .min = 16,$ ERROR:CODE_INDENT: code indent should use tabs where possible #219: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:77: + .max = 32,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #219: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:77: + .max = 32,$ ERROR:CODE_INDENT: code indent should use tabs where possible #220: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:78: + .increment = 16$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #220: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:78: + .increment = 16$ ERROR:CODE_INDENT: code indent should use tabs where possible #221: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:79: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #221: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:79: + },$ ERROR:CODE_INDENT: code indent should use tabs where possible #222: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:80: + .iv_size = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #222: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:80: + .iv_size = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #223: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:81: + .min = 12,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #223: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:81: + .min = 12,$ ERROR:CODE_INDENT: code indent should use tabs where possible #224: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:82: + .max = 12,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #224: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:82: + .max = 12,$ ERROR:CODE_INDENT: code indent should use tabs where possible #225: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:83: + .increment = 0$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #225: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:83: + .increment = 0$ ERROR:CODE_INDENT: code indent should use tabs where possible #226: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:84: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #226: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:84: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #227: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:85: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #227: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:85: + }, }$ ERROR:CODE_INDENT: code indent should use tabs where possible #228: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:86: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #228: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:86: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #229: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:87: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #230: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:88: + { /* Inline IPSEC (CIPHER)*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #231: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:89: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #231: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:89: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #232: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:90: + {.sym = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #232: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:90: + {.sym = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #233: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:91: + .xform_type = RTE_CRYPTO_SYM_XFORM_IPSEC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #233: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:91: + .xform_type = RTE_CRYPTO_SYM_XFORM_IPSEC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #234: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:92: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #234: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:92: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #235: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:93: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #236: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:94: + { /* Inline IPSEC (AUTH)*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #237: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:95: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #237: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:95: + .op = RTE_CRYPTO_OP_TYPE_SYMMETRIC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #238: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:96: + {.sym = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #238: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:96: + {.sym = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #239: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:97: + .xform_type = RTE_CRYPTO_SYM_XFORM_IPSEC,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #239: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:97: + .xform_type = RTE_CRYPTO_SYM_XFORM_IPSEC,$ ERROR:CODE_INDENT: code indent should use tabs where possible #240: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:98: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #240: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:98: + }, }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #241: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:99: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #242: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:100: + RTE_CRYPTODEV_END_OF_CAPABILITIES_LIST()$ ERROR:CODE_INDENT: code indent should use tabs where possible #248: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:106: + __rte_unused struct rte_cryptodev_config *config)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #248: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:106: + __rte_unused struct rte_cryptodev_config *config)$ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #337: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:195: + unsigned n = snprintf(qp->name, sizeof(qp->name), WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #350: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:208: + unsigned ring_size, int socket_id) WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #481: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:339: + if (retval < 0) { + IXGBE_CRYPTO_LOG_ERR("failed to add crypto session"); ERROR:CODE_INDENT: code indent should use tabs where possible #482: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:340: + IXGBE_CRYPTO_LOG_ERR("failed to add crypto session");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #482: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:340: + IXGBE_CRYPTO_LOG_ERR("failed to add crypto session");$ ERROR:CODE_INDENT: code indent should use tabs where possible #483: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:341: + return NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #483: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:341: + return NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #505: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:363: + struct ixgbe_crypto_session *sess,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #505: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:363: + struct ixgbe_crypto_session *sess,$ ERROR:CODE_INDENT: code indent should use tabs where possible #506: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:364: + const struct rte_crypto_sym_xform *xform)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #506: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:364: + const struct rte_crypto_sym_xform *xform)$ ERROR:CODE_INDENT: code indent should use tabs where possible #508: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:366: + const struct rte_crypto_sym_xform *auth_xform = NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #508: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:366: + const struct rte_crypto_sym_xform *auth_xform = NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #509: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:367: + const struct rte_crypto_sym_xform *cipher_xform = NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #509: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:367: + const struct rte_crypto_sym_xform *cipher_xform = NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #510: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:368: + const struct rte_crypto_sym_xform *ipsec_xform;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #510: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:368: + const struct rte_crypto_sym_xform *ipsec_xform;$ ERROR:CODE_INDENT: code indent should use tabs where possible #512: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:370: + if (xform->next == NULL || xform->next->next != NULL) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #512: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:370: + if (xform->next == NULL || xform->next->next != NULL) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #513: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:371: + IXGBE_CRYPTO_LOG_ERR("Two and only two chained xform required");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #513: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:371: + IXGBE_CRYPTO_LOG_ERR("Two and only two chained xform required");$ ERROR:CODE_INDENT: code indent should use tabs where possible #514: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:372: + return -EINVAL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #514: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:372: + return -EINVAL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #515: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:373: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #515: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:373: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #517: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:375: + if (xform->type == RTE_CRYPTO_SYM_XFORM_CIPHER &&$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #517: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:375: + if (xform->type == RTE_CRYPTO_SYM_XFORM_CIPHER &&$ ERROR:CODE_INDENT: code indent should use tabs where possible #518: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:376: + xform->next->type == RTE_CRYPTO_SYM_XFORM_IPSEC) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #518: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:376: + xform->next->type == RTE_CRYPTO_SYM_XFORM_IPSEC) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #519: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:377: + cipher_xform = xform;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #519: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:377: + cipher_xform = xform;$ ERROR:CODE_INDENT: code indent should use tabs where possible #520: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:378: + ipsec_xform = xform->next;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #520: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:378: + ipsec_xform = xform->next;$ ERROR:CODE_INDENT: code indent should use tabs where possible #521: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:379: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_AUTH &&$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #521: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:379: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_AUTH &&$ ERROR:CODE_INDENT: code indent should use tabs where possible #522: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:380: + xform->next->type == RTE_CRYPTO_SYM_XFORM_IPSEC) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #522: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:380: + xform->next->type == RTE_CRYPTO_SYM_XFORM_IPSEC) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #523: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:381: + auth_xform = xform;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #523: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:381: + auth_xform = xform;$ ERROR:CODE_INDENT: code indent should use tabs where possible #524: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:382: + ipsec_xform = xform->next;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #524: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:382: + ipsec_xform = xform->next;$ ERROR:CODE_INDENT: code indent should use tabs where possible #525: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:383: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_IPSEC &&$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #525: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:383: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_IPSEC &&$ ERROR:CODE_INDENT: code indent should use tabs where possible #526: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:384: + xform->next->type == RTE_CRYPTO_SYM_XFORM_CIPHER) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #526: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:384: + xform->next->type == RTE_CRYPTO_SYM_XFORM_CIPHER) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #527: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:385: + ipsec_xform = xform;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #527: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:385: + ipsec_xform = xform;$ ERROR:CODE_INDENT: code indent should use tabs where possible #528: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:386: + cipher_xform = xform->next;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #528: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:386: + cipher_xform = xform->next;$ ERROR:CODE_INDENT: code indent should use tabs where possible #529: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:387: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_IPSEC &&$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #529: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:387: + } else if (xform->type == RTE_CRYPTO_SYM_XFORM_IPSEC &&$ ERROR:CODE_INDENT: code indent should use tabs where possible #530: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:388: + xform->next->type == RTE_CRYPTO_SYM_XFORM_AUTH) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #530: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:388: + xform->next->type == RTE_CRYPTO_SYM_XFORM_AUTH) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #531: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:389: + ipsec_xform = xform;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #531: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:389: + ipsec_xform = xform;$ ERROR:CODE_INDENT: code indent should use tabs where possible #532: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:390: + auth_xform = xform->next;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #532: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:390: + auth_xform = xform->next;$ ERROR:CODE_INDENT: code indent should use tabs where possible #533: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:391: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #533: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:391: + } else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #534: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:392: + IXGBE_CRYPTO_LOG_ERR("Cipher or auth xform and ipsec xform required");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #534: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:392: + IXGBE_CRYPTO_LOG_ERR("Cipher or auth xform and ipsec xform required");$ ERROR:CODE_INDENT: code indent should use tabs where possible #535: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:393: + return -EINVAL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #535: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:393: + return -EINVAL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #536: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:394: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #536: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:394: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #539: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:397: + if ((cipher_xform && cipher_xform->cipher.algo != RTE_CRYPTO_CIPHER_AES_GCM) ||$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #539: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:397: + if ((cipher_xform && cipher_xform->cipher.algo != RTE_CRYPTO_CIPHER_AES_GCM) ||$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 20) #539: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:397: + if ((cipher_xform && cipher_xform->cipher.algo != RTE_CRYPTO_CIPHER_AES_GCM) || [...] + IXGBE_CRYPTO_LOG_ERR("Only AES GCM supported"); ERROR:CODE_INDENT: code indent should use tabs where possible #540: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:398: + (auth_xform && auth_xform->auth.algo != RTE_CRYPTO_AUTH_AES_GCM)) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #540: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:398: + (auth_xform && auth_xform->auth.algo != RTE_CRYPTO_AUTH_AES_GCM)) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #541: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:399: + IXGBE_CRYPTO_LOG_ERR("Only AES GCM supported");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #541: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:399: + IXGBE_CRYPTO_LOG_ERR("Only AES GCM supported");$ ERROR:CODE_INDENT: code indent should use tabs where possible #542: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:400: + return -EINVAL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #542: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:400: + return -EINVAL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #543: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:401: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #543: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:401: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #545: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:403: + /* Select Crypto operation */$ ERROR:CODE_INDENT: code indent should use tabs where possible #546: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:404: + if (ipsec_xform->ipsec.dir == RTE_CRYPTO_OUTBOUND)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #546: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:404: + if (ipsec_xform->ipsec.dir == RTE_CRYPTO_OUTBOUND)$ ERROR:CODE_INDENT: code indent should use tabs where possible #547: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:405: + sess->op = IXGBE_OP_AUTHENTICATED_ENCRYPTION;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #547: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:405: + sess->op = IXGBE_OP_AUTHENTICATED_ENCRYPTION;$ ERROR:CODE_INDENT: code indent should use tabs where possible #548: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:406: + else if (ipsec_xform->ipsec.dir == RTE_CRYPTO_INBOUND)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #548: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:406: + else if (ipsec_xform->ipsec.dir == RTE_CRYPTO_INBOUND)$ ERROR:CODE_INDENT: code indent should use tabs where possible #549: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:407: + sess->op = IXGBE_OP_AUTHENTICATED_DECRYPTION;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #549: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:407: + sess->op = IXGBE_OP_AUTHENTICATED_DECRYPTION;$ ERROR:CODE_INDENT: code indent should use tabs where possible #550: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:408: + else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #550: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:408: + else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #551: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:409: + IXGBE_CRYPTO_LOG_ERR("Invalid operation");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #551: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:409: + IXGBE_CRYPTO_LOG_ERR("Invalid operation");$ ERROR:CODE_INDENT: code indent should use tabs where possible #552: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:410: + return -EINVAL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #552: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:410: + return -EINVAL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #553: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:411: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #553: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:411: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #555: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:413: + if (cipher_xform != NULL) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #555: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:413: + if (cipher_xform != NULL) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #555: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:413: + if (cipher_xform != NULL) { + sess->enc = 1; ERROR:CODE_INDENT: code indent should use tabs where possible #556: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:414: + sess->enc = 1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #556: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:414: + sess->enc = 1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #557: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:415: + sess->key = cipher_xform->cipher.key.data;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #557: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:415: + sess->key = cipher_xform->cipher.key.data;$ ERROR:CODE_INDENT: code indent should use tabs where possible #558: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:416: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #558: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:416: + } else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #559: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:417: + sess->enc = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #559: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:417: + sess->enc = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #560: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:418: + sess->key = auth_xform->auth.key.data;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #560: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:418: + sess->key = auth_xform->auth.key.data;$ ERROR:CODE_INDENT: code indent should use tabs where possible #561: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:419: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #561: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:419: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #563: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:421: + sess->salt = ipsec_xform->ipsec.salt;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #563: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:421: + sess->salt = ipsec_xform->ipsec.salt;$ ERROR:CODE_INDENT: code indent should use tabs where possible #564: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:422: + sess->dir = ipsec_xform->ipsec.dir;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #564: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:422: + sess->dir = ipsec_xform->ipsec.dir;$ ERROR:CODE_INDENT: code indent should use tabs where possible #565: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:423: + sess->dst_ip = ipsec_xform->ipsec.dst_ip;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #565: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:423: + sess->dst_ip = ipsec_xform->ipsec.dst_ip;$ ERROR:CODE_INDENT: code indent should use tabs where possible #566: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:424: + sess->src_ip = ipsec_xform->ipsec.src_ip;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #566: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:424: + sess->src_ip = ipsec_xform->ipsec.src_ip;$ ERROR:CODE_INDENT: code indent should use tabs where possible #567: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:425: + sess->spi = ipsec_xform->ipsec.spi;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #567: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:425: + sess->spi = ipsec_xform->ipsec.spi;$ ERROR:CODE_INDENT: code indent should use tabs where possible #569: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:427: + return 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #569: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:427: + return 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #577: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:435: + struct ixgbe_crypto_session *sess)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #577: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:435: + struct ixgbe_crypto_session *sess)$ ERROR:CODE_INDENT: code indent should use tabs where possible #580: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:438: + if (sess->op == IXGBE_OP_AUTHENTICATED_DECRYPTION) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #580: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:438: + if (sess->op == IXGBE_OP_AUTHENTICATED_DECRYPTION) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #580: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:438: + if (sess->op == IXGBE_OP_AUTHENTICATED_DECRYPTION) { + if (op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED) ERROR:CODE_INDENT: code indent should use tabs where possible #581: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:439: + if (op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #581: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:439: + if (op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED)$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (12, 14) #581: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:439: + if (op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED) + op->status = RTE_CRYPTO_OP_STATUS_AUTH_FAILED; ERROR:CODE_INDENT: code indent should use tabs where possible #582: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:440: + op->status = RTE_CRYPTO_OP_STATUS_AUTH_FAILED;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #582: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:440: + op->status = RTE_CRYPTO_OP_STATUS_AUTH_FAILED;$ ERROR:CODE_INDENT: code indent should use tabs where possible #583: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:441: + else if (!(op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #583: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:441: + else if (!(op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO))$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (12, 14) #583: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:441: + else if (!(op->sym->m_src->ol_flags & PKT_RX_IPSEC_INLINE_CRYPTO)) + op->status = RTE_CRYPTO_OP_STATUS_NOT_PROCESSED; ERROR:CODE_INDENT: code indent should use tabs where possible #584: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:442: + op->status = RTE_CRYPTO_OP_STATUS_NOT_PROCESSED;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #584: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:442: + op->status = RTE_CRYPTO_OP_STATUS_NOT_PROCESSED;$ ERROR:CODE_INDENT: code indent should use tabs where possible #585: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:443: + else$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #585: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:443: + else$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #585: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:443: + else + { ERROR:CODE_INDENT: code indent should use tabs where possible #586: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:444: + {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #586: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:444: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #587: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:445: + op->status = RTE_CRYPTO_OP_STATUS_SUCCESS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #587: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:445: + op->status = RTE_CRYPTO_OP_STATUS_SUCCESS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #588: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:446: + /*FIXME why is the buffer coming 4 bytes short?*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #589: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:447: + {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #589: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:447: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #590: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:448: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #590: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:448: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src;$ ERROR:SPACING: spaces required around that '?' (ctx:VxW) #590: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:448: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src; ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #590: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:448: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src; ^ ERROR:CODE_INDENT: code indent should use tabs where possible #591: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:449: + struct ipv4_hdr *ip4 = rte_pktmbuf_mtod(buff, struct ipv4_hdr*);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #591: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:449: + struct ipv4_hdr *ip4 = rte_pktmbuf_mtod(buff, struct ipv4_hdr*);$ ERROR:CODE_INDENT: code indent should use tabs where possible #592: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:450: + uint16_t plen = rte_pktmbuf_pkt_len(buff);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #592: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:450: + uint16_t plen = rte_pktmbuf_pkt_len(buff);$ ERROR:CODE_INDENT: code indent should use tabs where possible #593: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:451: + uint16_t iplen;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #593: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:451: + uint16_t iplen;$ ERROR:CODE_INDENT: code indent should use tabs where possible #594: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:452: + if ((ip4->version_ihl & 0xf0) == 0x40) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #594: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:452: + if ((ip4->version_ihl & 0xf0) == 0x40) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (18, 22) #594: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:452: + if ((ip4->version_ihl & 0xf0) == 0x40) { + iplen = rte_be_to_cpu_16(ip4->total_length); ERROR:CODE_INDENT: code indent should use tabs where possible #595: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:453: + iplen = rte_be_to_cpu_16(ip4->total_length);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #595: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:453: + iplen = rte_be_to_cpu_16(ip4->total_length);$ ERROR:CODE_INDENT: code indent should use tabs where possible #597: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:455: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #597: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:455: + } else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #598: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:456: + struct ipv6_hdr *ip6 = (struct ipv6_hdr*)ip4;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #598: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:456: + struct ipv6_hdr *ip6 = (struct ipv6_hdr*)ip4;$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #598: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:456: + struct ipv6_hdr *ip6 = (struct ipv6_hdr*)ip4; WARNING:LONG_LINE: line over 90 characters #599: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:457: + iplen = rte_be_to_cpu_16(ip6->payload_len) + sizeof(struct ipv6_hdr); ERROR:CODE_INDENT: code indent should use tabs where possible #599: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:457: + iplen = rte_be_to_cpu_16(ip6->payload_len) + sizeof(struct ipv6_hdr);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #599: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:457: + iplen = rte_be_to_cpu_16(ip6->payload_len) + sizeof(struct ipv6_hdr);$ ERROR:CODE_INDENT: code indent should use tabs where possible #600: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:458: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #600: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:458: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #601: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:459: + if (iplen > plen)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #601: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:459: + if (iplen > plen)$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (18, 20) #601: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:459: + if (iplen > plen) + rte_pktmbuf_append(buff, (iplen - plen)); ERROR:CODE_INDENT: code indent should use tabs where possible #602: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:460: + rte_pktmbuf_append(buff, (iplen - plen));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #602: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:460: + rte_pktmbuf_append(buff, (iplen - plen));$ ERROR:CODE_INDENT: code indent should use tabs where possible #603: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:461: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #603: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:461: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #604: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:462: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #604: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:462: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #606: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:464: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #606: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:464: + } else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #607: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:465: + /* set status as successful by default */$ ERROR:CODE_INDENT: code indent should use tabs where possible #608: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:466: + op->status = RTE_CRYPTO_OP_STATUS_SUCCESS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #608: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:466: + op->status = RTE_CRYPTO_OP_STATUS_SUCCESS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #609: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:467: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #609: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:467: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src;$ ERROR:SPACING: spaces required around that '?' (ctx:VxW) #609: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:467: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src; ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #609: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:467: + struct rte_mbuf *buff = op->sym->m_dst? op->sym->m_dst: op->sym->m_src; ^ ERROR:CODE_INDENT: code indent should use tabs where possible #610: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:468: + uint8_t *pad_len = rte_pktmbuf_mtod_offset(buff, uint8_t *,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #610: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:468: + uint8_t *pad_len = rte_pktmbuf_mtod_offset(buff, uint8_t *,$ ERROR:CODE_INDENT: code indent should use tabs where possible #611: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:469: + rte_pktmbuf_pkt_len(buff) - 18);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #611: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:469: + rte_pktmbuf_pkt_len(buff) - 18);$ ERROR:CODE_INDENT: code indent should use tabs where possible #612: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:470: + buff->ol_flags |= PKT_TX_IPSEC_INLINE_CRYPTO;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #612: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:470: + buff->ol_flags |= PKT_TX_IPSEC_INLINE_CRYPTO;$ ERROR:CODE_INDENT: code indent should use tabs where possible #613: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:471: + buff->inline_ipsec.enc = sess->enc;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #613: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:471: + buff->inline_ipsec.enc = sess->enc;$ ERROR:CODE_INDENT: code indent should use tabs where possible #614: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:472: + buff->inline_ipsec.sa_idx = sess->sa_index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #614: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:472: + buff->inline_ipsec.sa_idx = sess->sa_index;$ ERROR:CODE_INDENT: code indent should use tabs where possible #615: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:473: + buff->inline_ipsec.pad_len = *pad_len;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #615: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:473: + buff->inline_ipsec.pad_len = *pad_len;$ ERROR:CODE_INDENT: code indent should use tabs where possible #616: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:474: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #616: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:474: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #618: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:476: + /*$ ERROR:CODE_INDENT: code indent should use tabs where possible #619: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:477: + * if crypto session and operation are valid just enqueue the packet$ ERROR:CODE_INDENT: code indent should use tabs where possible #620: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:478: + * in the processed ring$ ERROR:CODE_INDENT: code indent should use tabs where possible #621: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:479: + */$ ERROR:CODE_INDENT: code indent should use tabs where possible #622: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:480: + return rte_ring_enqueue(qp->processed_pkts, (void *)op);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #622: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:480: + return rte_ring_enqueue(qp->processed_pkts, (void *)op);$ ERROR:CODE_INDENT: code indent should use tabs where possible #628: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:486: + struct ixgbe_crypto_session *sess;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #628: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:486: + struct ixgbe_crypto_session *sess;$ ERROR:CODE_INDENT: code indent should use tabs where possible #630: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:488: + if (op->sess_type == RTE_CRYPTO_SYM_OP_WITH_SESSION) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #630: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:488: + if (op->sess_type == RTE_CRYPTO_SYM_OP_WITH_SESSION) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #631: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:489: + if (unlikely(op->session == NULL ||$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #631: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:489: + if (unlikely(op->session == NULL ||$ ERROR:CODE_INDENT: code indent should use tabs where possible #632: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:490: + op->session->dev_type != RTE_CRYPTODEV_IXGBE_PMD))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #632: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:490: + op->session->dev_type != RTE_CRYPTODEV_IXGBE_PMD))$ ERROR:CODE_INDENT: code indent should use tabs where possible #633: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:491: + return NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #633: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:491: + return NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #635: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:493: + sess = (struct ixgbe_crypto_session *)op->session->_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #635: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:493: + sess = (struct ixgbe_crypto_session *)op->session->_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #636: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:494: + } else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #636: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:494: + } else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #637: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:495: + struct rte_cryptodev_session *c_sess = NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #637: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:495: + struct rte_cryptodev_session *c_sess = NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #639: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:497: + if (rte_mempool_get(qp->sess_mp, (void **)&c_sess))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #639: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:497: + if (rte_mempool_get(qp->sess_mp, (void **)&c_sess))$ ERROR:CODE_INDENT: code indent should use tabs where possible #640: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:498: + return NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #640: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:498: + return NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #642: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:500: + sess = (struct ixgbe_crypto_session *)c_sess->_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #642: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:500: + sess = (struct ixgbe_crypto_session *)c_sess->_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #644: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:502: + if (ixgbe_crypto_set_session_parameters(sess, op->xform) != 0)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #644: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:502: + if (ixgbe_crypto_set_session_parameters(sess, op->xform) != 0)$ ERROR:CODE_INDENT: code indent should use tabs where possible #645: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:503: + return NULL;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #645: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:503: + return NULL;$ ERROR:CODE_INDENT: code indent should use tabs where possible #646: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:504: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #646: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:504: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #648: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:506: + return sess;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #648: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:506: + return sess;$ ERROR:CODE_INDENT: code indent should use tabs where possible #654: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:512: + uint16_t nb_ops)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #654: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:512: + uint16_t nb_ops)$ ERROR:CODE_INDENT: code indent should use tabs where possible #656: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:514: + struct ixgbe_crypto_session *sess;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #656: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:514: + struct ixgbe_crypto_session *sess;$ ERROR:CODE_INDENT: code indent should use tabs where possible #657: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:515: + struct ixgbe_crypto_qp *qp = queue_pair;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #657: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:515: + struct ixgbe_crypto_qp *qp = queue_pair;$ ERROR:CODE_INDENT: code indent should use tabs where possible #659: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:517: + int i, retval;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #659: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:517: + int i, retval;$ ERROR:CODE_INDENT: code indent should use tabs where possible #661: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:519: + for (i = 0; i < nb_ops; i++) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #661: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:519: + for (i = 0; i < nb_ops; i++) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #662: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:520: + sess = get_session(qp, ops[i]->sym);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #662: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:520: + sess = get_session(qp, ops[i]->sym);$ ERROR:CODE_INDENT: code indent should use tabs where possible #663: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:521: + if (unlikely(sess == NULL))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #663: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:521: + if (unlikely(sess == NULL))$ ERROR:CODE_INDENT: code indent should use tabs where possible #664: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:522: + goto enqueue_err;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #664: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:522: + goto enqueue_err;$ ERROR:CODE_INDENT: code indent should use tabs where possible #666: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:524: + retval = process_op(qp, ops[i], sess);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #666: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:524: + retval = process_op(qp, ops[i], sess);$ ERROR:CODE_INDENT: code indent should use tabs where possible #667: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:525: + if (unlikely(retval < 0))$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #667: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:525: + if (unlikely(retval < 0))$ ERROR:CODE_INDENT: code indent should use tabs where possible #668: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:526: + goto enqueue_err;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #668: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:526: + goto enqueue_err;$ ERROR:CODE_INDENT: code indent should use tabs where possible #669: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:527: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #669: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:527: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #671: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:529: + qp->qp_stats.enqueued_count += i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #671: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:529: + qp->qp_stats.enqueued_count += i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #672: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:530: + return i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #672: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:530: + return i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #675: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:533: + if (ops[i])$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #675: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:533: + if (ops[i])$ ERROR:CODE_INDENT: code indent should use tabs where possible #676: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:534: + ops[i]->status = RTE_CRYPTO_OP_STATUS_INVALID_ARGS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #676: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:534: + ops[i]->status = RTE_CRYPTO_OP_STATUS_INVALID_ARGS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #678: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:536: + qp->qp_stats.enqueue_err_count++;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #678: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:536: + qp->qp_stats.enqueue_err_count++;$ ERROR:CODE_INDENT: code indent should use tabs where possible #679: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:537: + return i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #679: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:537: + return i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #685: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:543: + uint16_t nb_ops)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #685: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:543: + uint16_t nb_ops)$ ERROR:CODE_INDENT: code indent should use tabs where possible #687: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:545: + struct ixgbe_crypto_qp *qp = queue_pair;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #687: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:545: + struct ixgbe_crypto_qp *qp = queue_pair;$ ERROR:CODE_INDENT: code indent should use tabs where possible #689: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:547: + unsigned nb_dequeued;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #689: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:547: + unsigned nb_dequeued;$ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #689: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:547: + unsigned nb_dequeued; ERROR:CODE_INDENT: code indent should use tabs where possible #691: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:549: + nb_dequeued = rte_ring_dequeue_burst(qp->processed_pkts,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #691: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:549: + nb_dequeued = rte_ring_dequeue_burst(qp->processed_pkts,$ ERROR:CODE_INDENT: code indent should use tabs where possible #692: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:550: + (void **)ops, nb_ops, NULL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #692: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:550: + (void **)ops, nb_ops, NULL);$ ERROR:CODE_INDENT: code indent should use tabs where possible #693: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:551: + qp->qp_stats.dequeued_count += nb_dequeued;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #693: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:551: + qp->qp_stats.dequeued_count += nb_dequeued;$ ERROR:CODE_INDENT: code indent should use tabs where possible #695: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:553: + return nb_dequeued;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #695: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_ops.c:553: + return nb_dequeued;$ ERROR:CODE_INDENT: code indent should use tabs where possible #812: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:88: + IXGBE_OP_AUTHENTICATED_ENCRYPTION,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #812: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:88: + IXGBE_OP_AUTHENTICATED_ENCRYPTION,$ ERROR:CODE_INDENT: code indent should use tabs where possible #813: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:89: + IXGBE_OP_AUTHENTICATED_DECRYPTION$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #813: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:89: + IXGBE_OP_AUTHENTICATED_DECRYPTION$ ERROR:CODE_INDENT: code indent should use tabs where possible #817: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:93: + IXGBE_GCM_KEY_128,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #817: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:93: + IXGBE_GCM_KEY_128,$ ERROR:CODE_INDENT: code indent should use tabs where possible #818: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:94: + IXGBE_GCM_KEY_256$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #818: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:94: + IXGBE_GCM_KEY_256$ ERROR:CODE_INDENT: code indent should use tabs where possible #838: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:114: + enum ixgbe_operation op;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #838: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:114: + enum ixgbe_operation op;$ ERROR:CODE_INDENT: code indent should use tabs where possible #839: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:115: + uint8_t enc;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #839: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:115: + uint8_t enc;$ ERROR:CODE_INDENT: code indent should use tabs where possible #840: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:116: + enum rte_crypto_ipsec_direction dir;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #840: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:116: + enum rte_crypto_ipsec_direction dir;$ ERROR:CODE_INDENT: code indent should use tabs where possible #841: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:117: + uint8_t* key;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #841: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:117: + uint8_t* key;$ ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar" #841: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:117: + uint8_t* key; ERROR:CODE_INDENT: code indent should use tabs where possible #842: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:118: + uint32_t salt;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #842: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:118: + uint32_t salt;$ ERROR:CODE_INDENT: code indent should use tabs where possible #843: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:119: + uint32_t sa_index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #843: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:119: + uint32_t sa_index;$ ERROR:CODE_INDENT: code indent should use tabs where possible #844: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:120: + uint32_t spi;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #844: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:120: + uint32_t spi;$ ERROR:CODE_INDENT: code indent should use tabs where possible #845: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:121: + struct rte_crypto_ipsec_addr src_ip;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #845: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:121: + struct rte_crypto_ipsec_addr src_ip;$ ERROR:CODE_INDENT: code indent should use tabs where possible #846: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:122: + struct rte_crypto_ipsec_addr dst_ip;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #846: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:122: + struct rte_crypto_ipsec_addr dst_ip;$ ERROR:OPEN_BRACE: open brace '{' following struct go on the same line #852: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:128: +struct ixgbe_crypto_rx_ip_table +{ WARNING:LEADING_SPACE: please, no spaces at the start of a line #853: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:129: + struct rte_crypto_ipsec_addr ip;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #854: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:130: + uint16_t ref_count;$ ERROR:OPEN_BRACE: open brace '{' following struct go on the same line #857: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:133: +struct ixgbe_crypto_rx_sa_table +{ WARNING:LEADING_SPACE: please, no spaces at the start of a line #858: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:134: + uint32_t spi;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #859: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:135: + uint32_t ip_index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #860: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:136: + uint32_t key[4];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #861: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:137: + uint32_t salt;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #862: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:138: + uint8_t mode;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #863: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:139: + uint8_t used;$ ERROR:OPEN_BRACE: open brace '{' following struct go on the same line #867: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:143: +struct ixgbe_crypto_tx_sa_table +{ WARNING:LEADING_SPACE: please, no spaces at the start of a line #868: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:144: + uint32_t spi;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #869: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:145: + uint32_t key[4];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #870: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:146: + uint32_t salt;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #871: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:147: + uint8_t used;$ ERROR:CODE_INDENT: code indent should use tabs where possible #877: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:153: + struct ixgbe_adapter ixgbe_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #877: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:153: + struct ixgbe_adapter ixgbe_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #878: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:154: + unsigned max_nb_qpairs; /**< Max number of queue pairs */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #878: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:154: + unsigned max_nb_qpairs; /**< Max number of queue pairs */$ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #878: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:154: + unsigned max_nb_qpairs; /**< Max number of queue pairs */ ERROR:CODE_INDENT: code indent should use tabs where possible #879: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:155: + unsigned max_nb_sessions; /**< Max number of sessions */$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #879: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:155: + unsigned max_nb_sessions; /**< Max number of sessions */$ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #879: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:155: + unsigned max_nb_sessions; /**< Max number of sessions */ ERROR:CODE_INDENT: code indent should use tabs where possible #881: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:157: + uint8_t flags;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #881: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:157: + uint8_t flags;$ ERROR:CODE_INDENT: code indent should use tabs where possible #882: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:158: + struct ixgbe_crypto_rx_ip_table rx_ip_table[IPSEC_MAX_RX_IP_COUNT];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #882: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:158: + struct ixgbe_crypto_rx_ip_table rx_ip_table[IPSEC_MAX_RX_IP_COUNT];$ ERROR:CODE_INDENT: code indent should use tabs where possible #883: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:159: + struct ixgbe_crypto_rx_sa_table rx_sa_table[IPSEC_MAX_SA_COUNT];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #883: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:159: + struct ixgbe_crypto_rx_sa_table rx_sa_table[IPSEC_MAX_SA_COUNT];$ ERROR:CODE_INDENT: code indent should use tabs where possible #884: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:160: + struct ixgbe_crypto_tx_sa_table tx_sa_table[IPSEC_MAX_SA_COUNT];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #884: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:160: + struct ixgbe_crypto_tx_sa_table tx_sa_table[IPSEC_MAX_SA_COUNT];$ ERROR:CODE_INDENT: code indent should use tabs where possible #894: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:170: + uint16_t nb_ops);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #894: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:170: + uint16_t nb_ops);$ ERROR:CODE_INDENT: code indent should use tabs where possible #897: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:173: + uint16_t nb_ops);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #897: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:173: + uint16_t nb_ops);$ WARNING:LONG_LINE: line over 90 characters #899: FILE: drivers/crypto/ixgbe/ixgbe_crypto_pmd_private.h:175: +int crypto_ixgbe_add_sa(struct rte_cryptodev *cryptodev, struct ixgbe_crypto_session *sess); ERROR:SPACING: space required after that ',' (ctx:VxV) #951: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:41: +#define IXGBE_WAIT_RW(__reg,__rw) \ ^ WARNING:LEADING_SPACE: please, no spaces at the start of a line #953: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:43: + IXGBE_WRITE_REG(hw, (__reg), reg); \$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #954: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:44: + while ((IXGBE_READ_REG(hw, (__reg))) & (__rw)); \$ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #954: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:44: + while ((IXGBE_READ_REG(hw, (__reg))) & (__rw)); \ WARNING:LEADING_SPACE: please, no spaces at the start of a line #962: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:52: + ((a).ipv6[0] == (b).ipv6[0] && (a).ipv6[1] == (b).ipv6[1] && \$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #963: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:53: + (a).ipv6[2] == (b).ipv6[2] && (a).ipv6[3] == (b).ipv6[3])$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #968: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:58: + struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(cryptodev->data->dev_private);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #969: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:59: + int i = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #972: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:62: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 6) #972: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:62: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) { + uint16_t index = i << 3; WARNING:LEADING_SPACE: please, no spaces at the start of a line #973: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:63: + uint16_t index = i << 3;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #974: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:64: + uint32_t reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_IP | index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #975: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:65: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #976: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:66: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #977: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:67: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #978: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:68: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #979: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:69: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #980: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:70: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #983: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:73: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 6) #983: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:73: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) { + uint32_t index = i << 3; WARNING:LEADING_SPACE: please, no spaces at the start of a line #984: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:74: + uint32_t index = i << 3;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #985: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:75: + uint32_t reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_SPI | index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #986: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:76: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXSPI, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #987: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:77: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPIDX, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #988: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:78: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #989: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:79: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_KEY | index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #990: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:80: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(0), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #991: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:81: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(1), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #992: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:82: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(2), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #993: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:83: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(3), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #994: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:84: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXSALT, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #995: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:85: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXMOD, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #996: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:86: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #997: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:87: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #998: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:88: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(0), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #999: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:89: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(1), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1000: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:90: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(2), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1001: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:91: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(3), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1002: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:92: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1003: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:93: + IXGBE_WAIT_TWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1004: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:94: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1009: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:99: + struct rte_pci_device *pci_dev = RTE_DEV_TO_PCI(cryptodev->device);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1009: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:99: + struct rte_pci_device *pci_dev = RTE_DEV_TO_PCI(cryptodev->device);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1010: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:100: + struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(cryptodev->data->dev_private);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1010: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:100: + struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(cryptodev->data->dev_private);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1011: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:101: + struct rte_eth_link link;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1011: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:101: + struct rte_eth_link link;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1012: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:102: + uint8_t port_id;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1012: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:102: + uint8_t port_id;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1013: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:103: + uint32_t reg;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1013: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:103: + uint32_t reg;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1014: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:104: + int ret;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1014: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:104: + int ret;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1015: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:105: + char pci_name[RTE_CRYPTODEV_NAME_MAX_LEN];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1015: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:105: + char pci_name[RTE_CRYPTODEV_NAME_MAX_LEN];$ ERROR:CODE_INDENT: code indent should use tabs where possible #1017: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:107: + hw->device_id = pci_dev->id.device_id;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1017: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:107: + hw->device_id = pci_dev->id.device_id;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1018: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:108: + hw->vendor_id = pci_dev->id.vendor_id;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1018: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:108: + hw->vendor_id = pci_dev->id.vendor_id;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1019: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:109: + hw->hw_addr = (void *)pci_dev->mem_resource[0].addr;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1019: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:109: + hw->hw_addr = (void *)pci_dev->mem_resource[0].addr;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1020: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:110: + ixgbe_set_mac_type(hw);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1020: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:110: + ixgbe_set_mac_type(hw);$ WARNING:LONG_LINE: line over 90 characters #1021: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:111: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name)); ERROR:CODE_INDENT: code indent should use tabs where possible #1021: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:111: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1021: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:111: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1022: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:112: + ret = rte_eth_dev_get_port_by_name(pci_name, &port_id);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1022: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:112: + ret = rte_eth_dev_get_port_by_name(pci_name, &port_id);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1024: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:114: + if (ret) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1024: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:114: + if (ret) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1024: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:114: + if (ret) { + IXGBE_CRYPTO_LOG_ERR("Error getting the port id"); ERROR:CODE_INDENT: code indent should use tabs where possible #1025: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:115: + IXGBE_CRYPTO_LOG_ERR("Error getting the port id");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1025: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:115: + IXGBE_CRYPTO_LOG_ERR("Error getting the port id");$ ERROR:CODE_INDENT: code indent should use tabs where possible #1026: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:116: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1026: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:116: + return -1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1027: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:117: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1027: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:117: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1028: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:118: + else {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1028: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:118: + else {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1029: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:119: + IXGBE_CRYPTO_LOG_DBG("inline ipsec crypto device at %s port id %d",$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1029: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:119: + IXGBE_CRYPTO_LOG_DBG("inline ipsec crypto device at %s port id %d",$ ERROR:CODE_INDENT: code indent should use tabs where possible #1030: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:120: + pci_name, port_id);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1030: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:120: + pci_name, port_id);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1031: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:121: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1031: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:121: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1033: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:123: + /* Halt the data paths */$ ERROR:CODE_INDENT: code indent should use tabs where possible #1034: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:124: + reg = IXGBE_SECTXCTRL_TX_DIS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1034: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:124: + reg = IXGBE_SECTXCTRL_TX_DIS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1035: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:125: + IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1035: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:125: + IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1036: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:126: + reg = IXGBE_SECRXCTRL_RX_DIS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1036: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:126: + reg = IXGBE_SECRXCTRL_RX_DIS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1037: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:127: + IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1037: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:127: + IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1039: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:129: + /* Wait for Tx path to empty */$ ERROR:CODE_INDENT: code indent should use tabs where possible #1040: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:130: + do {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1040: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:130: + do {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1040: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:130: + do { + rte_eth_link_get_nowait(port_id, &link); ERROR:CODE_INDENT: code indent should use tabs where possible #1041: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:131: + rte_eth_link_get_nowait(port_id, &link);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1041: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:131: + rte_eth_link_get_nowait(port_id, &link);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1042: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:132: + if (link.link_status != ETH_LINK_UP) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1042: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:132: + if (link.link_status != ETH_LINK_UP) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1043: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:133: + /* Fix for HSD:4426139$ ERROR:CODE_INDENT: code indent should use tabs where possible #1044: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:134: + If the Tx FIFO has data but no link, we can't clear the Tx Sec$ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #1044: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:134: + /* Fix for HSD:4426139 + If the Tx FIFO has data but no link, we can't clear the Tx Sec ERROR:CODE_INDENT: code indent should use tabs where possible #1045: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:135: + block. So set MAC loopback before block clear*/$ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1045: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:135: + block. So set MAC loopback before block clear*/ ERROR:CODE_INDENT: code indent should use tabs where possible #1046: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:136: + reg = IXGBE_READ_REG(hw, IXGBE_MACC);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1046: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:136: + reg = IXGBE_READ_REG(hw, IXGBE_MACC);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1047: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:137: + reg |= IXGBE_MACC_FLU;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1047: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:137: + reg |= IXGBE_MACC_FLU;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1048: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:138: + IXGBE_WRITE_REG(hw, IXGBE_MACC, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1048: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:138: + IXGBE_WRITE_REG(hw, IXGBE_MACC, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1050: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:140: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1050: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:140: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1051: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:141: + reg |= IXGBE_HLREG0_LPBK;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1051: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:141: + reg |= IXGBE_HLREG0_LPBK;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1052: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:142: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1052: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:142: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1053: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:143: + struct timespec time;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1053: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:143: + struct timespec time;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1054: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:144: + time.tv_sec = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1054: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:144: + time.tv_sec = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1055: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:145: + time.tv_nsec = 1000000 * 3;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1055: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:145: + time.tv_nsec = 1000000 * 3;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1056: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:146: + nanosleep(&time, NULL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1056: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:146: + nanosleep(&time, NULL);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1057: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:147: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1057: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:147: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1059: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:149: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXSTAT);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1059: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:149: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXSTAT);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1061: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:151: + rte_eth_link_get_nowait(port_id, &link);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1061: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:151: + rte_eth_link_get_nowait(port_id, &link);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1062: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:152: + if (link.link_status != ETH_LINK_UP) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1062: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:152: + if (link.link_status != ETH_LINK_UP) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1063: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:153: + reg = IXGBE_READ_REG(hw, IXGBE_MACC);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1063: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:153: + reg = IXGBE_READ_REG(hw, IXGBE_MACC);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1064: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:154: + reg &= ~(IXGBE_MACC_FLU);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1064: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:154: + reg &= ~(IXGBE_MACC_FLU);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1065: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:155: + IXGBE_WRITE_REG(hw, IXGBE_MACC, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1065: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:155: + IXGBE_WRITE_REG(hw, IXGBE_MACC, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1067: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:157: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1067: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:157: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1068: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:158: + reg &= ~(IXGBE_HLREG0_LPBK);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1068: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:158: + reg &= ~(IXGBE_HLREG0_LPBK);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1069: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:159: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1069: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:159: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1070: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:160: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1070: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:160: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1071: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:161: + } while (!(reg & IXGBE_SECTXSTAT_SECTX_RDY));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1071: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:161: + } while (!(reg & IXGBE_SECTXSTAT_SECTX_RDY));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1073: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:163: + /* Wait for Rx path to empty*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #1074: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:164: + do$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1074: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:164: + do$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #1074: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:164: + do + { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1074: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:164: + do + { ERROR:CODE_INDENT: code indent should use tabs where possible #1075: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:165: + {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1075: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:165: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1076: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:166: + reg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1076: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:166: + reg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1077: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:167: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1077: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:167: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1078: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:168: + while (!(reg & IXGBE_SECRXSTAT_SECRX_RDY));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1078: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:168: + while (!(reg & IXGBE_SECRXSTAT_SECRX_RDY));$ ERROR:WHILE_AFTER_BRACE: while should follow close brace '}' #1078: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:168: + } + while (!(reg & IXGBE_SECRXSTAT_SECRX_RDY)); ERROR:CODE_INDENT: code indent should use tabs where possible #1080: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:170: + /* Set IXGBE_SECTXBUFFAF to 0x15 as required in the datasheet*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #1081: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:171: + IXGBE_WRITE_REG(hw, IXGBE_SECTXBUFFAF, 0x15);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1081: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:171: + IXGBE_WRITE_REG(hw, IXGBE_SECTXBUFFAF, 0x15);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1083: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:173: + /* IFG needs to be set to 3 when we are using security. Otherwise a Tx$ ERROR:CODE_INDENT: code indent should use tabs where possible #1084: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:174: + hang will occur with heavy traffic.*/$ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #1084: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:174: + /* IFG needs to be set to 3 when we are using security. Otherwise a Tx + hang will occur with heavy traffic.*/ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1084: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:174: + hang will occur with heavy traffic.*/ ERROR:CODE_INDENT: code indent should use tabs where possible #1085: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:175: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXMINIFG);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1085: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:175: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXMINIFG);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1086: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:176: + reg = (reg & 0xFFFFFFF0) | 0x3;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1086: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:176: + reg = (reg & 0xFFFFFFF0) | 0x3;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1087: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:177: + IXGBE_WRITE_REG(hw, IXGBE_SECTXMINIFG, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1087: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:177: + IXGBE_WRITE_REG(hw, IXGBE_SECTXMINIFG, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1089: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:179: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1089: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:179: + reg = IXGBE_READ_REG(hw, IXGBE_HLREG0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1090: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:180: + reg |= IXGBE_HLREG0_TXCRCEN | IXGBE_HLREG0_RXCRCSTRP;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1090: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:180: + reg |= IXGBE_HLREG0_TXCRCEN | IXGBE_HLREG0_RXCRCSTRP;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1091: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:181: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1091: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:181: + IXGBE_WRITE_REG(hw, IXGBE_HLREG0, reg);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1093: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:183: + /* Enable the Tx crypto engine and restart the Tx data path;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1094: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:184: + set the STORE_FORWARD bit for IPSec.*/$ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #1094: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:184: + /* Enable the Tx crypto engine and restart the Tx data path; + set the STORE_FORWARD bit for IPSec.*/ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #1094: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:184: + set the STORE_FORWARD bit for IPSec.*/ ERROR:CODE_INDENT: code indent should use tabs where possible #1095: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:185: + IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, IXGBE_SECTXCTRL_STORE_FORWARD);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1095: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:185: + IXGBE_WRITE_REG(hw, IXGBE_SECTXCTRL, IXGBE_SECTXCTRL_STORE_FORWARD);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1097: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:187: + /* Enable the Rx crypto engine and restart the Rx data path*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #1098: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:188: + IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1098: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:188: + IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1100: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:190: + /* Test if crypto was enabled */$ ERROR:CODE_INDENT: code indent should use tabs where possible #1101: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:191: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXCTRL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1101: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:191: + reg = IXGBE_READ_REG(hw, IXGBE_SECTXCTRL);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1102: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:192: + if (reg != IXGBE_SECTXCTRL_STORE_FORWARD)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1102: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:192: + if (reg != IXGBE_SECTXCTRL_STORE_FORWARD)$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #1102: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:192: + if (reg != IXGBE_SECTXCTRL_STORE_FORWARD) + { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1102: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:192: + if (reg != IXGBE_SECTXCTRL_STORE_FORWARD) + { ERROR:CODE_INDENT: code indent should use tabs where possible #1103: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:193: + {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1103: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:193: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1104: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:194: + IXGBE_CRYPTO_LOG_ERR("Error enabling Tx Crypto");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1104: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:194: + IXGBE_CRYPTO_LOG_ERR("Error enabling Tx Crypto");$ ERROR:CODE_INDENT: code indent should use tabs where possible #1105: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:195: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1105: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:195: + return -1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1106: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:196: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1106: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:196: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1107: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:197: + reg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1107: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:197: + reg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1108: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:198: + if (reg != 0)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1108: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:198: + if (reg != 0)$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #1108: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:198: + if (reg != 0) + { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1108: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:198: + if (reg != 0) + { ERROR:CODE_INDENT: code indent should use tabs where possible #1109: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:199: + {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1109: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:199: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1110: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:200: + IXGBE_CRYPTO_LOG_ERR("Error enabling Rx Crypto");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1110: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:200: + IXGBE_CRYPTO_LOG_ERR("Error enabling Rx Crypto");$ ERROR:CODE_INDENT: code indent should use tabs where possible #1111: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:201: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1111: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:201: + return -1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1112: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:202: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1112: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:202: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1114: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:204: + crypto_ixgbe_clear_ipsec_tables(cryptodev);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1114: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:204: + crypto_ixgbe_clear_ipsec_tables(cryptodev);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1115: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:205: + return 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1115: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:205: + return 0;$ WARNING:LONG_LINE: line over 90 characters #1119: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:209: +int crypto_ixgbe_add_sa(struct rte_cryptodev *cryptodev, struct ixgbe_crypto_session *sess) WARNING:LEADING_SPACE: please, no spaces at the start of a line #1121: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:211: + struct ixgbe_hw *hw = IXGBE_DEV_PRIVATE_TO_HW(cryptodev->data->dev_private);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1122: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:212: + struct ixgbe_crypto_private *internals = cryptodev->data->dev_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1123: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:213: + char pci_name[RTE_CRYPTODEV_NAME_MAX_LEN];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1124: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:214: + uint32_t reg;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1125: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:215: + int sa_index = -1;$ WARNING:LONG_LINE: line over 90 characters #1127: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:217: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name)); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1127: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:217: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1129: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:219: + if (!(internals->flags & IS_INITIALIZED)) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 6) #1129: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:219: + if (!(internals->flags & IS_INITIALIZED)) { + if (crypto_ixgbe_enable_ipsec(cryptodev) == 0) WARNING:LEADING_SPACE: please, no spaces at the start of a line #1130: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:220: + if (crypto_ixgbe_enable_ipsec(cryptodev) == 0)$ ERROR:CODE_INDENT: code indent should use tabs where possible #1131: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:221: + internals->flags |= IS_INITIALIZED;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1131: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:221: + internals->flags |= IS_INITIALIZED;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1132: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:222: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1134: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:224: + if (sess->dir == RTE_CRYPTO_INBOUND) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (2, 6) #1134: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:224: + if (sess->dir == RTE_CRYPTO_INBOUND) { + int i, ip_index = -1; WARNING:LEADING_SPACE: please, no spaces at the start of a line #1135: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:225: + int i, ip_index = -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1138: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:228: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (6, 10) #1138: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:228: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) { + if (CMP_IP(internals->rx_ip_table[i].ip, sess->dst_ip)) { ERROR:CODE_INDENT: code indent should use tabs where possible #1139: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:229: + if (CMP_IP(internals->rx_ip_table[i].ip, sess->dst_ip)) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1139: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:229: + if (CMP_IP(internals->rx_ip_table[i].ip, sess->dst_ip)) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (10, 14) #1139: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:229: + if (CMP_IP(internals->rx_ip_table[i].ip, sess->dst_ip)) { + ip_index = i; ERROR:CODE_INDENT: code indent should use tabs where possible #1140: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:230: + ip_index = i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1140: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:230: + ip_index = i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1141: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:231: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1141: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:231: + break;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1142: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:232: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1142: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:232: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1143: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:233: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1145: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:235: + if (ip_index < 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (6, 10) #1145: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:235: + if (ip_index < 0) { + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) { ERROR:CODE_INDENT: code indent should use tabs where possible #1146: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:236: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1146: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:236: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (10, 14) #1146: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:236: + for (i = 0; i < IPSEC_MAX_RX_IP_COUNT; i++) { + if (internals->rx_ip_table[i].ref_count == 0) { ERROR:CODE_INDENT: code indent should use tabs where possible #1147: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:237: + if (internals->rx_ip_table[i].ref_count == 0) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1147: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:237: + if (internals->rx_ip_table[i].ref_count == 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (14, 18) #1147: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:237: + if (internals->rx_ip_table[i].ref_count == 0) { + ip_index = i; ERROR:CODE_INDENT: code indent should use tabs where possible #1148: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:238: + ip_index = i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1148: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:238: + ip_index = i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1149: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:239: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1149: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:239: + break;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1150: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:240: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1150: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:240: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1151: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:241: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1151: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:241: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1152: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:242: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1155: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:245: + if (ip_index < 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (6, 10) #1155: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:245: + if (ip_index < 0) { + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx IP table ", pci_name); ERROR:CODE_INDENT: code indent should use tabs where possible #1156: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:246: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx IP table ", pci_name);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1156: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:246: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx IP table ", pci_name);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1157: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:247: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1157: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:247: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1158: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:248: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1161: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:251: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (6, 10) #1161: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:251: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) { + if (internals->rx_sa_table[i].used == 0) { ERROR:CODE_INDENT: code indent should use tabs where possible #1162: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:252: + if (internals->rx_sa_table[i].used == 0) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1162: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:252: + if (internals->rx_sa_table[i].used == 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (10, 14) #1162: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:252: + if (internals->rx_sa_table[i].used == 0) { + sa_index = i; ERROR:CODE_INDENT: code indent should use tabs where possible #1163: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:253: + sa_index = i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1163: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:253: + sa_index = i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1164: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:254: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1164: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:254: + break;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1165: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:255: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1165: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:255: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1166: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:256: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1168: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:258: + if (sa_index < 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (6, 10) #1168: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:258: + if (sa_index < 0) { + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx SA table ", pci_name); ERROR:CODE_INDENT: code indent should use tabs where possible #1169: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:259: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx SA table ", pci_name);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1169: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:259: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Rx SA table ", pci_name);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1170: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:260: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1170: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:260: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1171: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:261: + }$ WARNING:LONG_LINE: line over 90 characters #1173: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:263: + internals->rx_ip_table[ip_index].ip.ipv6[0] = rte_cpu_to_be_32(sess->dst_ip.ipv6[0]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1173: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:263: + internals->rx_ip_table[ip_index].ip.ipv6[0] = rte_cpu_to_be_32(sess->dst_ip.ipv6[0]);$ WARNING:LONG_LINE: line over 90 characters #1174: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:264: + internals->rx_ip_table[ip_index].ip.ipv6[1] = rte_cpu_to_be_32(sess->dst_ip.ipv6[1]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1174: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:264: + internals->rx_ip_table[ip_index].ip.ipv6[1] = rte_cpu_to_be_32(sess->dst_ip.ipv6[1]);$ WARNING:LONG_LINE: line over 90 characters #1175: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:265: + internals->rx_ip_table[ip_index].ip.ipv6[2] = rte_cpu_to_be_32(sess->dst_ip.ipv6[2]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1175: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:265: + internals->rx_ip_table[ip_index].ip.ipv6[2] = rte_cpu_to_be_32(sess->dst_ip.ipv6[2]);$ WARNING:LONG_LINE: line over 90 characters #1176: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:266: + internals->rx_ip_table[ip_index].ip.ipv6[3] = rte_cpu_to_be_32(sess->dst_ip.ipv6[3]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1176: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:266: + internals->rx_ip_table[ip_index].ip.ipv6[3] = rte_cpu_to_be_32(sess->dst_ip.ipv6[3]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1177: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:267: + internals->rx_ip_table[ip_index].ref_count++;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1179: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:269: + internals->rx_sa_table[sa_index].spi = rte_cpu_to_be_32(sess->spi);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1180: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:270: + internals->rx_sa_table[sa_index].ip_index = ip_index;$ WARNING:LONG_LINE: line over 90 characters #1181: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:271: + internals->rx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1181: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:271: + internals->rx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1181: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:271: + internals->rx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]); WARNING:LONG_LINE: line over 90 characters #1182: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:272: + internals->rx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1182: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:272: + internals->rx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1182: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:272: + internals->rx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]); WARNING:LONG_LINE: line over 90 characters #1183: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:273: + internals->rx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1183: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:273: + internals->rx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1183: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:273: + internals->rx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]); WARNING:LONG_LINE: line over 90 characters #1184: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:274: + internals->rx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1184: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:274: + internals->rx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1184: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:274: + internals->rx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]); WARNING:LEADING_SPACE: please, no spaces at the start of a line #1185: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:275: + internals->rx_sa_table[sa_index].salt = rte_cpu_to_be_32(sess->salt);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1186: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:276: + internals->rx_sa_table[sa_index].mode = IPSRXMOD_VALID;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1187: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:277: + if (sess->enc)$ ERROR:CODE_INDENT: code indent should use tabs where possible #1188: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:278: + internals->rx_sa_table[sa_index].mode |= (IPSRXMOD_PROTO | IPSRXMOD_DECRYPT);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1188: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:278: + internals->rx_sa_table[sa_index].mode |= (IPSRXMOD_PROTO | IPSRXMOD_DECRYPT);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1189: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:279: + if (sess->dst_ip.type == IPV6_ADDRESS)$ ERROR:CODE_INDENT: code indent should use tabs where possible #1190: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:280: + internals->rx_sa_table[sa_index].mode |= IPSRXMOD_IPV6;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1190: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:280: + internals->rx_sa_table[sa_index].mode |= IPSRXMOD_IPV6;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1191: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:281: + internals->rx_sa_table[sa_index].used = 1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1195: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:285: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_IP | (ip_index << 3);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1196: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:286: + if (internals->rx_ip_table[ip_index].ip.type == IPV4_ADDRESS) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1197: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:287: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1197: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:287: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1198: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:288: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1198: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:288: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1199: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:289: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1199: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:289: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), 0);$ WARNING:LONG_LINE: line over 90 characters #1200: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:290: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv4); ERROR:CODE_INDENT: code indent should use tabs where possible #1200: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:290: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv4);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1200: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:290: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv4);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1201: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:291: + } else {$ WARNING:LONG_LINE: line over 90 characters #1202: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:292: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), internals->rx_ip_table[ip_index].ip.ipv6[0]); ERROR:CODE_INDENT: code indent should use tabs where possible #1202: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:292: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), internals->rx_ip_table[ip_index].ip.ipv6[0]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1202: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:292: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(0), internals->rx_ip_table[ip_index].ip.ipv6[0]);$ WARNING:LONG_LINE: line over 90 characters #1203: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:293: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), internals->rx_ip_table[ip_index].ip.ipv6[1]); ERROR:CODE_INDENT: code indent should use tabs where possible #1203: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:293: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), internals->rx_ip_table[ip_index].ip.ipv6[1]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1203: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:293: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(1), internals->rx_ip_table[ip_index].ip.ipv6[1]);$ WARNING:LONG_LINE: line over 90 characters #1204: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:294: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), internals->rx_ip_table[ip_index].ip.ipv6[2]); ERROR:CODE_INDENT: code indent should use tabs where possible #1204: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:294: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), internals->rx_ip_table[ip_index].ip.ipv6[2]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1204: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:294: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(2), internals->rx_ip_table[ip_index].ip.ipv6[2]);$ WARNING:LONG_LINE: line over 90 characters #1205: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:295: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv6[3]); ERROR:CODE_INDENT: code indent should use tabs where possible #1205: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:295: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv6[3]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1205: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:295: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPADDR(3), internals->rx_ip_table[ip_index].ip.ipv6[3]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1206: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:296: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1207: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:297: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1210: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:300: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_SPI | (sa_index << 3);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1211: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:301: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXSPI, internals->rx_sa_table[sa_index].spi);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1212: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:302: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXIPIDX, internals->rx_sa_table[sa_index].ip_index);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1213: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:303: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1216: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:306: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | IPSRXIDX_TABLE_KEY | (sa_index << 3);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1217: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:307: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(0), internals->rx_sa_table[sa_index].key[0]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1218: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:308: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(1), internals->rx_sa_table[sa_index].key[1]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1219: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:309: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(2), internals->rx_sa_table[sa_index].key[2]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1220: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:310: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(3), internals->rx_sa_table[sa_index].key[3]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1221: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:311: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXSALT, internals->rx_sa_table[sa_index].salt);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1222: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:312: + IXGBE_WRITE_REG(hw, IXGBE_IPSRXMOD, internals->rx_sa_table[sa_index].mode);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1223: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:313: + IXGBE_WAIT_RWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1225: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:315: + } else { /* sess->dir == RTE_CRYPTO_OUTBOUND */$ ERROR:CODE_INDENT: code indent should use tabs where possible #1226: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:316: + int i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1226: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:316: + int i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1228: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:318: + /* Find a free entry in the SA table*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #1229: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:319: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1229: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:319: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1229: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:319: + for (i = 0; i < IPSEC_MAX_SA_COUNT; i++) { + if (internals->tx_sa_table[i].used == 0) { ERROR:CODE_INDENT: code indent should use tabs where possible #1230: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:320: + if (internals->tx_sa_table[i].used == 0) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1230: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:320: + if (internals->tx_sa_table[i].used == 0) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1231: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:321: + sa_index = i;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1231: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:321: + sa_index = i;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1232: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:322: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1232: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:322: + break;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1233: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:323: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1233: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:323: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1234: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:324: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1234: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:324: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1235: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:325: + /* Fail if no free entries*/$ ERROR:CODE_INDENT: code indent should use tabs where possible #1236: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:326: + if (sa_index < 0) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1236: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:326: + if (sa_index < 0) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1236: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:326: + if (sa_index < 0) { + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Tx SA table ", pci_name); ERROR:CODE_INDENT: code indent should use tabs where possible #1237: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:327: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Tx SA table ", pci_name);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1237: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:327: + IXGBE_CRYPTO_LOG_ERR("%s no free entry left in the Tx SA table ", pci_name);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1238: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:328: + return -1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1238: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:328: + return -1;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1239: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:329: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1239: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:329: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1241: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:331: + internals->tx_sa_table[sa_index].spi = rte_cpu_to_be_32(sess->spi);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1241: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:331: + internals->tx_sa_table[sa_index].spi = rte_cpu_to_be_32(sess->spi);$ WARNING:LONG_LINE: line over 90 characters #1242: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:332: + internals->tx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]); ERROR:CODE_INDENT: code indent should use tabs where possible #1242: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:332: + internals->tx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1242: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:332: + internals->tx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1242: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:332: + internals->tx_sa_table[sa_index].key[3] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[0]); WARNING:LONG_LINE: line over 90 characters #1243: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:333: + internals->tx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]); ERROR:CODE_INDENT: code indent should use tabs where possible #1243: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:333: + internals->tx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1243: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:333: + internals->tx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1243: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:333: + internals->tx_sa_table[sa_index].key[2] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[4]); WARNING:LONG_LINE: line over 90 characters #1244: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:334: + internals->tx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]); ERROR:CODE_INDENT: code indent should use tabs where possible #1244: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:334: + internals->tx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1244: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:334: + internals->tx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1244: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:334: + internals->tx_sa_table[sa_index].key[1] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[8]); WARNING:LONG_LINE: line over 90 characters #1245: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:335: + internals->tx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]); ERROR:CODE_INDENT: code indent should use tabs where possible #1245: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:335: + internals->tx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1245: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:335: + internals->tx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]);$ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #1245: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:335: + internals->tx_sa_table[sa_index].key[0] = rte_cpu_to_be_32(*(uint32_t*)&sess->key[12]); ERROR:CODE_INDENT: code indent should use tabs where possible #1246: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:336: + internals->tx_sa_table[sa_index].salt = rte_cpu_to_be_32(sess->salt);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1246: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:336: + internals->tx_sa_table[sa_index].salt = rte_cpu_to_be_32(sess->salt);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1248: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:338: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | (sa_index << 3);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1248: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:338: + reg = IPSRXIDX_RX_EN | IPSRXIDX_WRITE | (sa_index << 3);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1249: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:339: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(0), internals->tx_sa_table[sa_index].key[0]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1249: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:339: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(0), internals->tx_sa_table[sa_index].key[0]);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1250: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:340: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(1), internals->tx_sa_table[sa_index].key[1]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1250: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:340: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(1), internals->tx_sa_table[sa_index].key[1]);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1251: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:341: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(2), internals->tx_sa_table[sa_index].key[2]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1251: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:341: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(2), internals->tx_sa_table[sa_index].key[2]);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1252: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:342: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(3), internals->tx_sa_table[sa_index].key[3]);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1252: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:342: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXKEY(3), internals->tx_sa_table[sa_index].key[3]);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1253: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:343: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, internals->tx_sa_table[sa_index].salt);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1253: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:343: + IXGBE_WRITE_REG(hw, IXGBE_IPSTXSALT, internals->tx_sa_table[sa_index].salt);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1254: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:344: + IXGBE_WAIT_TWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1254: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:344: + IXGBE_WAIT_TWRITE;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1256: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:346: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1258: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:348: + return sa_index;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1265: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:355: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1265: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:355: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1266: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:356: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_BX) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1266: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:356: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_BX) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1267: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:357: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AF_DUAL_PORT) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1267: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:357: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AF_DUAL_PORT) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1268: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:358: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AF_SINGLE_PORT) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1268: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:358: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AF_SINGLE_PORT) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1269: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:359: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AT) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1269: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:359: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AT) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1270: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:360: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AT2) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1270: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:360: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598AT2) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1271: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:361: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_SFP_LOM) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1271: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:361: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_SFP_LOM) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1272: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:362: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_CX4) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1272: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:362: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_CX4) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1273: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:363: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_CX4_DUAL_PORT) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1273: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:363: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_CX4_DUAL_PORT) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1274: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:364: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_DA_DUAL_PORT) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1274: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:364: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_DA_DUAL_PORT) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1275: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:365: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1275: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:365: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1276: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:366: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_XF_LR) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1276: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:366: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82598EB_XF_LR) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1277: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:367: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KX4) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1277: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:367: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KX4) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1278: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:368: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KX4_MEZZ) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1278: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:368: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KX4_MEZZ) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1279: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:369: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KR) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1279: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:369: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_KR) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1280: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:370: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_COMBO_BACKPLANE) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1280: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:370: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_COMBO_BACKPLANE) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1281: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:371: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1281: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:371: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1282: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:372: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_CX4) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1282: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:372: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_CX4) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1283: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:373: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1283: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:373: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1284: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:374: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_SFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1284: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:374: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_SFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1285: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:375: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_RNDC) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1285: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:375: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_RNDC) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1286: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:376: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_560FLR) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1286: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:376: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_560FLR) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1287: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:377: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_ECNA_DP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1287: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:377: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_SUBDEV_ID_82599_ECNA_DP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1288: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:378: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_BACKPLANE_FCOE) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1288: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:378: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_BACKPLANE_FCOE) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1289: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:379: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_FCOE) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1289: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:379: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_FCOE) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1290: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:380: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_EM) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1290: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:380: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_EM) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1291: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:381: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_SF2) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1291: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:381: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_SF2) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1292: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:382: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_SF_QP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1292: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:382: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_SFP_SF_QP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1293: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:383: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_QSFP_SF_QP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1293: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:383: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_QSFP_SF_QP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1294: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:384: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599EN_SFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1294: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:384: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599EN_SFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1295: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:385: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_XAUI_LOM) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1295: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:385: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_XAUI_LOM) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1296: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:386: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_T3_LOM) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1296: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:386: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_T3_LOM) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1297: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:387: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_LS) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1297: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:387: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_LS) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1298: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:388: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X540T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1298: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:388: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X540T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1299: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:389: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X540T1) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1299: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:389: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X540T1) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1300: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:390: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_SFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1300: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:390: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_SFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1301: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:391: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_10G_T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1301: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:391: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_10G_T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1302: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:392: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_1G_T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1302: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:392: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_1G_T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1303: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:393: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1303: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:393: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1304: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:394: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550T1) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1304: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:394: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550T1) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1305: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:395: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_KR) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1305: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:395: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_KR) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1306: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:396: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_KR_L) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1306: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:396: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_KR_L) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1307: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:397: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SFP_N) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1307: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:397: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SFP_N) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1308: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:398: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SGMII) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1308: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:398: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SGMII) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1309: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:399: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SGMII_L) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1309: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:399: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SGMII_L) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1310: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:400: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_10G_T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1310: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:400: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_10G_T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1311: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:401: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_QSFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1311: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:401: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_QSFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1312: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:402: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_QSFP_N) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1312: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:402: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_QSFP_N) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1313: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:403: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SFP) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1313: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:403: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_SFP) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1314: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:404: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_1G_T) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1314: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:404: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_1G_T) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1315: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:405: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_1G_T_L) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1315: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:405: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_A_1G_T_L) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1316: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:406: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KX4) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1316: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:406: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KX4) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1317: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:407: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KR) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1317: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:407: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_X550EM_X_KR) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1319: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:409: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_BYPASS) },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1319: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:409: + { RTE_PCI_DEVICE_SH(IXGBE_INTEL_VENDOR_ID, IXGBE_DEV_ID_82599_BYPASS) },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1321: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:411: + { .vendor_id = 0, /* sentinel */ },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1321: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:411: + { .vendor_id = 0, /* sentinel */ },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1327: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:417: + struct rte_cryptodev *cryptodev)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1327: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:417: + struct rte_cryptodev *cryptodev)$ ERROR:CODE_INDENT: code indent should use tabs where possible #1329: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:419: + struct ixgbe_crypto_private *internals;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1329: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:419: + struct ixgbe_crypto_private *internals;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1330: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:420: + char pci_name[RTE_CRYPTODEV_NAME_MAX_LEN];$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1330: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:420: + char pci_name[RTE_CRYPTODEV_NAME_MAX_LEN];$ ERROR:CODE_INDENT: code indent should use tabs where possible #1332: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:422: + PMD_INIT_FUNC_TRACE();$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1332: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:422: + PMD_INIT_FUNC_TRACE();$ WARNING:LONG_LINE: line over 90 characters #1334: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:424: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name)); ERROR:CODE_INDENT: code indent should use tabs where possible #1334: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:424: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1334: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:424: + rte_pci_device_name(&(RTE_DEV_TO_PCI(cryptodev->device)->addr), pci_name, sizeof(pci_name));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1335: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:425: + IXGBE_CRYPTO_LOG_DBG("Found crypto device at %s", pci_name);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1335: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:425: + IXGBE_CRYPTO_LOG_DBG("Found crypto device at %s", pci_name);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1337: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:427: + cryptodev->dev_type = RTE_CRYPTODEV_IXGBE_PMD;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1337: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:427: + cryptodev->dev_type = RTE_CRYPTODEV_IXGBE_PMD;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1338: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:428: + cryptodev->dev_ops = &ixgbe_crypto_pmd_ops;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1338: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:428: + cryptodev->dev_ops = &ixgbe_crypto_pmd_ops;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1340: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:430: + cryptodev->enqueue_burst = ixgbe_crypto_pmd_enqueue_burst;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1340: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:430: + cryptodev->enqueue_burst = ixgbe_crypto_pmd_enqueue_burst;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1341: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:431: + cryptodev->dequeue_burst = ixgbe_crypto_pmd_dequeue_burst;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1341: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:431: + cryptodev->dequeue_burst = ixgbe_crypto_pmd_dequeue_burst;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1343: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:433: + cryptodev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO |$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1343: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:433: + cryptodev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO |$ ERROR:CODE_INDENT: code indent should use tabs where possible #1344: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:434: + RTE_CRYPTODEV_FF_HW_ACCELERATED |$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1344: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:434: + RTE_CRYPTODEV_FF_HW_ACCELERATED |$ ERROR:CODE_INDENT: code indent should use tabs where possible #1345: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:435: + RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1345: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:435: + RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |$ ERROR:CODE_INDENT: code indent should use tabs where possible #1346: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:436: + RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1346: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:436: + RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1348: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:438: + internals = cryptodev->data->dev_private;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1348: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:438: + internals = cryptodev->data->dev_private;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1349: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:439: + internals->max_nb_sessions = RTE_CRYPTODEV_VDEV_DEFAULT_MAX_NB_SESSIONS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1349: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:439: + internals->max_nb_sessions = RTE_CRYPTODEV_VDEV_DEFAULT_MAX_NB_SESSIONS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1350: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:440: + internals->max_nb_qpairs = RTE_CRYPTODEV_VDEV_DEFAULT_MAX_NB_QUEUE_PAIRS;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1350: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:440: + internals->max_nb_qpairs = RTE_CRYPTODEV_VDEV_DEFAULT_MAX_NB_QUEUE_PAIRS;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1351: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:441: + internals->flags = 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1351: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:441: + internals->flags = 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1352: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:442: + memset(internals->rx_ip_table, 0, sizeof(internals->rx_ip_table));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1352: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:442: + memset(internals->rx_ip_table, 0, sizeof(internals->rx_ip_table));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1353: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:443: + memset(internals->rx_sa_table, 0, sizeof(internals->rx_sa_table));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1353: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:443: + memset(internals->rx_sa_table, 0, sizeof(internals->rx_sa_table));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1354: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:444: + memset(internals->tx_sa_table, 0, sizeof(internals->tx_sa_table));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1354: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:444: + memset(internals->tx_sa_table, 0, sizeof(internals->tx_sa_table));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1357: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:447: + /*$ ERROR:CODE_INDENT: code indent should use tabs where possible #1358: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:448: + * For secondary processes, we don't initialise any further as primary$ ERROR:CODE_INDENT: code indent should use tabs where possible #1359: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:449: + * has already done this work. Only check we don't need a different$ ERROR:CODE_INDENT: code indent should use tabs where possible #1360: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:450: + * RX function$ ERROR:CODE_INDENT: code indent should use tabs where possible #1361: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:451: + */$ ERROR:CODE_INDENT: code indent should use tabs where possible #1362: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:452: + if (rte_eal_process_type() != RTE_PROC_PRIMARY) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1362: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:452: + if (rte_eal_process_type() != RTE_PROC_PRIMARY) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1362: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:452: + if (rte_eal_process_type() != RTE_PROC_PRIMARY) { + IXGBE_CRYPTO_LOG_DBG("Device already initialised by primary process"); ERROR:CODE_INDENT: code indent should use tabs where possible #1363: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:453: + IXGBE_CRYPTO_LOG_DBG("Device already initialised by primary process");$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1363: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:453: + IXGBE_CRYPTO_LOG_DBG("Device already initialised by primary process");$ ERROR:CODE_INDENT: code indent should use tabs where possible #1364: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:454: + return 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1364: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:454: + return 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1365: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:455: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1365: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:455: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1367: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:457: + return 0;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1367: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:457: + return 0;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1372: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:462: + .pci_drv = {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1372: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:462: + .pci_drv = {$ ERROR:CODE_INDENT: code indent should use tabs where possible #1373: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:463: + .id_table = pci_id_ixgbe_crypto_map,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1373: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:463: + .id_table = pci_id_ixgbe_crypto_map,$ ERROR:CODE_INDENT: code indent should use tabs where possible #1374: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:464: + .drv_flags = RTE_PCI_DRV_NEED_MAPPING,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1374: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:464: + .drv_flags = RTE_PCI_DRV_NEED_MAPPING,$ ERROR:CODE_INDENT: code indent should use tabs where possible #1375: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:465: + .probe = rte_cryptodev_pci_probe,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1375: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:465: + .probe = rte_cryptodev_pci_probe,$ ERROR:CODE_INDENT: code indent should use tabs where possible #1376: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:466: + .remove = rte_cryptodev_pci_remove,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1376: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:466: + .remove = rte_cryptodev_pci_remove,$ ERROR:CODE_INDENT: code indent should use tabs where possible #1377: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:467: + },$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1377: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:467: + },$ ERROR:CODE_INDENT: code indent should use tabs where possible #1378: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:468: + .cryptodev_init = crypto_ixgbe_dev_init,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1378: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:468: + .cryptodev_init = crypto_ixgbe_dev_init,$ ERROR:CODE_INDENT: code indent should use tabs where possible #1379: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:469: + .dev_private_size = sizeof(struct ixgbe_crypto_private),$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1379: FILE: drivers/crypto/ixgbe/ixgbe_rte_cyptodev.c:469: + .dev_private_size = sizeof(struct ixgbe_crypto_private),$ ERROR:OPEN_BRACE: that open brace { should be on the previous line #1559: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:484: + if (mb->ol_flags & PKT_TX_IPSEC_INLINE_CRYPTO) + { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1559: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:484: + if (mb->ol_flags & PKT_TX_IPSEC_INLINE_CRYPTO) + { WARNING:TABSTOP: Statements should start on a tabstop #1560: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:485: + { ERROR:SPACING: spaces required around that '?' (ctx:VxE) #1562: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:487: + type_tucmd_mlhl |= mb->inline_ipsec.enc? ^ WARNING:LONG_LINE: line over 90 characters #1563: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:488: + (IXGBE_ADVTXD_TUCMD_IPSEC_TYPE_ESP | IXGBE_ADVTXD_TUCMD_IPSEC_ENCRYPT_EN) : 0; ERROR:CODE_INDENT: code indent should use tabs where possible #1563: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:488: +^I (IXGBE_ADVTXD_TUCMD_IPSEC_TYPE_ESP | IXGBE_ADVTXD_TUCMD_IPSEC_ENCRYPT_EN) : 0;$ WARNING:LONG_LINE: line over 90 characters #1564: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:489: + type_tucmd_mlhl |= (mb->inline_ipsec.pad_len & IXGBE_ADVTXD_IPSEC_ESP_LEN_MASK); WARNING:TABSTOP: Statements should start on a tabstop #1565: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:490: + } WARNING:LONG_LINE: line over 90 characters #1585: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:885: + (((ol_flags & PKT_TX_IPSEC_INLINE_CRYPTO) != 0) * IXGBE_ADVTXD_POPTS_IPSEC)); ERROR:CODE_INDENT: code indent should use tabs where possible #1585: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:885: +^I^I (((ol_flags & PKT_TX_IPSEC_INLINE_CRYPTO) != 0) * IXGBE_ADVTXD_POPTS_IPSEC));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1593: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1463: + if (rx_status & IXGBE_RXD_STAT_SECP) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1593: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1463: + if (rx_status & IXGBE_RXD_STAT_SECP) {$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12) #1593: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1463: + if (rx_status & IXGBE_RXD_STAT_SECP) { + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO; ERROR:CODE_INDENT: code indent should use tabs where possible #1594: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1464: + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1594: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1464: + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1595: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1465: + if (rx_status & IXGBE_RXDADV_LNKSEC_ERROR_BAD_SIG)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1595: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1465: + if (rx_status & IXGBE_RXDADV_LNKSEC_ERROR_BAD_SIG)$ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (12, 14) #1595: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1465: + if (rx_status & IXGBE_RXDADV_LNKSEC_ERROR_BAD_SIG) + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED; ERROR:CODE_INDENT: code indent should use tabs where possible #1596: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1466: + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1596: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1466: + pkt_flags |= PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED;$ ERROR:CODE_INDENT: code indent should use tabs where possible #1597: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1467: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1597: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:1467: + }$ ERROR:CODE_INDENT: code indent should use tabs where possible #1618: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:176: + const __m128i ipsec_sterr_msk = _mm_set_epi32($ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1618: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:176: + const __m128i ipsec_sterr_msk = _mm_set_epi32($ ERROR:CODE_INDENT: code indent should use tabs where possible #1619: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:177: + 0, IXGBE_RXD_STAT_SECP | IXGBE_RXDADV_LNKSEC_ERROR_BAD_SIG, 0, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1619: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:177: + 0, IXGBE_RXD_STAT_SECP | IXGBE_RXDADV_LNKSEC_ERROR_BAD_SIG, 0, 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1620: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:178: + const __m128i ipsec_proc_msk = _mm_set_epi32($ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1620: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:178: + const __m128i ipsec_proc_msk = _mm_set_epi32($ ERROR:CODE_INDENT: code indent should use tabs where possible #1621: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:179: + 0, IXGBE_RXD_STAT_SECP, 0, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1621: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:179: + 0, IXGBE_RXD_STAT_SECP, 0, 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1622: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:180: + const __m128i ipsec_err_flag = _mm_set_epi32($ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1622: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:180: + const __m128i ipsec_err_flag = _mm_set_epi32($ WARNING:LONG_LINE: line over 90 characters #1623: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:181: + 0, PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED | PKT_RX_IPSEC_INLINE_CRYPTO, 0, 0); ERROR:CODE_INDENT: code indent should use tabs where possible #1623: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:181: + 0, PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED | PKT_RX_IPSEC_INLINE_CRYPTO, 0, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1623: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:181: + 0, PKT_RX_IPSEC_INLINE_CRYPTO_AUTH_FAILED | PKT_RX_IPSEC_INLINE_CRYPTO, 0, 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1624: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:182: + const __m128i ipsec_proc_flag = _mm_set_epi32($ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1624: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:182: + const __m128i ipsec_proc_flag = _mm_set_epi32($ ERROR:CODE_INDENT: code indent should use tabs where possible #1625: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:183: + 0, PKT_RX_IPSEC_INLINE_CRYPTO, 0, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1625: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:183: + 0, PKT_RX_IPSEC_INLINE_CRYPTO, 0, 0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1637: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:250: + sterr0 = _mm_and_si128(descs[0], ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1637: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:250: + sterr0 = _mm_and_si128(descs[0], ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1638: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:251: + sterr1 = _mm_and_si128(descs[1], ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1638: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:251: + sterr1 = _mm_and_si128(descs[1], ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1639: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:252: + sterr2 = _mm_and_si128(descs[2], ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1639: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:252: + sterr2 = _mm_and_si128(descs[2], ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1640: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:253: + sterr3 = _mm_and_si128(descs[3], ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1640: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:253: + sterr3 = _mm_and_si128(descs[3], ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1641: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:254: + tmp1 = _mm_cmpeq_epi32(sterr0, ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1641: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:254: + tmp1 = _mm_cmpeq_epi32(sterr0, ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1642: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:255: + tmp2 = _mm_cmpeq_epi32(sterr0, ipsec_proc_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1642: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:255: + tmp2 = _mm_cmpeq_epi32(sterr0, ipsec_proc_msk);$ WARNING:LONG_LINE: line over 90 characters #1643: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:256: + sterr0 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag)); ERROR:CODE_INDENT: code indent should use tabs where possible #1643: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:256: + sterr0 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1643: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:256: + sterr0 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1644: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:257: + tmp1 = _mm_cmpeq_epi32(sterr1, ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1644: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:257: + tmp1 = _mm_cmpeq_epi32(sterr1, ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1645: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:258: + tmp2 = _mm_cmpeq_epi32(sterr1, ipsec_proc_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1645: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:258: + tmp2 = _mm_cmpeq_epi32(sterr1, ipsec_proc_msk);$ WARNING:LONG_LINE: line over 90 characters #1646: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:259: + sterr1 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag)); ERROR:CODE_INDENT: code indent should use tabs where possible #1646: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:259: + sterr1 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1646: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:259: + sterr1 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1647: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:260: + tmp1 = _mm_cmpeq_epi32(sterr2, ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1647: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:260: + tmp1 = _mm_cmpeq_epi32(sterr2, ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1648: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:261: + tmp2 = _mm_cmpeq_epi32(sterr2, ipsec_proc_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1648: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:261: + tmp2 = _mm_cmpeq_epi32(sterr2, ipsec_proc_msk);$ WARNING:LONG_LINE: line over 90 characters #1649: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:262: + sterr2 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag)); ERROR:CODE_INDENT: code indent should use tabs where possible #1649: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:262: + sterr2 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1649: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:262: + sterr2 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1650: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:263: + tmp1 = _mm_cmpeq_epi32(sterr3, ipsec_sterr_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1650: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:263: + tmp1 = _mm_cmpeq_epi32(sterr3, ipsec_sterr_msk);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1651: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:264: + tmp2 = _mm_cmpeq_epi32(sterr3, ipsec_proc_msk);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1651: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:264: + tmp2 = _mm_cmpeq_epi32(sterr3, ipsec_proc_msk);$ WARNING:LONG_LINE: line over 90 characters #1652: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:265: + sterr3 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag)); ERROR:CODE_INDENT: code indent should use tabs where possible #1652: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:265: + sterr3 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1652: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:265: + sterr3 = _mm_or_si128(_mm_and_si128(tmp1, ipsec_err_flag), _mm_and_si128(tmp2, ipsec_proc_flag));$ ERROR:CODE_INDENT: code indent should use tabs where possible #1653: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:266: + rearm0 = _mm_or_si128(rearm0, sterr0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1653: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:266: + rearm0 = _mm_or_si128(rearm0, sterr0);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1654: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:267: + rearm1 = _mm_or_si128(rearm1, sterr1);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1654: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:267: + rearm1 = _mm_or_si128(rearm1, sterr1);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1655: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:268: + rearm2 = _mm_or_si128(rearm2, sterr2);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1655: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:268: + rearm2 = _mm_or_si128(rearm2, sterr2);$ ERROR:CODE_INDENT: code indent should use tabs where possible #1656: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:269: + rearm3 = _mm_or_si128(rearm3, sterr3);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #1656: FILE: drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c:269: + rearm3 = _mm_or_si128(rearm3, sterr3);$ total: 512 errors, 648 warnings, 1588 lines checked