From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A6DA51B16C; Wed, 10 Jan 2018 07:50:23 +0100 (CET) In-Reply-To: <1515566993-23135-1-git-send-email-wei.guo.simon@gmail.com> References: <1515566993-23135-1-git-send-email-wei.guo.simon@gmail.com> To: test-report@dpdk.org Cc: wei.guo.simon@gmail.com Message-Id: <20180110065023.A6DA51B16C@dpdk.org> Date: Wed, 10 Jan 2018 07:50:23 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw33351 [PATCH v3] app/testpmd: add option ring-bind-lcpu to bind Q with CPU 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, 10 Jan 2018 06:50:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/33351 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 24) #239: FILE: app/test-pmd/testpmd.c:2454: + if (ring_bind_lcpu & RBL_BIND_LOCAL_MASK) { + if (ring_bind_lcpu & (RBL_RING_NUMA_MASK | RBL_PORT_NUMA_MASK)) { WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40) #240: FILE: app/test-pmd/testpmd.c:2455: + if (ring_bind_lcpu & (RBL_RING_NUMA_MASK | RBL_PORT_NUMA_MASK)) { + printf("ring-bind-lcpu option is suppressed by " WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (24, 40) #244: FILE: app/test-pmd/testpmd.c:2459: + } else { + printf("RingBuffer bind with local CPU selected "); total: 0 errors, 3 warnings, 202 lines checked