From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2BB3E1B3C0; Thu, 7 Jun 2018 16:14:34 +0200 (CEST) In-Reply-To: <1528282041-20380-2-git-send-email-radu.nicolau@intel.com> References: <1528282041-20380-2-git-send-email-radu.nicolau@intel.com> To: test-report@dpdk.org Cc: Radu Nicolau Message-Id: <20180607141434.2BB3E1B3C0@dpdk.org> Date: Thu, 7 Jun 2018 16:14:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40688 [PATCH 2/2] examples/l3fw-power: add high/regular performance cores option 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: Thu, 07 Jun 2018 14:14:34 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40688 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #21: '--high-perf-cores CORELIST' option allow the user to specify a high performance ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #113: FILE: examples/l3fwd-power/main.c:174: +struct lcore_params * lcore_params = lcore_params_array_default; ERROR:ASSIGN_IN_IF: do not use assignment in if condition #395: FILE: examples/l3fwd-power/perf_core.c:126: + if ((p0 = strchr(p, ')')) == NULL) total: 2 errors, 1 warnings, 422 lines checked