From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2F558D4E0; Tue, 27 Dec 2016 11:06:10 +0100 (CET) In-Reply-To: <1482833098-38096-4-git-send-email-zhiyong.yang@intel.com> References: <1482833098-38096-4-git-send-email-zhiyong.yang@intel.com> To: test-report@dpdk.org Cc: Zhiyong Yang Message-Id: <20161227100610.2F558D4E0@dpdk.org> Date: Tue, 27 Dec 2016 11:06:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18593 [PATCH v2 3/4] app/test: add performance autotest for rte_memset 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: Tue, 27 Dec 2016 10:06:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18593 _coding style issues_ WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes) #393: FILE: app/test/test_memset_perf.c:272: + unsigned int n = sizeof(buf_sizes) / sizeof(buf_sizes[0]); WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(buf_sizes) #404: FILE: app/test/test_memset_perf.c:283: + unsigned int n = sizeof(buf_sizes) / sizeof(buf_sizes[0]); WARNING:LINE_CONTINUATIONS: Avoid line continuations in quoted strings #432: FILE: app/test/test_memset_perf.c:311: + printf(" ** rte_memset() - memset perf tests \ total: 0 errors, 3 warnings, 355 lines checked