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 7B20C41B8D for ; Tue, 31 Jan 2023 10:37:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75E6A4114A; Tue, 31 Jan 2023 10:37:25 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2F7014067B for ; Tue, 31 Jan 2023 10:37:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 2872A121E50; Tue, 31 Jan 2023 10:37:24 +0100 (CET) Subject: |WARNING| pw122732 [v1 14/16] net/mlx5/hws: add debug dump support for range and hash In-Reply-To: <20230131093346.1261066-15-valex@nvidia.com> References: <20230131093346.1261066-15-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20230131093724.2872A121E50@dpdk.org> Date: Tue, 31 Jan 2023 10:37:24 +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/122732 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #171: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:102: + ret = fprintf(f, "%d,0x%" PRIx64 ",0x%" PRIx64 ",%d,%d,%d ", WARNING:LONG_LINE: line length of 101 exceeds 100 columns #195: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:120: + ret = mlx5dr_debug_dump_matcher_template_definer(f, mt, mt->range_definer, res_type); WARNING:LONG_LINE: line length of 102 exceeds 100 columns #201: FILE: drivers/net/mlx5/hws/mlx5dr_debug.c:126: + ret = mlx5dr_debug_dump_matcher_template_definer(f, matcher, matcher->hash_definer, res_type); total: 0 errors, 2 warnings, 1 checks, 81 lines checked