From nobody Mon Jul 20 20:53:37 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h3t5t3LrSz6dQ4s for ; Mon, 20 Jul 2026 20:53:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h3t5s5pNGz47Jp for ; Mon, 20 Jul 2026 20:53:37 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784580817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=odoSf5XgzkBTgbrqShPNYkRgyjHaSc1w/9PjrW9zhzo=; b=gmvCFwVNsmY+yyY2lhBqPKh0Cbw+bYeW/7P1oIUQOycIMOc8On+0f7fCJLxj7Q3oWdxlRX asYbqRcx8oBb+wuqHYwzeXRz60baXuzRz3c0IBsjClfYqTULE/T+ogHJWyFH2OaK/UTprg SnN8gVrBHE30zmtFj+PzW3sDidL78DsJYpbp+uK0sjQEvjCnk2MDsobFx+RToXKuNHbpA/ KZTUKq+qJ+RZ46u8PU/TQKB8peQ/88Y/Fs1HFd7VfZghkqHnHc/3QVdd4OAumJe3L+crPh kCKfqDS0IMZ3v+k/E9U8HIytoAhPkqFaHgRREp46QUzHudXTue3pcOb+snP/og== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784580817; a=rsa-sha256; cv=none; b=sCbbzH1kH4M5Ps/HoJymhnesecV/n6T14z2MZXlxRW2CkB51o9VPilwY78gkZGdXRfyxtW psxfORHlcgaVJ1mga0JFNalWM9nLMEchnoNYYv8JgyU4eLDDIBeb3PEfpTxuEyEDLQo2nc vqKTJuO039wfZ75hmHZPlQlYHGq6W+Tui3GasCvuN5vg7wUBS55J53HkIdq8R1+Bxvsab9 70fK99UKYglK85imXj787q9oXg8mMhzJe/tYrtaOcyt3pypuAG/R0cC1ATw2RqR+pqxyP1 7f8/HXwpXuoVYJLMi6jlONsAApx3NIBRctFMFwlhLRAWfhQqEay7qXiFui85iQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784580817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=odoSf5XgzkBTgbrqShPNYkRgyjHaSc1w/9PjrW9zhzo=; b=H6YrPbNNzYlcWPj809rJaO2ZNcLpF9ABfbciWotdvfWs7fsVAD5T1jZl7tUjLFsXDQ8KGa aCvwkY5ruveQCAtCgbofoe6DnH7sdGf2ltovJmbq4Zi5PQe/misUn8tIa/MvmEngjZAQ3t br2dQJtctb0CXDGfQez3Mwuf/6fkiB9u/xm88XlSBEsknM+w/lB9VcrGMK94bKKrlY1uTj z6+pLDLV/zbRQhrPRuYAM1Kk3UGmlR4JpsN95iE0FlfBY67j8AyDYSD0unfunEQDY53PWZ svzFn++2fHxgWH3vVGchH6aRsK5mUiXMkYZbuKPYzDSAV9GSWoirgVK5d6Uygw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h3t5s3pkKz3ZQ for ; Mon, 20 Jul 2026 20:53:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1d323 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 20 Jul 2026 20:53:37 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Ariel Ehrenberg From: Konstantin Belousov Subject: git: 7b0e4a73ebb6 - stable/15 - mlx5: pass the full EQE to the DEVX event notifier List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 7b0e4a73ebb6c475be2933a40485dea97c8df2af Auto-Submitted: auto-generated Date: Mon, 20 Jul 2026 20:53:37 +0000 Message-Id: <6a5e8ad1.1d323.47507d2b@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7b0e4a73ebb6c475be2933a40485dea97c8df2af commit 7b0e4a73ebb6c475be2933a40485dea97c8df2af Author: Ariel Ehrenberg AuthorDate: 2026-06-15 08:15:54 +0000 Commit: Konstantin Belousov CommitDate: 2026-07-20 20:26:09 +0000 mlx5: pass the full EQE to the DEVX event notifier (cherry picked from commit 0e9bbbdcbea8edc6ad259a9428234b494014bc4e) --- sys/dev/mlx5/mlx5_core/mlx5_eq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/mlx5/mlx5_core/mlx5_eq.c b/sys/dev/mlx5/mlx5_core/mlx5_eq.c index 5279d71e3e86..1458c0859610 100644 --- a/sys/dev/mlx5/mlx5_core/mlx5_eq.c +++ b/sys/dev/mlx5/mlx5_core/mlx5_eq.c @@ -271,7 +271,7 @@ static int mlx5_eq_int(struct mlx5_core_dev *dev, struct mlx5_eq *eq) devx_cb = smp_load_acquire(&dev->priv.eq_table.cb); if (devx_cb != NULL) devx_consumed = - devx_cb(dev, eqe->type, &eqe->data); + devx_cb(dev, eqe->type, eqe); rcu_read_unlock(); }