From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 22203A0545 for ; Thu, 11 Aug 2022 06:01:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1B9D940DDA; Thu, 11 Aug 2022 06:01:07 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 97A8E40A87 for ; Thu, 11 Aug 2022 06:01:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 93450120775; Thu, 11 Aug 2022 06:01:06 +0200 (CEST) Subject: |WARNING| pw114813 [PATCH 1/1] app/test-security-perf: add security perf app In-Reply-To: <20220811035933.802-2-anoobj@marvell.com> References: <20220811035933.802-2-anoobj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anoob Joseph Message-Id: <20220811040106.93450120775@dpdk.org> Date: Thu, 11 Aug 2022 06:01:06 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/114813 _coding style issues_ WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #479: FILE: app/test-security-perf/test_security_perf.c:327: + uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #479: FILE: app/test-security-perf/test_security_perf.c:327: + uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #536: FILE: app/test-security-perf/test_security_perf.c:384: + tsc_setup_dur = tsc_mid - tsc_start; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #537: FILE: app/test-security-perf/test_security_perf.c:385: + tsc_destroy_dur = tsc_end - tsc_mid; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #539: FILE: app/test-security-perf/test_security_perf.c:387: + setup_ms = tsc_setup_dur * 1000 / rte_get_tsc_hz(); WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #540: FILE: app/test-security-perf/test_security_perf.c:388: + destroy_ms = tsc_destroy_dur * 1000 / rte_get_tsc_hz(); WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #542: FILE: app/test-security-perf/test_security_perf.c:390: + setup_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_setup_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #543: FILE: app/test-security-perf/test_security_perf.c:391: + destroy_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_destroy_dur; total: 0 errors, 8 warnings, 640 lines checked