From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2F9F0A04B1 for ; Wed, 9 Sep 2020 01:41:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 27F034C99; Wed, 9 Sep 2020 01:41:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D08CE4C99; Wed, 9 Sep 2020 01:41:24 +0200 (CEST) In-Reply-To: <20200904083930.17608-3-hemant.agrawal@nxp.com> References: <20200904083930.17608-3-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20200908234124.D08CE4C99@dpdk.org> Date: Wed, 9 Sep 2020 01:41:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76547 [PATCH v8 3/8] net/dpaa: add support for fmcless mode 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/76547 _coding style issues_ CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #728: FILE: drivers/net/dpaa/dpaa_flow.c:385: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_ETH; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #739: FILE: drivers/net/dpaa/dpaa_flow.c:396: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_IPV4; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #751: FILE: drivers/net/dpaa/dpaa_flow.c:408: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_IPV6; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #762: FILE: drivers/net/dpaa/dpaa_flow.c:419: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_TCP; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #773: FILE: drivers/net/dpaa/dpaa_flow.c:430: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_UDP; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #784: FILE: drivers/net/dpaa/dpaa_flow.c:441: + dist_units->param.units[dist_idx++].hdrs[0].hdr + = HEADER_TYPE_SCTP; total: 0 errors, 0 warnings, 6 checks, 1153 lines checked Warning in drivers/net/dpaa/dpaa_ethdev.c: Using compiler attribute directly