From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E8024C04FF8 for ; Thu, 18 Apr 2024 19:48:59 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B0EBB113F77; Thu, 18 Apr 2024 19:48:59 +0000 (UTC) Received: from 8e613ede5ea5 (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTPS id D2D5F113F77; Thu, 18 Apr 2024 19:48:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: =?utf-8?q?=E2=9C=97_CI=2Echeckpatch=3A_warning_for_Add_SR-IOV_GuC_Relay_PF_s?= =?utf-8?q?ervices?= From: Patchwork To: "Michal Wajdeczko" Cc: intel-xe@lists.freedesktop.org Date: Thu, 18 Apr 2024 19:48:57 -0000 Message-ID: <171346973786.1502081.309141999417364990@8e613ede5ea5> X-Patchwork-Hint: ignore References: <20240418152802.182-1-michal.wajdeczko@intel.com> In-Reply-To: <20240418152802.182-1-michal.wajdeczko@intel.com> X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: Add SR-IOV GuC Relay PF services URL : https://patchwork.freedesktop.org/series/132612/ State : warning == Summary == + KERNEL=/kernel + git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt Cloning into 'mt'... warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/ + git -C mt rev-list -n1 origin/master 0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 24adc7bdba94c975069220342f11db9823e149c6 Author: Michal Wajdeczko Date: Thu Apr 18 17:28:02 2024 +0200 drm/xe/kunit: Add PF service tests Start with basic tests for VF/PF ABI version negotiation. As we treat all platforms in the same way, we can run the tests on one platform. More tests will likely come later. Signed-off-by: Michal Wajdeczko + /mt/dim checkpatch 121bb3cb2e7ce2d6f5c35cea84c6ae308cf1da0a drm-intel ba3961d6ca83 drm/xe/guc: Add GuC Relay ABI version 1.0 definitions -:159: CHECK:CAMELCASE: Avoid CamelCase: #159: FILE: drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h:141: +#define VF2PF_QUERY_RUNTIME_REQUEST_MSG_1_START GUC_HXG_REQUEST_MSG_n_DATAn -:168: CHECK:CAMELCASE: Avoid CamelCase: #168: FILE: drivers/gpu/drm/xe/abi/guc_relay_actions_abi.h:150: +#define VF2PF_QUERY_RUNTIME_RESPONSE_MSG_1_REMAINING GUC_HXG_RESPONSE_MSG_n_DATAn total: 0 errors, 0 warnings, 2 checks, 157 lines checked b41174ea8265 drm/xe: Add helper to calculate adjusted register offset 43bc6b39e518 drm/xe: Add few more GT register definitions 1f6bdfc437ce drm/xe/pf: Add SR-IOV GuC Relay PF services Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #33: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 696 lines checked 24adc7bdba94 drm/xe/kunit: Add PF service tests Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:13: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #13: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 239 lines checked