From nobody Thu Jul 30 02:48:03 2026 X-Original-To: dev-commits-src-main@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 4h9YXh2Kbcz6mPc9 for ; Thu, 30 Jul 2026 02:48:04 +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 4h9YXg6hPpz3FFv for ; Thu, 30 Jul 2026 02:48:03 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1785379683; 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=DfTMAKuPJLwB/PVd7SvNxPxuZc66YkjqsWwZbhanzag=; b=W+4Svxc+RfipQKAZ3g9oRjZRKbG4dkkKNhQeBkfRIwQb446adgHha5wTTbsyvTUtYCDuww YjaECVzcoZyC8LdoW9XIxDaYd2T5NZVmsFN25aZA2SmImRRpfbG+UHtFIB8+9FaLl/Yn0c iQQcUfUMlW+vmH1x+G5Ov0pGjjaYkI/Xb2aBOET/FP+bbSRVuXEplacPgFlM/BNGkvZtXi PS2pw4xgHy+nffnHOpXZd5b3cu9wsuV6n9r8O1mBvzC9hUxvQvFPAQTynjgagF4kbvE7n8 9Jx2e4oOZYf1VkYjTWBlPaMKmaTE917LaFDyK4S5blLTfZOGBOgtZECEZS7weQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1785379683; a=rsa-sha256; cv=none; b=WuBp5SB6SH0mQcOVyw6rpqvEcdmQWPbKDs4p6QHXD9Z3Ax1F5uYVHMk+Csat68WH0IVM6A p5RtSJXOUNgpDH+y7frj58t+LzWLrjAk06vKtyYB6+l7+w1Im/uTyiNRBz7izwgiBfIotB bLjQmefiPCPbyISYlmv6XBkjFrUOzTK8fox8ugl4s1NJ8jaQ/Q2KFaaHdSlyX0TDB1bQYP NJFfnfxAouUunc6PdEeeLkFCOZd0EiWMk1CzH4vnxfx1ZaCcxUQpHf7bBvzg6DUYPWqlle z5wD7zydpXWBS4CWuk/jJEwET44t8zufQzb9ktqL57SB2aBMcZ2cliGjLVBPNg== 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=1785379683; 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=DfTMAKuPJLwB/PVd7SvNxPxuZc66YkjqsWwZbhanzag=; b=OUMXOuToOP7bhv48CTWe1hWYB4kAcBR6qyT5VcrMckaLAEGMw4OpcwX+bz/49mPWeUxa1O Lkx4oT43SGfWrLUCYA+m/0BVg+ue/u8CD+R3Phx03jEtbDCH/8rFxPVh2Ia2ZcgwTCzGzY IUoz7BKI/gCtLw4OhlONMi2++drEUioSS2UMh/yBGlzF6bIaxJINrUROZNOTWKJlIU9rYP FWwJ7J8CKFd3VAEdJcGVI24mX27wtrDdlTNgSSX1w1MDTQ7iXQyJONZQpCEiRbPg2gxAtx ZhulMREZQXJigjGpQgUcdYMDU582KQUHrv/q7PZ+HaqFt8yZoZKsApuIAukmrA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h9YXg5MnHzv0p for ; Thu, 30 Jul 2026 02:48:03 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1c997 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 30 Jul 2026 02:48:03 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kevin Bowling Subject: git: 7eb7ff645921 - main - igbv: Correct I350 loopback VLAN byte order List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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/main X-Git-Reftype: branch X-Git-Commit: 7eb7ff6459219e802d51add3ba9d1d9d874db561 Auto-Submitted: auto-generated Date: Thu, 30 Jul 2026 02:48:03 +0000 Message-Id: <6a6abb63.1c997.2311a581@gitrepo.freebsd.org> The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=7eb7ff6459219e802d51add3ba9d1d9d874db561 commit 7eb7ff6459219e802d51add3ba9d1d9d874db561 Author: Kevin Bowling AuthorDate: 2026-07-29 02:57:46 +0000 Commit: Kevin Bowling CommitDate: 2026-07-30 02:47:20 +0000 igbv: Correct I350 loopback VLAN byte order I350 loopback receive descriptors report VLAN tags byte-swapped for both PFs and VFs. The receive path handled the PF device types but omitted e1000_vfadapt_i350, causing an admitted VF VLAN packet to be delivered untagged to the VF parent. Include the I350 VF type in the existing correction. This matches the dedicated IGB_RXQ_FLAG_LB_BSWAP_VLAN handling in DPDK igbvf. MFC after: 1 week Sponsored by: BBOX.io --- sys/dev/e1000/igb_txrx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/e1000/igb_txrx.c b/sys/dev/e1000/igb_txrx.c index 513e0c29dd09..07a01274064c 100644 --- a/sys/dev/e1000/igb_txrx.c +++ b/sys/dev/e1000/igb_txrx.c @@ -513,7 +513,8 @@ igb_isc_rxd_pkt_get(void *arg, if_rxd_info_t ri) if (staterr & E1000_RXD_STAT_VP) { if (((sc->hw.mac.type == e1000_i350) || - (sc->hw.mac.type == e1000_i354)) && + (sc->hw.mac.type == e1000_i354) || + (sc->hw.mac.type == e1000_vfadapt_i350)) && (staterr & E1000_RXDEXT_STATERR_LB)) ri->iri_vtag = be16toh(rxd->wb.upper.vlan); else