From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9EE482BB1; Fri, 23 Dec 2016 22:21:29 +0100 (CET) In-Reply-To: <1482502618-1446-1-git-send-email-sankarx.chokkalingam@intel.com> References: <1482502618-1446-1-git-send-email-sankarx.chokkalingam@intel.com> To: test-report@dpdk.org Cc: Sankar Chokkalingam Message-Id: <20161223212129.9EE482BB1@dpdk.org> Date: Fri, 23 Dec 2016 22:21:29 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18513 [PATCH] examples/ip_pipeline: fix coremask limitation 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, 23 Dec 2016 21:21:29 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18513 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #88: FILE: examples/ip_pipeline/app.h:1369: + (1LLU << (lcore_id % 64)));$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #88: FILE: examples/ip_pipeline/app.h:1369: + (1LLU << (lcore_id % 64)));$ ERROR:SPACING: need consistent spacing around '/' (ctx:VxW) #126: FILE: examples/ip_pipeline/init.c:82: +#define APP_CORE_MASK_STRING_SIZE ((64 * APP_CORE_MASK_SIZE)/ 8 * 2 + 1) ^ total: 2 errors, 1 warnings, 125 lines checked