From nobody Mon Aug 24 08:24:50 2026 X-Original-To: dev-commits-src-branches@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 4hT3qk5B8cz6p3My for ; Mon, 24 Aug 2026 08:24:50 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hT3qk4cjnz3pc4 for ; Mon, 24 Aug 2026 08:24:50 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787559890; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lnJQPBCF37KJvl74JScwLwu6OLjLvVepJNP4WGVAuYo=; b=YSAC6/LLd8/9P3hXJ2TJaF6iyJvCFPVJKMb8TkJioc07+NooG37Cr1wknh28w/7+gIeVj3 DMyOdcxr80CgTC8QxPja9Qa9AihUA7ZESpFEyBENqrezGrBA1+48y5u9+yCFngRHA2yY+U PjOQlSfKedzxLcD8EED1FUYGwR3RzTWgf+CGkqBj29YTpbmwY4Jnqk3Ks8J5rgWLVGO7eu tqfx9RrCaIE5khkWMy4dYJdIU2K3Exns9Mg+r5WiIPXtlfX/ZXMxdLKGZknWC40uLFErNQ e826+mTo7KX688H6f79NiJkYTKEOIucox3stT7BMzbGN9D1L5i7Xba/FokXQYQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787559890; a=rsa-sha256; cv=none; b=YaX5pM+V6egDL4Anmc+epRTtTuymLFMlWWuFMWX8qSekmvYjj77HwTckRVuEeRM2HhI3gn v736VfBdxABmqlq06fIwkvZo/wKbpfcL9y6unlkUDqmbtUWwtaS6xAJ90XSIuxvry5QQaX /hVPqgwT+IQxqrilSY3PcFArU4rVzyZPJb/AebeL01eNjt+5Vd0LUcj070xvF+39dGcuUe GmGyHmTZT/iV6BHswpgfsTpflIT3sEyuODqCII+9UxofTc0rNwmsAmK6h+O31S2gyteYMt Wl5yj5XEj5e37lcRWaKV2vWyIj0mGqfOiib0OgMf8/CYALAWcBKdc2OVWz8XDQ== 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=1787559890; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=lnJQPBCF37KJvl74JScwLwu6OLjLvVepJNP4WGVAuYo=; b=WgygXJQB0vxK/7918EIp1622RHQd/cyXUz/QQ9LIS3VyVL0yu6ffe4ut3RpQWmrJuRgHMZ vFwtvgNU7LEsxsMDMmHkrcnjfsycuSUfAmf47t3c+xHF8ak1i/yyli8rPLSrUK6+vgacP7 mckSUYsK9Vt5JqgHfA6xfGUp7QYTnU5ZOpzYtFYbFlHXgpzRmTN0pjTAY2oqCmT9xhTNn9 y+fB2P8s6WD6J5qTdoL7UVWrnv27r3mLvMtldvwD9GJBNjLb98Mw/v+A7EWOhIleyn8rEp tXKQgQ2YIq0ExPDKbKHUnHahn57rpIBdzQJOaBjkAxgydukXlQrvCZ/iaH3Fug== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hT3qk2xVqzx4p for ; Mon, 24 Aug 2026 08:24:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 44e83 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 24 Aug 2026 08:24:50 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Kevin Bowling Subject: git: 86255d85e228 - stable/15 - ixl: Fix build after VF reset changes List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@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: kbowling X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 86255d85e228d0e7e7b18c225e86b9040da17656 Auto-Submitted: auto-generated Date: Mon, 24 Aug 2026 08:24:50 +0000 Message-Id: <6a8bffd2.44e83.144175f8@gitrepo.freebsd.org> The branch stable/15 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=86255d85e228d0e7e7b18c225e86b9040da17656 commit 86255d85e228d0e7e7b18c225e86b9040da17656 Author: Kevin Bowling AuthorDate: 2026-08-24 08:18:43 +0000 Commit: Kevin Bowling CommitDate: 2026-08-24 08:18:43 +0000 ixl: Fix build after VF reset changes VF_FLAG_INITIALIZED belongs to the SR-IOV status-reporting interface, which was not merged to stable/15. The VF reset MFCs accidentally kept two status-only clears without the flag definition or the corresponding set operation. Remove the clears rather than pulling the unrelated reporting interface into stable/15. They do not participate in hardware reset sequencing. Fixes: d252dd2a841c ("ixl: Rebuild VF resources after a PF reset") Fixes: 1319574637fb ("ixl: Quiesce VF DMA before a PF reset") --- sys/dev/ixl/ixl_pf_iov.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ixl/ixl_pf_iov.c b/sys/dev/ixl/ixl_pf_iov.c index ae6ae16ac56d..2ecbed5bea14 100644 --- a/sys/dev/ixl/ixl_pf_iov.c +++ b/sys/dev/ixl/ixl_pf_iov.c @@ -2083,7 +2083,6 @@ ixl_hold_vfs_in_reset(struct ixl_pf *pf) vf = &pf->vfs[i]; if (!(vf->vf_flags & VF_FLAG_ENABLED)) continue; - vf->vf_flags &= ~VF_FLAG_INITIALIZED; vfrtrig = rd32(hw, I40E_VPGEN_VFRTRIG(vf->vf_num)); vfrtrig |= I40E_VPGEN_VFRTRIG_VFSWR_MASK; wr32(hw, I40E_VPGEN_VFRTRIG(vf->vf_num), vfrtrig); @@ -2191,7 +2190,6 @@ ixl_rebuild_vfs_after_reset(struct ixl_pf *pf) if (!(vf->vf_flags & VF_FLAG_ENABLED)) continue; - vf->vf_flags &= ~VF_FLAG_INITIALIZED; vf->vsi.seid = 0; vf->vsi.vsi_num = 0; vf->vsi.num_tx_queues = 0;