From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 434793230; Wed, 30 Aug 2017 08:51:10 +0200 (CEST) In-Reply-To: <1504075836-102681-2-git-send-email-kirill.rybalchenko@intel.com> References: <1504075836-102681-2-git-send-email-kirill.rybalchenko@intel.com> To: test-report@dpdk.org Cc: Kirill Rybalchenko Message-Id: <20170830065110.434793230@dpdk.org> Date: Wed, 30 Aug 2017 08:51:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28072 [PATCH 1/2] net/i40e: get information about protocols defined in ddp profile 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: Wed, 30 Aug 2017 06:51:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28072 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #38: FILE: drivers/net/i40e/rte_pmd_i40e.c:1714: + unsigned i, nb_rec, nb_tlv = 0; WARNING:LONG_LINE: line over 90 characters #95: FILE: drivers/net/i40e/rte_pmd_i40e.c:1918: + nb_rec = proto->section.size / sizeof(struct i40e_profile_tlv_section_record); WARNING:LONG_LINE: line over 90 characters #99: FILE: drivers/net/i40e/rte_pmd_i40e.c:1922: + strncpy(pinfo[j].name, (const char *)&tlv->data[1], I40E_DDP_NAME_SIZE); WARNING:LONG_LINE: line over 90 characters #140: FILE: drivers/net/i40e/rte_pmd_i40e.c:1963: + nb_rec = pctype->section.size / sizeof(struct i40e_profile_tlv_section_record); WARNING:LONG_LINE: line over 90 characters #144: FILE: drivers/net/i40e/rte_pmd_i40e.c:1967: + memcpy(&pinfo[j], tlv->data, sizeof(struct rte_pmd_i40e_ptype_info)); WARNING:LONG_LINE: line over 90 characters #185: FILE: drivers/net/i40e/rte_pmd_i40e.c:2008: + nb_rec = ptype->section.size / sizeof(struct i40e_profile_tlv_section_record); WARNING:LONG_LINE: line over 90 characters #189: FILE: drivers/net/i40e/rte_pmd_i40e.c:2012: + memcpy(&pinfo[i], tlv->data, sizeof(struct rte_pmd_i40e_ptype_info)); WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #223: FILE: drivers/net/i40e/rte_pmd_i40e.h:146: +/** +* Protocols information stored in profile WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #231: FILE: drivers/net/i40e/rte_pmd_i40e.h:154: +/** +* Packet classification/ packet type information stored in profile total: 0 errors, 9 warnings, 0 checks, 204 lines checked