From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7888C2C54; Fri, 22 Feb 2019 12:17:28 +0100 (CET) In-Reply-To: <20190222111440.30530-3-hemant.agrawal@nxp.com> References: <20190222111440.30530-3-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20190222111728.7888C2C54@dpdk.org> Date: Fri, 22 Feb 2019 12:17:28 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50444 [3/6] bus/fslmc: add enqueue response read routines in qbman 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: Fri, 22 Feb 2019 11:17:28 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50444 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '[' #519: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:930: + DPAA2_VADDR_TO_IOVA(&dpio_dev->eqresp[ CHECK:OPEN_ENDED_LINE: Lines should not end with a '[' #523: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:934: + eqresp_meta = &dpio_dev->eqresp_meta[ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (40, 42) #628: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:1039: + if (unlikely((*bufs)->ol_flags [...] + ret = rte_vlan_insert(bufs); WARNING:TABSTOP: Statements should start on a tabstop #631: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:1042: + if (ret) CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #658: FILE: drivers/net/dpaa2/dpaa2_rxtx.c:1069: + DPAA2_PMD_ERR( total: 0 errors, 2 warnings, 3 checks, 624 lines checked ERROR: symbol dpaa2_free_eq_descriptors is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_eq_desc_set_orp is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_eq_desc_set_token is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_DQ_odpid is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_DQ_seqnum is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_eqresp_fd is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_eqresp_rc is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_eqresp_rspid is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map ERROR: symbol qbman_result_eqresp_set_rspid is added in the DPDK_19.05 section, but is expected to be added in the EXPERIMENTAL section of the version map