From nobody Tue Jul 11 17:42:35 2023 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 4R0p9Y2Xcnz4mhPR; Tue, 11 Jul 2023 17:42:41 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Received: from mail.anongoth.pl (mail.anongoth.pl [46.248.190.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X448 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "anongoth.pl", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4R0p9Y1f72z456t; Tue, 11 Jul 2023 17:42:41 +0000 (UTC) (envelope-from pkubaj@anongoth.pl) Authentication-Results: mx1.freebsd.org; none Received: from anongoth.pl (unknown [192.168.1.2]) (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 did not present a certificate) (Authenticated sender: pkubaj@anongoth.pl) by mail.anongoth.pl (Postfix) with ESMTPSA id 76F5D155938; Tue, 11 Jul 2023 19:42:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=anongoth.pl; s=ANONGOTH; t=1689097356; bh=kH5mz/oiveVOmFY28wGa4gl5V99HGZvJd8yKd0+aBVQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=HUUg7VX7RHWo9PmIonw2R4vJwM9hxHQ6jt8TtWZ0SWN0NpKdK+sRtmYbkcVnyIt8j cmR8+nUpbY1az7RoD78SjjltUgaNAsi+OFJ3k3iiTBqe1jiePUQWcVBxGvykbcB73z QI3BqhAZp1RKyAtVNLGTAHMvgSRSVrYDc8nXSM4coUMBReyn2yGVnYpHP7HMOF8rB0 J1CaQNbM3Oaq4PalIhJ6rGquUk4Pn1+rTfGl1jZmz6ItlUBSuWlfo6VxpNbinbcJ8G zhLCdHcY9i02ll4aa7VwdIGhEw8pCEBZ5g7NlbuBkjgw2P2VCze1HyU8jqDRWarQu0 Ggr93T2UsA8Cg== Date: Tue, 11 Jul 2023 19:42:35 +0200 From: Piotr Kubaj To: FreeBSD User Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 6ad2a9a64f34 - main - ix: remove stale comment Message-ID: References: <202307111645.36BGj5K9072743@gitrepo.freebsd.org> <20230711190349.632481df@thor.intern.walstatt.dynvpn.de> 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: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="8U6Qche72nN3OQ5P" Content-Disposition: inline In-Reply-To: <20230711190349.632481df@thor.intern.walstatt.dynvpn.de> X-Rspamd-Queue-Id: 4R0p9Y1f72z456t X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:47544, ipnet:46.248.160.0/19, country:PL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N --8U6Qche72nN3OQ5P Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 23-07-11 19:03:22, FreeBSD User wrote: > Am Tue, 11 Jul 2023 16:45:05 GMT > Piotr Kubaj schrieb: >=20 > > The branch main has been updated by pkubaj: > >=20 > > URL: https://cgit.FreeBSD.org/src/commit/?id=3D6ad2a9a64f34ea3b376c3064= fcba30b3c8e654dd > >=20 > > commit 6ad2a9a64f34ea3b376c3064fcba30b3c8e654dd > > Author: Piotr Kubaj > > AuthorDate: 2023-07-11 16:45:04 +0000 > > Commit: Piotr Kubaj > > CommitDate: 2023-07-11 16:45:04 +0000 > >=20 > > ix: remove stale comment > > =20 > > Reported by: Navdeep Parhar > > --- > > sys/dev/ixgbe/if_ix.c | 1 - > > 1 file changed, 1 deletion(-) > >=20 > > diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c > > index 09c0a82279ed..45ab7c27233a 100644 > > --- a/sys/dev/ixgbe/if_ix.c > > +++ b/sys/dev/ixgbe/if_ix.c > > @@ -3678,7 +3678,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)); > > =20 > >=20 >=20 > Buildkernel seems to fail due to: >=20 > [...] > /usr/src/sys/dev/ixgbe/if_ixv.c:940:37: error: use of undeclared identifi= er 'adapter' > ixgbe_link_speed_to_baudrate(adapter->link_sp= eed)); Thanks, fixed now. >=20 >=20 >=20 > --=20 > O. Hartmann --8U6Qche72nN3OQ5P Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEycyIeNkkgohzsoorelmbhSCDnJ0FAmStlIsACgkQelmbhSCD nJ1h0RAAndMinkH7xsu6X6320BY1h8aF0kyo8eCnlh3j+3UGF63ZYVv4fkRx3PVE llUDc9rfo2qQzEylAP1HtH//InsW7a6jm7BpzH8JScDMve+65QFHKER0aimSbFWp vEi1qJuoqCB5s77ceJa6a7vgVEU29M2sIOcI5/7Mb2ddz8hGr0neJ4UHI+BOYzYl ZrqDRu6AyRorG4fFVGHU3nfEgQwSPlyOhL/ovPkpjFPXGx+cMbd+bwedIL5K77+q lgVJOvYnKASr05KkcKTdLGXOBiZ+Uo74IYr+MrhSnC1D+PBiTmHcdqSRgpVfqRHK +0QMnATIqNBnT0qT6X9WyZ5gLknxOwj5FIe6bY94yE20xa4p2zSYu7qh6YK7jF8w 0J+wmE/fxBAhjkqey/JgHB20tIKtXv49HenEAs8iiuKtXeiJ+P7zhhZYcO9M/e7y dggrmndRF2/BgXrUjXgdOIwrUBTPY9YjMtZcNzjpNMmc4S8xhV+JpWnnsafeVW0X x/+HhWxAXN7dkVzWquqljxJ3HMPTGHTpmxYr/xImJ4sZO/Zw8bWXWyj1IcAQG7wt OFy0MkO0fDz0h8oNeR5YMwWDSAq8bLrpbmJlbgCOM1No26R70Fd5BVVuBdUvkdr0 2gOz+P1SAF0xC/kCx9uvEpwt0YaCc1+mTtfnHVPc0kO5Bi/CG8o= =Z6F6 -----END PGP SIGNATURE----- --8U6Qche72nN3OQ5P--