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 78245A00C2 for ; Wed, 2 Nov 2022 12:18:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 714B540223; Wed, 2 Nov 2022 12:18:19 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 99FD340041 for ; Wed, 2 Nov 2022 12:18:18 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 87B9F121ED8; Wed, 2 Nov 2022 12:18:18 +0100 (CET) Subject: |WARNING| pw119408 [PATCH v3] app/test-security-perf: add security perf app In-Reply-To: <20221102111713.507-1-anoobj@marvell.com> References: <20221102111713.507-1-anoobj@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anoob Joseph Message-Id: <20221102111818.87B9F121ED8@dpdk.org> Date: Wed, 2 Nov 2022 12:18:18 +0100 (CET) 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/119408 _coding style issues_ WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #506: FILE: app/test-security-perf/test_security_perf.c:342: + uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #506: FILE: app/test-security-perf/test_security_perf.c:342: + uint64_t tsc_start, tsc_mid, tsc_end, tsc_setup_dur, tsc_destroy_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #561: FILE: app/test-security-perf/test_security_perf.c:397: + tsc_setup_dur = tsc_mid - tsc_start; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #562: FILE: app/test-security-perf/test_security_perf.c:398: + tsc_destroy_dur = tsc_end - tsc_mid; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #564: FILE: app/test-security-perf/test_security_perf.c:400: + setup_ms = tsc_setup_dur * 1000 / rte_get_tsc_hz(); WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #565: FILE: app/test-security-perf/test_security_perf.c:401: + destroy_ms = tsc_destroy_dur * 1000 / rte_get_tsc_hz(); WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #567: FILE: app/test-security-perf/test_security_perf.c:403: + setup_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_setup_dur; WARNING:TYPO_SPELLING: 'dur' may be misspelled - perhaps 'due'? #568: FILE: app/test-security-perf/test_security_perf.c:404: + destroy_rate = (double)nb_sessions * rte_get_tsc_hz() / tsc_destroy_dur; total: 0 errors, 8 warnings, 673 lines checked