From nobody Fri Feb 27 23:09:40 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 4fN3tx3JfKz6TWy6 for ; Fri, 27 Feb 2026 23:09:45 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fN3tx2ccNz3sM3 for ; Fri, 27 Feb 2026 23:09:45 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772233785; 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=x7VNPP2SezaEMEF01uoH+ebhcCArajgzYSDRXJ78e24=; b=eGD9stfv9x0h9YCeipD3aMWluB3ageIhRlnwETCXvu8DR1QsUUAW6mZeSsvOYP0HqZbKbJ MEFkcn3dkedRdKSry2utsGQ/PazhME8EF5OynBXbk6A+Re8WDeapIBZXmGQ7CqglMVrhZ+ ZlciuKgOP3G76wQodB2XbQGJEwnA3wn78CBouYZMoqOhxH581oU1O3BngcibU2CgLqIvWj NWtqwAiDHyFWNdOqf+IMo0SqcbpUiBfahcVSy79CTEFEaVflDu2c+PHnf5v81IO4+53yvl b2QMpKQoWyU0XfnVvH7LR6Y/jXCzGJdMRN1Df/xCvzQl+5sUhLqHTN7Jo/7arg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772233785; a=rsa-sha256; cv=none; b=poqTBivaHtBBGAXQFxF32IdRAgpOvhRUNZaXssh0UK83Wcpkw2tTC/WBrLgszT44H5PmZi ie9hW6o1U8OIp2RrHHIGSCMlGttGYPGFJpXuKB4HjzgWEeSlQi1a81CgewVbffwyW94O++ ihc/S0Z/xts2z4p2hAuhXOHAqaRMz3KpdWH25czklq0lF7KiygO2V9Vu0ggHc9+D3VqD+0 2vh6uGNfOr9nGbdwMcuiWc7mBITPgXYCWL6Eay0K+TJm8XC2TpEyaDcDqWoFGllq2MjX82 ab6c4yEogo6vaPWJMMVnBdiIEm2TubcMf01a0UwINNesCWfkCYQCkjpnzMjqRA== 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=1772233785; 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=x7VNPP2SezaEMEF01uoH+ebhcCArajgzYSDRXJ78e24=; b=TnHZkgxtlu757g0Yg7UHVOoTnvLmEGMTBwCT3kpRLFXB4eGpKFqZMPAHy6oMFl2UEkyQ1d suVXWwfU3yLBJ4VHiFw7D6QIqnoZ1Cl57WiBBlyXZbgYDb4KlSDZq9BQef8Y7JYVCSDAOS tW2MgeAk5deL9mMGEHnBbs3ybf6GDwP2t4V8y7n39pshtmJNFqwbsbWO0yVLwHxpOwo5LJ j8LD3a1wuwWPTai02hQFX3fzo4pscKuFJu/Dsh/eaoah7DxNAjmBnlfM8jFzZocr6FiWoY Q86k4km8dnMu2NQXltviZn8Lec2ObJ7ATLQV2L4T9WWCwFGlsgSe27TLDDvOVQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fN3tx23XGzf3C for ; Fri, 27 Feb 2026 23:09:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3bc9b by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 27 Feb 2026 23:09:40 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Kevin Bowling Subject: git: b24dc842e1db - stable/15 - e1000: Increase FC pause/refresh time on PCH2 and newer 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 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: b24dc842e1db573c894a20e6c0f14c6b13b15b8b Auto-Submitted: auto-generated Date: Fri, 27 Feb 2026 23:09:40 +0000 Message-Id: <69a22434.3bc9b.5467d900@gitrepo.freebsd.org> The branch stable/15 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=b24dc842e1db573c894a20e6c0f14c6b13b15b8b commit b24dc842e1db573c894a20e6c0f14c6b13b15b8b Author: Kevin Bowling AuthorDate: 2026-02-13 06:30:22 +0000 Commit: Kevin Bowling CommitDate: 2026-02-27 23:09:28 +0000 e1000: Increase FC pause/refresh time on PCH2 and newer This corresponds to Linux f74dc880098b4a29f76d756b888fb31d81ad9a0c That commit does not provide any public background detail, but it's been in use for over 5 years and corresponds to previous chip bugs w.r.t. automatic generation of PAUSE frames. Reviewed by: kgalazka Differential Revision: https://reviews.freebsd.org/D54555 (cherry picked from commit 2bdec2ee73be7dbafce9982b0dc5c273918a5443) --- sys/dev/e1000/if_em.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index 49adc8caa325..23b7e3ff116b 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -3225,8 +3225,8 @@ em_reset(if_ctx_t ctx) case e1000_pch_ptp: hw->fc.high_water = 0x5C20; hw->fc.low_water = 0x5048; - hw->fc.pause_time = 0x0650; - hw->fc.refresh_time = 0x0400; + hw->fc.pause_time = 0xFFFF; + hw->fc.refresh_time = 0xFFFF; /* Jumbos need adjusted PBA */ if (if_getmtu(ifp) > ETHERMTU) E1000_WRITE_REG(hw, E1000_PBA, 12);