From owner-svn-src-stable-11@freebsd.org Wed Jul 12 14:34:09 2017 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F1F2D98E09; Wed, 12 Jul 2017 14:34:09 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E3FE6490A; Wed, 12 Jul 2017 14:34:08 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-173-114-235.albq.qwest.net [75.173.114.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 975471928AB; Wed, 12 Jul 2017 14:34:05 +0000 (UTC) Subject: Re: svn commit: r320897 - in stable/11/sys: conf dev/ixgbe modules/ix modules/ixv To: =?UTF-8?Q?Olivier_Cochard-Labb=c3=a9?= , Eric Joyner Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org References: <201707112125.v6BLP7Pg093948@repo.freebsd.org> From: Sean Bruno Message-ID: Date: Wed, 12 Jul 2017 08:34:01 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="d74dnrfV52f4tWqMGT3SDuS3hN84fKfev" X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 14:34:09 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --d74dnrfV52f4tWqMGT3SDuS3hN84fKfev Content-Type: multipart/mixed; boundary="Iaq062jUuMa1c8cEtFvQ3SckMAnnH8rXB"; protected-headers="v1" From: Sean Bruno To: =?UTF-8?Q?Olivier_Cochard-Labb=c3=a9?= , Eric Joyner Cc: src-committers , svn-src-all , svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Message-ID: Subject: Re: svn commit: r320897 - in stable/11/sys: conf dev/ixgbe modules/ix modules/ixv References: <201707112125.v6BLP7Pg093948@repo.freebsd.org> In-Reply-To: --Iaq062jUuMa1c8cEtFvQ3SckMAnnH8rXB Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 07/12/17 06:35, Olivier Cochard-Labb=C3=A9 wrote: > On Tue, Jul 11, 2017 at 11:25 PM, Eric Joyner > wrote: >=20 > Author: erj > Date: Tue Jul 11 21:25:07 2017 > New Revision: 320897 > URL: https://svnweb.freebsd.org/changeset/base/320897 > >=20 > Log: > MFC r316541, r316544, and r320688 from HEAD to stable/11. >=20 >=20 > =E2=80=8BHi Eric, >=20 > I've got a regression with this commit: My Intel 82599ES is no more > detected. >=20 > Before this commit: >=20 > =E2=80=8B[root@R1]~# uname -a > FreeBSD R1 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE r320896M amd64 > [root@R1]~# pciconf -lv > ix0@pci0:21:0:0: class=3D0x020000 card=3D0x00038086 chip=3D0x10f= b8086 > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' > class =3D network > subclass =3D ethernet > ix1@pci0:21:0:1: class=3D0x020000 card=3D0x00038086 chip=3D0x10f= b8086 > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' > class =3D network > subclass =3D ethernet > =E2=80=8B > =E2=80=8BAfter this commit:=E2=80=8B > =E2=80=8B[root@R1]~# uname -a > FreeBSD R1 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE r320897M amd64 > [root@R1]~# pciconf -lv > none17@pci0:21:0:0: class=3D0x020000 card=3D0x00038086 chip=3D0x10f= b8086 > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' > class =3D network > subclass =3D ethernet > none18@pci0:21:0:1: class=3D0x020000 card=3D0x00038086 chip=3D0x10f= b8086 > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82599ES 10-Gigabit SFI/SFP+ Network Connection' > class =3D network > subclass =3D ethernet Huh ... is there anything in your console boot messages that would seem to indicate an error on attach? sean --Iaq062jUuMa1c8cEtFvQ3SckMAnnH8rXB-- --d74dnrfV52f4tWqMGT3SDuS3hN84fKfev Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEE6MTp+IA1BOHj9Lo0veT1/om1/LYFAllmM1lfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEU4 QzRFOUY4ODAzNTA0RTFFM0Y0QkEzNEJERTRGNUZFODlCNUZDQjYACgkQveT1/om1 /LZAPAf/fUYXXUsc/YhPoyAeMHj0jPe3cgB1mlZKGnViDDwFydw3tl5WRi8lZTa6 aXYpz+4qc7ln7IV/eUObFULQh52GnRW4iRIn0PfOZyneAInNa7oEhlJ80WvmC27b rJmpzCKNYjPtwKaY3uRnCwUe8szdRez3CdhttwJ7EG2wR9W74iu84leeW5I8w6tr d2ggf7Jo5B7Up1hcOeO7RdiNd/8BJhWAgVam6I/D+oP9CrIIwXLljz39x0BK05x/ zDgQ+qRNolU6Or4sTHkN4UTVnl0hXaiAzW52n/svRixOLZyUBlKCT+FxAP1Mjm3l rvF8xnwssH5WcSUieBDfxGcXbUv7OQ== =q0x2 -----END PGP SIGNATURE----- --d74dnrfV52f4tWqMGT3SDuS3hN84fKfev--