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 8E9444719D for ; Tue, 6 Jan 2026 16:41:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 884534069F; Tue, 6 Jan 2026 16:41:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 527AC4069F for ; Tue, 6 Jan 2026 16:41:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4A8A8123FA0; Tue, 6 Jan 2026 16:41:13 +0100 (CET) Subject: |WARNING| pw159611 [PATCH v2 2/7] app/testpmd: integrate shared flow parser library In-Reply-To: <20260106153838.398033-3-sismis@dyna-nic.com> References: <20260106153838.398033-3-sismis@dyna-nic.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Lukas Sismis Message-Id: <20260106154113.4A8A8123FA0@dpdk.org> Date: Tue, 6 Jan 2026 16:41:13 +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/159611 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #232: FILE: app/test-pmd/cmdline.c:9458: +extern cmdline_parse_inst_t cmd_set_raw; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #233: FILE: app/test-pmd/cmdline.c:9459: +extern cmdline_parse_inst_t cmd_show_set_raw; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #234: FILE: app/test-pmd/cmdline.c:9460: +extern cmdline_parse_inst_t cmd_show_set_raw_all; WARNING:MISSING_EOF_NEWLINE: adding a line without newline at end of file #15700: FILE: app/test-pmd/flow_parser.h:8: +#endif /* _TESTPMD_FLOW_PARSER_H_ */ WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'? #15710: FILE: app/test-pmd/flow_parser_cli.c:3: +#include ^^^^^ total: 0 errors, 5 warnings, 2503 lines checked