Date: Wed, 27 Nov 2024 02:14:28 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a6a48a9fb1d0 - stable/13 - ix: remove stale comment Message-ID: <202411270214.4AR2ESbU066932@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kbowling: URL: https://cgit.FreeBSD.org/src/commit/?id=a6a48a9fb1d0584c30593b00b4d8887f16555868 commit a6a48a9fb1d0584c30593b00b4d8887f16555868 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-07-11 16:45:04 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-11-27 01:16:56 +0000 ix: remove stale comment Reported by: Navdeep Parhar (cherry picked from commit 6ad2a9a64f34ea3b376c3064fcba30b3c8e654dd) --- sys/dev/ixgbe/if_ix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c index 0fa66ef2055c..2fb1c289ada4 100644 --- a/sys/dev/ixgbe/if_ix.c +++ b/sys/dev/ixgbe/if_ix.c @@ -3879,7 +3879,6 @@ ixgbe_if_update_admin_status(if_ctx_t ctx) ixgbe_fc_enable(&sc->hw); /* Update DMA coalescing config */ ixgbe_config_dmac(sc); - /* should actually be negotiated value */ iflib_link_state_change(ctx, LINK_STATE_UP, ixgbe_link_speed_to_baudrate(adapter->link_speed));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411270214.4AR2ESbU066932>