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 520F341E3A for ; Fri, 10 Mar 2023 10:38:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D9F040685; Fri, 10 Mar 2023 10:38:30 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C426F40685 for ; Fri, 10 Mar 2023 10:38:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AC3881209BE; Fri, 10 Mar 2023 10:38:28 +0100 (CET) Subject: |WARNING| pw125004 [PATCH 16/16] net/hns3: add the verification of RSS types In-Reply-To: <20230310093518.5198-17-liudongdong3@huawei.com> References: <20230310093518.5198-17-liudongdong3@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dongdong Liu Message-Id: <20230310093828.AC3881209BE@dpdk.org> Date: Fri, 10 Mar 2023 10:38:28 +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/125004 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #159: FILE: drivers/net/hns3/hns3_rss.c:515: + hns3_err(hw, "specified types(0x%" PRIx64 ") are unsupported.", WARNING:LONG_LINE: line length of 122 exceeds 100 columns #185: FILE: drivers/net/hns3/hns3_rss.c:541: + hns3_warn(hw, "set RSS types based on hardware support, requested:0x%" PRIx64 " configured:0x%" PRIx64 "", total: 0 errors, 1 warnings, 1 checks, 151 lines checked