From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 6AC7E42BF8
	for <public@inbox.dpdk.org>; Wed, 31 May 2023 20:44:10 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 674AB427E9;
	Wed, 31 May 2023 20:44:10 +0200 (CEST)
Received: from dpdk.org (dpdk.org [92.243.24.197])
 by mails.dpdk.org (Postfix) with ESMTP id 7CB9B410D0
 for <test-report@dpdk.org>; Wed, 31 May 2023 20:44:09 +0200 (CEST)
Received: by dpdk.org (Postfix, from userid 65534)
 id 654DA120929; Wed, 31 May 2023 20:44:09 +0200 (CEST)
Subject: |WARNING| pw127807 [PATCH] net/mlx5: fix MPRQ stride size to
 accommodate the headroom
In-Reply-To: <20230531184303.946971-1-akozyrev@nvidia.com>
References: <20230531184303.946971-1-akozyrev@nvidia.com>
To: test-report@dpdk.org
From: checkpatch@dpdk.org
Cc: Alexander Kozyrev <akozyrev@nvidia.com>
Message-Id: <20230531184409.654DA120929@dpdk.org>
Date: Wed, 31 May 2023 20:44:09 +0200 (CEST)
X-BeenThere: test-report@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: automatic DPDK test reports <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=subscribe>
Errors-To: test-report-bounces@dpdk.org

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/127807

_coding style issues_


WARNING:TYPO_SPELLING: 'unsupport' may be misspelled - perhaps 'unsupported'?
#180: FILE: drivers/net/mlx5/mlx5_rxq.c:1626:
+			goto unsupport;

WARNING:TYPO_SPELLING: 'accomodate' may be misspelled - perhaps 'accommodate'?
#191: FILE: drivers/net/mlx5/mlx5_rxq.c:1633:
+				"Port %u Rx queue %u size of a stride for Multi-Packet RQ is adjusted to accomodate the headroom (%u)",

total: 0 errors, 2 warnings, 0 checks, 58 lines checked