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 BB0FF4646E for ; Tue, 25 Mar 2025 03:39:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6BE540E18; Tue, 25 Mar 2025 03:39:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8C5B340E17 for ; Tue, 25 Mar 2025 03:39:43 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8DD7912718A; Tue, 25 Mar 2025 03:39:23 +0100 (CET) Subject: |WARNING| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet failed In-Reply-To: <1742899140-2013-1-git-send-email-liuwenbo109@gmail.com> References: <1742899140-2013-1-git-send-email-liuwenbo109@gmail.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Wenbo Liu Message-Id: <20250325023923.8DD7912718A@dpdk.org> Date: Tue, 25 Mar 2025 03:39:23 +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/152547 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #87: DPDK program sending self-encapsulated packets with MAC, IP, and UDP headers ERROR:CODE_INDENT: code indent should use tabs where possible #115: FILE: drivers/net/mlx5/mlx5_tx.c:210: + offset = 64;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #115: FILE: drivers/net/mlx5/mlx5_tx.c:210: + offset = 64;$ total: 1 errors, 2 warnings, 0 checks, 19 lines checked