From owner-freebsd-net@freebsd.org Sun Mar 20 03:02:56 2016 Return-Path: Delivered-To: freebsd-net@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 2049AACEFC0 for ; Sun, 20 Mar 2016 03:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D7B59197C for ; Sun, 20 Mar 2016 03:02:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2K32sTp026890 for ; Sun, 20 Mar 2016 03:02:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208136] kldunload if_cxgbe causes kernel panic Date: Sun, 20 Mar 2016 03:02:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 03:02:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208136 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sun Mar 20 05:02:27 2016 Return-Path: Delivered-To: freebsd-net@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 CF8D9ACEBA4 for ; Sun, 20 Mar 2016 05:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C0837D60 for ; Sun, 20 Mar 2016 05:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2K52RqD083270 for ; Sun, 20 Mar 2016 05:02:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208136] kldunload if_cxgbe causes kernel panic Date: Sun, 20 Mar 2016 05:02:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 05:02:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208136 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: np Date: Sun Mar 20 05:01:40 UTC 2016 New revision: 297059 URL: https://svnweb.freebsd.org/changeset/base/297059 Log: MFC r277759 (by jhb@) Fix a couple of panics when detaching from a cxgbe/cxl interface that was never brought up: - Allow NULL to be passed to sglist_free(). - Don't try to stop an interface that was never fully initialized. PR: 208136 Changes: _U stable/10/ stable/10/sys/dev/cxgbe/t4_main.c stable/10/sys/kern/subr_sglist.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sun Mar 20 21:01:33 2016 Return-Path: Delivered-To: freebsd-net@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 4B58DAD7454 for ; Sun, 20 Mar 2016 21:01:33 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 41635B29 for ; Sun, 20 Mar 2016 21:01:33 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KL01gQ016727 for ; Sun, 20 Mar 2016 21:01:33 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201603202101.u2KL01gQ016727@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-net@FreeBSD.org Subject: Problem reports for freebsd-net@FreeBSD.org that need special attention Date: Sun, 20 Mar 2016 21:01:33 +0000 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 21:01:33 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 193452 | Dell PowerEdge 210 II -- Kernel panic bce (broadc In Progress | 203422 | mpd/ppoe not working with re(4) with revision 285 New | 204438 | setsockopt() handling of kern.ipc.maxsockbuf limi New | 205592 | TCP processing in IPSec causes kernel panic New | 206053 | kqueue support code of netmap causes panic Open | 148807 | [panic] 8.1-RELEASE/10.1-STABLE "panic: sbdrop" a Open | 194485 | Userland cannot add IPv6 prefix routes Open | 194515 | Fatal Trap 12 Kernel with vimage Open | 199136 | [if_tap] Added down_on_close sysctl variable to t Open | 201694 | 10.2-BETA2 crashing when killing VIMAGE/VNET jail Open | 206544 | sendmsg(2) (sendto(2) too?) can fail with EINVAL; 11 problems total for which you should take action. From owner-freebsd-net@freebsd.org Mon Mar 21 14:52:55 2016 Return-Path: Delivered-To: freebsd-net@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 D9DB1AD84F9 for ; Mon, 21 Mar 2016 14:52:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 CA38D8FD for ; Mon, 21 Mar 2016 14:52:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LEqscp020967 for ; Mon, 21 Mar 2016 14:52:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 187094] [nfs] [patch] Support DHCP option for jumbo frames on PXE/BOOTP interface Date: Mon, 21 Mar 2016 14:52:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 14:52:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187094 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: ian Date: Mon Mar 21 14:51:52 UTC 2016 New revision: 297149 URL: https://svnweb.freebsd.org/changeset/base/297149 Log: If the dhcp server provides an interface-mtu option, parse the value and set that mtu on the interface. These changes are based on the patch submitted by Robert Blayzor in the PR, but I changed things around a bit, so the blame for any mistakes belongs to me. PR: 187094 Changes: head/sys/nfs/bootp_subr.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Mon Mar 21 15:33:14 2016 Return-Path: Delivered-To: freebsd-net@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 95A5AAD8DAB for ; Mon, 21 Mar 2016 15:33:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 861B2FE1 for ; Mon, 21 Mar 2016 15:33:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LFXErV098184 for ; Mon, 21 Mar 2016 15:33:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 187094] [nfs] [patch] Support DHCP option for jumbo frames on PXE/BOOTP interface Date: Mon, 21 Mar 2016 15:33:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ian@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ian@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 15:33:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D187094 Ian Lepore changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian@FreeBSD.org Assignee|freebsd-net@FreeBSD.org |ian@FreeBSD.org --- Comment #4 from Ian Lepore --- I have committed the parts of this related to handling the interface-mtu op= tion (and also some changes to libstand and loader(8) inspired by this PR). I left out the part of the submitted patch related to changing the default route and the comments about proxy arp, because it's not clear to me that changing the gctx->gotgw !=3D 0 logic to =3D=3D 0 is correct, especially af= ter researching the history of how the code in that area has evolved over time = (but I'm willing to be convinced; I'm not a networking expert). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Mon Mar 21 16:12:05 2016 Return-Path: Delivered-To: freebsd-net@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 AF3FEAD889F for ; Mon, 21 Mar 2016 16:12:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9FB68AB6 for ; Mon, 21 Mar 2016 16:12:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LGC487018467 for ; Mon, 21 Mar 2016 16:12:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 200221] em0 watchdog timeout under load Date: Mon, 21 Mar 2016 16:12:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: IntelNetworking, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sbruno@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 16:12:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D200221 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-net@freebsd.org Mon Mar 21 16:12:48 2016 Return-Path: Delivered-To: freebsd-net@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 51D82AD8938 for ; Mon, 21 Mar 2016 16:12:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 42949C27 for ; Mon, 21 Mar 2016 16:12:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LGCm1n021562 for ; Mon, 21 Mar 2016 16:12:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 199174] em tx and rx hang Date: Mon, 21 Mar 2016 16:12:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sbruno@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 16:12:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199174 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-net@freebsd.org Tue Mar 22 02:27:45 2016 Return-Path: Delivered-To: freebsd-net@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 B174BAD8CAE for ; Tue, 22 Mar 2016 02:27:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 A254D7E for ; Tue, 22 Mar 2016 02:27:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2M2Rim3076687 for ; Tue, 22 Mar 2016 02:27:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208173] can't create GRE-tunnel over IPv6 Date: Tue, 22 Mar 2016 02:27:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 02:27:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208173 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org Summary|ifconfig gre0/gif0 tunnel |can't create GRE-tunnel |inet6 |over IPv6 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Tue Mar 22 12:54:06 2016 Return-Path: Delivered-To: freebsd-net@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 806AEAD91EF for ; Tue, 22 Mar 2016 12:54:06 +0000 (UTC) (envelope-from g_amanakis@yahoo.com) Received: from nm41-vm8.bullet.mail.ne1.yahoo.com (nm41-vm8.bullet.mail.ne1.yahoo.com [98.138.120.212]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D92E1FC for ; Tue, 22 Mar 2016 12:54:06 +0000 (UTC) (envelope-from g_amanakis@yahoo.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1458650822; bh=LM3ZOqGCJ4XIJJ0wHAaHrdQty/JaxGNZcFOmY21iVEg=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=NgQCF5+UV6cIlKwrGptLJy5KD2/Zb88fMClKfMqRaKj9eVigT/aUBVh1b2clDsYWXKOsHm1a000Hlrp5zXnSwzAhp/0s2iVKVwnTckA5pmlViuZ3zSw1MV9MTfTlkVxteXbFClK0hTf2aeClsxyEkLmyT6ZbsffUNxRDHrr3x1ykIlmDLRUDMVFbSwp7cwUBoGQGyDGGM8kBPBAegRm+neniFq+Cfwt6oOYDUv5tRCEf86apYnPtC3zJuBxTZpOJkEG1+sobg4VInZ7E/Y2wVyHW7UaWN+c0CGFCRg8wMiFsmOoyo4K5EROIC7glyXW3g0XBXRb+Ogu/zoulc8tUww== Received: from [127.0.0.1] by nm41.bullet.mail.ne1.yahoo.com with NNFMP; 22 Mar 2016 12:47:02 -0000 Received: from [98.138.101.131] by nm41.bullet.mail.ne1.yahoo.com with NNFMP; 22 Mar 2016 12:44:02 -0000 Received: from [98.138.88.237] by tm19.bullet.mail.ne1.yahoo.com with NNFMP; 22 Mar 2016 12:44:02 -0000 Received: from [127.0.0.1] by omp1037.mail.ne1.yahoo.com with NNFMP; 22 Mar 2016 12:44:02 -0000 X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 995506.10737.bm@omp1037.mail.ne1.yahoo.com X-YMail-OSG: UfAwRPIVM1k1w.YuJvRIUIogvebftCnlSRurOEKLmcyv4TrMPA8AGfiyy3c9xfK su7kP1HVFSVW_ANCZjlfcIvyGV.5VyLzk0f.ziJpM6debg5EXET_wTOpcwsWoLHYibShxtPkg_ND A4ghf5SNusDRw.wM26MhwWoUKCyH2WfQYyBp7sYlPtw3cL0LqCciVm8hTxaVXa0w0SKw5b5KQujS _gHAp.s6iX8wQpnq.5oscaZlHMqMkuhB3grrk74Ui1dCEr4qwmx6vBJjQvT5IdJ_XSvHPW.rT2.F oyYWgcQ5lcs3OZq9AcafrNKAN5t_l3C2JwIkFohVljRoXTdi.yE4qBs631b88TP8UG0TZu_lRzip LctTiIClrE7mgGYd2Jis1HcU1yPnO.EhrfuKX_Df_Vc6xqoa6Ciy2fEgdEKId1rZPZTFtnWYBGWI kYfIYhM5K4ujNkOWGAMoMurVxZ9p330yCJmkXyhrmh7JpM4Q0mqTBv4gQtVj0Yb99WDWcdha63E6 NIW_oHGqIwNrkb_FgsUEjFQ-- Received: by 98.138.105.214; Tue, 22 Mar 2016 12:44:01 +0000 Date: Tue, 22 Mar 2016 12:44:00 +0000 (UTC) From: George Amanakis Reply-To: George Amanakis To: "freebsd-stable@freebsd.org" , "freebsd-net@freebsd.org" Message-ID: <662406628.2517806.1458650640925.JavaMail.yahoo@mail.yahoo.com> Subject: [10.3-RC3, 10-STABLE] Additional routing table lookup when m->m_pkthdr.fibnum is changed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <662406628.2517806.1458650640925.JavaMail.yahoo.ref@mail.yahoo.com> X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 12:54:06 -0000 When the routing table is changed via pfil (i.e. setfib in ipfw) no routing table lookup takes place. Commit 272391on HEAD can be applied to 10.2-STABLE and 10.3-RC3, compiles with no problems and resolves the issue. Would it be possible to apply this to 10.2-STABLE and perhaps upcoming 10.3-RELEASE? From owner-freebsd-net@freebsd.org Tue Mar 22 13:43:58 2016 Return-Path: Delivered-To: freebsd-net@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 352DDAD91B5 for ; Tue, 22 Mar 2016 13:43:58 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C78A4C9C for ; Tue, 22 Mar 2016 13:43:57 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: by mail-lb0-x230.google.com with SMTP id k12so162291909lbb.1 for ; Tue, 22 Mar 2016 06:43:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=nh0jRjsTTTTVFJIM1o70GbCLV/Je4Hr4OOu47D10REg=; b=rv67RmPPoH5/m8LKxfswcBgL3IQYdq+LR/BMPZZnAWEekRkMMwkhw5IPGtwEPoT5vC khLe0FzI1BB4Uuv5XLoKlJdTPNyrp0JcJgQDWUCeT9tyx0ZStdlBWUtxv26JpSK2DTLP dqPpWkTCRFm1sYKya7xt8IQqPil8VX29S8xxXRZepceGQv35oMGaUB99NbWQVpvu52Aa +XcvDi/g619YNhobRNaxK3XVr8+Hkjzy+4EQw30TSEIovu6AZ/nj0v9WyMOVW9OkzPJe s97aQ/31Uha4Kc1A2RYZl5Rnq7GHMhi1jSyK675gVgjum4ZlbiK9nIR+o9oAZLNmc7KF qFDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=nh0jRjsTTTTVFJIM1o70GbCLV/Je4Hr4OOu47D10REg=; b=dx98qqUIOOQrc/aFUPBj8LfC/iW18LfbOHEcKb1UtwpsAxwxBKutjza0/Xt/MbEH3c qWZVMPCdsn0LS9zeFZcZfH0wqYBM2UX9WhqG8LNDEs5j4hgV+Q4F8uZf7uACqsziPidw iGOAlJGm+jdeDwPuWA3VhL8Bzgq5zDP/srI2pQEj86+DiaLYuleRoDJOJWF6K6xF4HHX Ng48utErCMS0diiWgX1aLu3Kr+XVG64my2ft/264sP99sBxck7S1i+x6h2Q/U44BfeAT g8lRSDmWFKImWGniS0nfspHnllww9l4cIUsLsrSEVjEcD/MjxP/bwZVBPLeGXIcIBQ56 L6ag== X-Gm-Message-State: AD7BkJIEfSGYx8/6f1d/9qcypFyaIdP6Ibi1+0PNh7d2qP0QuvcUSGcuq2de6Q/N5xZ0HZLGiJXzjV8yMFgS9g== MIME-Version: 1.0 X-Received: by 10.25.136.139 with SMTP id k133mr13174135lfd.157.1458654235978; Tue, 22 Mar 2016 06:43:55 -0700 (PDT) Received: by 10.112.44.68 with HTTP; Tue, 22 Mar 2016 06:43:55 -0700 (PDT) Received: by 10.112.44.68 with HTTP; Tue, 22 Mar 2016 06:43:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Mar 2016 15:43:55 +0200 Message-ID: Subject: Re: Taking bhyve step forward enterprise grade From: Sami Halabi To: John Nielsen Cc: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 13:43:58 -0000 nsx introduces several featurs: 1. firewall builtin within vmware built upon rules eg: all guests having name comtaing windows cant access specific subnets, fast routing even if different subnets and recognized as 2 vms in the same esx. 2. plugin to 3rd party products as firewalls, antivirus and so on.. =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 19 =D7=91=D7=9E=D7=A8=D7=A5 2016 17:55= ,=E2=80=8F "John Nielsen" =D7=9B=D7=AA=D7=91: > > On Mar 19, 2016, at 8:12 AM, Sami Halabi wrote: > > > > hi, > > are there ongoing job on taking bhyve further steps toward enterprise > scale > > like: > > 1. high availability, rules on vms (like affinity rules in vmware: eg a= n > > app vm and sql vm go together...), vmotion... > > 2. network virtualization like vmware nsx... > > The wiki pages probably the best place for general info on bhyve current > and planned features: https://wiki.freebsd.org/bhyve > > Live migration is a planned feature. HA rules and other automation and > orchestration are probably beyond the scope of what bhyve itself is aimin= g > to achieve, though such features could easily be provided by additional > scripts and tools. > > What specifically are you after in terms of network virtualization? Again= , > bhyve itself isn't intended to be a giant umbrella but FreeBSD does suppo= rt > many networking features which could support network virtualization (and > which work fine with bhyve). > > JN > > From owner-freebsd-net@freebsd.org Tue Mar 22 13:44:32 2016 Return-Path: Delivered-To: freebsd-net@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 10FCCAD91FB for ; Tue, 22 Mar 2016 13:44:32 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A661D3A for ; Tue, 22 Mar 2016 13:44:31 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: by mail-lb0-x230.google.com with SMTP id bc4so162438831lbc.2 for ; Tue, 22 Mar 2016 06:44:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=WUCPGltqbABF1ft0EWHO55rEHqcsa9i7rx9i4k66Xi0=; b=zCM4CBcqUODBljs0YSTc3uqoPwMR1QmdYkbSUkG79z/wSRz8wqjzrApIuL4twtXjT5 ASWNOZnGywYcRfOrLrwRkCu27tBs8QP7jhallDbsOEN5sJ84Qy9sJj7xhB+ijvXRZslm VepmDovzJcu+t67kjWzz5Q0SMt2kLMQzRWHCSJE2Pp7PSTlxy4qK5P+hguoAfsgSd67l aPFEEUvgzM2jHLLbs0lzLgI8EXFQpBD1oibmuM9ph5aMZYi20VROd16NkEvz8zG9LtSR 7ZWruQDY+J/JNfd0JKeyfvnuUzyEGht1gbiZYnnqluav3QDTeQYQ9j6A1UUEl3DG7HIC H7iA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=WUCPGltqbABF1ft0EWHO55rEHqcsa9i7rx9i4k66Xi0=; b=grb+lEa2YG07X8fTu9ChO0Zwr+jeompEtbQLgLoXrmv2owk/gOqpn1uvqZOBTQ19Za X+6Sks5zLlOScex/ziXx9qB84ZYQ7zHJ0jtcyffwlecYobylTThLYklvX/nqq83fZfVM eVe2OttJUP7agFG4p8sT35tiU0iwR6Yx2Re76rQTWgNHp6tMxGdDTd4CvBWBBLWs/H97 4nia9fU/lSwKtdw0h1mKmDIZZILSZ6RDNTzs7VcaUIuSZn12vzNwReZ4E1T5HkbvLPF1 rqfbb5O9xYsubAXuT1/FnCp52umCzvWhV61ORKiWU+VF5iZQol+xiIU+ptTuoqvrciR0 0xLw== X-Gm-Message-State: AD7BkJJXYpVVi/6h4dIAC9bpenMmriJhgBs579zsGDeDtVlM8L5PeKzp2gEN/hJcpTcMzflcSvXXynbSf5ElSw== MIME-Version: 1.0 X-Received: by 10.112.72.135 with SMTP id d7mr13740056lbv.126.1458654269917; Tue, 22 Mar 2016 06:44:29 -0700 (PDT) Received: by 10.112.44.68 with HTTP; Tue, 22 Mar 2016 06:44:29 -0700 (PDT) Received: by 10.112.44.68 with HTTP; Tue, 22 Mar 2016 06:44:29 -0700 (PDT) In-Reply-To: <15AC566F-82AD-4F76-9710-67669D344F4D@netgate.com> References: <15AC566F-82AD-4F76-9710-67669D344F4D@netgate.com> Date: Tue, 22 Mar 2016 15:44:29 +0200 Message-ID: Subject: Re: Taking bhyve step forward enterprise grade From: Sami Halabi To: Jim Thompson Cc: freebsd-net@freebsd.org, John Nielsen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 13:44:32 -0000 is it builtin already in 10.3? or in current only? =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 19 =D7=91=D7=9E=D7=A8=D7=A5 2016 18:55= ,=E2=80=8F "Jim Thompson" =D7=9B=D7=AA=D7=91: > > > On Mar 19, 2016, at 10:55 AM, John Nielsen wrote: > > > >> On Mar 19, 2016, at 8:12 AM, Sami Halabi wrote: > >> > >> hi, > >> are there ongoing job on taking bhyve further steps toward enterprise > scale > >> like: > >> 1. high availability, rules on vms (like affinity rules in vmware: eg = an > >> app vm and sql vm go together...), vmotion... > >> 2. network virtualization like vmware nsx... > > > > The wiki pages probably the best place for general info on bhyve curren= t > and planned features: https://wiki.freebsd.org/bhyve > > > > Live migration is a planned feature. HA rules and other automation and > orchestration are probably beyond the scope of what bhyve itself is aimin= g > to achieve, though such features could easily be provided by additional > scripts and tools. > > > > What specifically are you after in terms of network virtualization? > Again, bhyve itself isn't intended to be a giant umbrella but FreeBSD doe= s > support many networking features which could support network virtualizati= on > (and which work fine with bhyve). > > VALE is built-in to FreeBSD, and with the new netmap back-end for bhyve, > serves as a good =E2=80=98base=E2=80=99 for a vswitch. > > Jim > > From owner-freebsd-net@freebsd.org Tue Mar 22 14:44:57 2016 Return-Path: Delivered-To: freebsd-net@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 3075AAD81B1 for ; Tue, 22 Mar 2016 14:44:57 +0000 (UTC) (envelope-from jim@netgate.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EED54653 for ; Tue, 22 Mar 2016 14:44:56 +0000 (UTC) (envelope-from jim@netgate.com) Received: by mail-oi0-x233.google.com with SMTP id i17so10190071oib.1 for ; Tue, 22 Mar 2016 07:44:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netgate.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FSn32nMIIcjgWt9DBdg3Wv++8jPi6SoYhQuabcRh0ts=; b=Jq/Mj925n5yw5y/iviKj0Pb1bzN0jsND8IlSmtZkHpmoZ6IVVuByUaEYH/yVWCepKU vTM+7gU1ab0HQR7GKPUNDUFkTdRnybey/y3nlu1pUUs32Io/K7yd4fzcElxe4cAGJVC2 V5W3xH3BVzMA5hDHjsfmsfI9gPb8u/AhXFZCQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FSn32nMIIcjgWt9DBdg3Wv++8jPi6SoYhQuabcRh0ts=; b=O14SafN/cY1tu7EZnaHp+eqPkALlzhrDdVdSUlp9XNVusrbWmVmEiGnTrdGj3q0Nl2 U4//wjG9/oO39re8T3I81JNfZOJ8pjW7hgocXil4LNWw5KdFGw6Z7v832YPZtkNr4Dyi zPsyN/jg9EnQJDJSndYYg3+KR6WM2vrOYi81ojXFD5QyEgl1lYPLZZyjZMrmxSAHCLUe 6acW5cngQcDawKAM/yfH2hyvIuh1gzs+Lq967o+qctQkOpiFakwYmqqIcP8TX031d4wJ MJ4dnrlkY8ZJphKKB2pOO2+Ze7BgnypWk77Q3poLz9XIMdxPDvzq6RzhvHUvNqdMJTo+ 4J6Q== X-Gm-Message-State: AD7BkJKCd5PX1YC5qh1etIiEPWRNDJ5RKc4H/0RMDY+o6nodgybZI+Q5XH2zmBfY1HJCoKmp X-Received: by 10.157.11.27 with SMTP id a27mr392623ota.38.1458657896037; Tue, 22 Mar 2016 07:44:56 -0700 (PDT) Received: from ?IPv6:2001:470:1f0f:281:e871:80bb:958:205c? ([2001:470:1f0f:281:e871:80bb:958:205c]) by smtp.gmail.com with ESMTPSA id l124sm13784048oia.9.2016.03.22.07.44.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 22 Mar 2016 07:44:55 -0700 (PDT) Mime-Version: 1.0 (1.0) Subject: Re: Taking bhyve step forward enterprise grade From: Jim Thompson X-Mailer: iPhone Mail (13E233) In-Reply-To: Date: Tue, 22 Mar 2016 09:44:54 -0500 Cc: freebsd-net@freebsd.org, John Nielsen Message-Id: <4A2BD6D5-A1AD-443C-A7C5-EBD37DDDDCCC@netgate.com> References: <15AC566F-82AD-4F76-9710-67669D344F4D@netgate.com> To: Sami Halabi Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 14:44:57 -0000 VALE is in 10.3, the netmap backend: IDK. It's in pfSense 2.3 (based on 10.3= ).=20 -- Jim > On Mar 22, 2016, at 8:44 AM, Sami Halabi wrote: >=20 > is it builtin already in 10.3? or in current only? >=20 > =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 19 =D7=91=D7=9E=D7=A8=D7=A5 2016 18:5= 5,=E2=80=8F "Jim Thompson" =D7=9B=D7=AA=D7=91: >>=20 >> > On Mar 19, 2016, at 10:55 AM, John Nielsen wrote: >> > >> >> On Mar 19, 2016, at 8:12 AM, Sami Halabi wrote: >> >> >> >> hi, >> >> are there ongoing job on taking bhyve further steps toward enterprise s= cale >> >> like: >> >> 1. high availability, rules on vms (like affinity rules in vmware: eg a= n >> >> app vm and sql vm go together...), vmotion... >> >> 2. network virtualization like vmware nsx... >> > >> > The wiki pages probably the best place for general info on bhyve curren= t and planned features: https://wiki.freebsd.org/bhyve >> > >> > Live migration is a planned feature. HA rules and other automation and o= rchestration are probably beyond the scope of what bhyve itself is aiming to= achieve, though such features could easily be provided by additional script= s and tools. >> > >> > What specifically are you after in terms of network virtualization? Aga= in, bhyve itself isn't intended to be a giant umbrella but FreeBSD does supp= ort many networking features which could support network virtualization (and= which work fine with bhyve). >>=20 >> VALE is built-in to FreeBSD, and with the new netmap back-end for bhyve, s= erves as a good =E2=80=98base=E2=80=99 for a vswitch. >>=20 >> Jim >>=20 From owner-freebsd-net@freebsd.org Wed Mar 23 11:57:27 2016 Return-Path: Delivered-To: freebsd-net@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 5D506AD83C9 for ; Wed, 23 Mar 2016 11:57:27 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 2598D1F6C for ; Wed, 23 Mar 2016 11:57:26 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qVSjZ3MySzZvS for ; Wed, 23 Mar 2016 12:57:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from :received:received; s=mail; t=1458734240; x=1460548641; bh=XDi/z M6ThH35m7FpueWGI0zHnynCXmfZNXZf/0GaWFI=; b=EkDKqHdi5ObiYjNMlMpUA czaJTDT6j6WT8IXb4qnkaxTRN0LSwhFprT9npfUy843ZFLyio5aq/Ic+9vY3CR3U DpkoNZP9uODhGgdBy+QltOEyINtu6lDE8XHAiE83ugoH5eUofd82DCjqgUHndVha O8QluBcqLPd+ipUgYPDmhU= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id uKIVgUMt4hTJ for ; Wed, 23 Mar 2016 12:57:20 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA for ; Wed, 23 Mar 2016 12:57:20 +0100 (CET) To: freebsd-net@freebsd.org From: Guido Falsi Subject: Intel I219 V2 (if_em) Wake on LAN not working Message-ID: <56F284A0.4050900@madpilot.net> Date: Wed, 23 Mar 2016 12:57:20 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 11:57:27 -0000 Hi, I have a new machine with the I219 ethernet adapter. (PCI deviceID: 0x15b8). It works fine on the OS, but I cannot enable wake on lan on it in any way: # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=4019b ether XXX inet XXX netmask 0xffffff00 broadcast XXX nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active # ifconfig em0 wol # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=4019b ether XXX inet XXX netmask 0xffffff00 broadcast XXX nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active # sysctl dev.em.0.wake=1 dev.em.0.wake: 0 -> 1 # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=4019b ether XXX inet XXX netmask 0xffffff00 broadcast XXX nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active # ifconfig em0 wol # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=4019b ether XXX inet XXX netmask 0xffffff00 broadcast XXX nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active # Sending the WOL packet does not work after shutdown, while it works if turning off the machine from the BIOS (obviously appropriate flags in the BIOS are turned on) with the power button. Am I missing something obvious? Any further information is needed? Thanks in advance. -- Guido Falsi From owner-freebsd-net@freebsd.org Wed Mar 23 12:45:09 2016 Return-Path: Delivered-To: freebsd-net@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 D7AB4ADABB5 for ; Wed, 23 Mar 2016 12:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C7F7D105E for ; Wed, 23 Mar 2016 12:45:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2NCj6QF026709 for ; Wed, 23 Mar 2016 12:45:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 203630] [Hyper-V] [nat] [tcp] 10.2 NAT bug in TCP stack or hyperv netsvc driver Date: Wed, 23 Mar 2016 12:45:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.2-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: decui@microsoft.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: weh@microsoft.com X-Bugzilla-Flags: maintainer-feedback- mfc-stable9? mfc-stable10+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 12:45:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203630 --- Comment #34 from Dexuan Cui --- The bug is fixed in 10.2 RELEASE-p14, 10.3 and 11-CURRENT. The bug doesn't exist in 10.1. I think we can close the bug now. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-net@freebsd.org Thu Mar 24 03:10:00 2016 Return-Path: Delivered-To: freebsd-net@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 83080ADBC8D for ; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4A517D9 for ; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 622CDADBC88; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) Delivered-To: net@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 617DDADBC83; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9FD17D3; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 4924B123A; Thu, 24 Mar 2016 03:10:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id D94551AFF5; Thu, 24 Mar 2016 03:09:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id OOCUC_5crhxK; Thu, 24 Mar 2016 03:09:57 +0000 (UTC) Subject: Re: leaky M_RTABLE r295632 DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 3A5EC1AFF0 To: current@FreeBSD.org, net@FreeBSD.org References: <56CB8538.1050003@FreeBSD.org> <56E5D122.5080501@FreeBSD.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <56F35A84.1070605@FreeBSD.org> Date: Wed, 23 Mar 2016 20:09:56 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56E5D122.5080501@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MhXpDSpXpexxtomTWTnjS8SW1knkV6Hob" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 03:10:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MhXpDSpXpexxtomTWTnjS8SW1knkV6Hob Content-Type: multipart/mixed; boundary="dS7GpSTrdDhFvoc13sHsKAxStMM3fDEUw" From: Bryan Drewery To: current@FreeBSD.org, net@FreeBSD.org Message-ID: <56F35A84.1070605@FreeBSD.org> Subject: Re: leaky M_RTABLE r295632 References: <56CB8538.1050003@FreeBSD.org> <56E5D122.5080501@FreeBSD.org> In-Reply-To: <56E5D122.5080501@FreeBSD.org> --dS7GpSTrdDhFvoc13sHsKAxStMM3fDEUw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 3/13/16 1:44 PM, Bryan Drewery wrote: > On 2/22/2016 2:01 PM, Bryan Drewery wrote: >> Running CURRENT r295632. >> >> # vmstat -m|grep routetbl >> routetbl 103952 51995K - 155861 512,1024 >> >> This seems quite large for my dev build system. >> >=20 > Now on r296480: >=20 > # vmstat -m|grep routetbl > routetbl 8928 4484K - 13324 512,1024 >=20 > Still seems too high. >=20 Fixed in r297222, from 11/2014 r274118. Happened when reloading NFS exports, which happens often when building with Poudriere where the mounts used are exported over NFS. --=20 Regards, Bryan Drewery --dS7GpSTrdDhFvoc13sHsKAxStMM3fDEUw-- --MhXpDSpXpexxtomTWTnjS8SW1knkV6Hob Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJW81qEAAoJEDXXcbtuRpfPAs8H/ja5OzSFLSzpL8cr69mMuCgn aA5B2MkHsV1OrNAIlGglTZtJ21CtfO49Vx45H9Is/16t4fXBnkldyx46Veo8lASX zD2gCS7IwyNd+DOOiLqkxc4xjqURLl6Zt8HKHnkmnklZ/0vZHniL6Hh6tiwS3psB a9gNZE5cVBIsJYiAMKq4KYs7ix5t1ZaPcIqQZCuwObqE3a2blNkKT34cOK/fFDG0 SOPBfjgCI1r4JvjS0ZH53/o9B0Og5Z1ivjDurgBM7BTocI0nRk63lZEl3IWOL3qu hM7vJNHy4+QSM58AFiJ4rLfpi9Dpct2NuDPab6uEj0oG0UAjtevpWoXHIauhdiU= =3pWF -----END PGP SIGNATURE----- --MhXpDSpXpexxtomTWTnjS8SW1knkV6Hob-- From owner-freebsd-net@freebsd.org Thu Mar 24 21:13:32 2016 Return-Path: Delivered-To: freebsd-net@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 6D0A1ADCDE9 for ; Thu, 24 Mar 2016 21:13:32 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5144D1C11 for ; Thu, 24 Mar 2016 21:13:32 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 4C982ADCDE8; Thu, 24 Mar 2016 21:13:32 +0000 (UTC) Delivered-To: net@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 4C447ADCDE7 for ; Thu, 24 Mar 2016 21:13:32 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 162441C10 for ; Thu, 24 Mar 2016 21:13:32 +0000 (UTC) (envelope-from vijju.singh@gmail.com) Received: by mail-oi0-x235.google.com with SMTP id i21so28913453oig.1 for ; Thu, 24 Mar 2016 14:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=heSzFsHd8NiX8a2gryczXIRbjYbAKk7VGWwuyLhCYRM=; b=xCDauBZecT+q1+xrEr6fG8Mtm0yBZt75hHS3VXXjCUPIMmQdQ9Pu6pWyZ5nS1ABPMb UpxlMDDHn7szPHZPnLIJBgEhTU28XJiUqOqF7PUMv0SrM/4VcqQQxFV+g1uKIvO7f8iV XjJuukn/qVlLR7aP6+kMDyd54V5KnaUp24lFpA0NU0DLnRE2BeCPQMai527dFbC8K7LO ruk3yeFXUOKpBuTxtmciZPX+fnpLrOE0Y5MoZC7oYkEsUsd8j4brdzWjKZO7IGSXph44 irlGf5zWihq+I/B/MpeuPfLgIPBqzEncwM4xYC2BTYHVE77IrULDugH8ROkOF5HUEH9P 1Wug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=heSzFsHd8NiX8a2gryczXIRbjYbAKk7VGWwuyLhCYRM=; b=ZnI6659ocwyqDEy1Wm1aWKVl7k1zZuDucwnORR50DS0r+fSEwpmLoTlzhu16xH4w17 0bpJ2QAls1n7wPYSg3BlHQTxeCAlCe+rxWug1nw83FmJVWFbRhTKI0HfqwH4ULDv1yeU jE/dcia7FrW3l3iAFKNhXIFP372tKqP7qzXexHSwILWR7HvoMbFXxI7Pb0gkRmcVxq1W rkscZ+vu2ojJ+R2NWgQSH1Uhk8Hv5YFysB6Acj1NTKlQFauqGDi2JwtwPRi7vrRzAEZx oIi28Pc2qTkBA7DyS6CHqY2x8+RW0IRDGIzF6aKiwW4kMhuV89d9FCzH1RznKAvVrtXB 80Kw== X-Gm-Message-State: AD7BkJLborEHIVh/Y1t8IZD4qivB1qIY8zgvN7L4xkyyzHpz30jHFv8CPuAuX3uzTnJF+lEVvFmfXYFB3iYbHw== MIME-Version: 1.0 X-Received: by 10.202.69.134 with SMTP id s128mr5215563oia.97.1458854011396; Thu, 24 Mar 2016 14:13:31 -0700 (PDT) Received: by 10.157.51.21 with HTTP; Thu, 24 Mar 2016 14:13:31 -0700 (PDT) Date: Thu, 24 Mar 2016 14:13:31 -0700 Message-ID: Subject: krping From: Vijay Singh To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 21:13:32 -0000 I would like to use krping for some RDMA testing, but I have not used it before. If someone who has used this could send me instructions I would really appreciate it. -vijay From owner-freebsd-net@freebsd.org Thu Mar 24 21:37:46 2016 Return-Path: Delivered-To: freebsd-net@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 EA7C8ADC356 for ; Thu, 24 Mar 2016 21:37:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id CB89F1586 for ; Thu, 24 Mar 2016 21:37:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CABF3ADC355; Thu, 24 Mar 2016 21:37:46 +0000 (UTC) Delivered-To: net@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 CA62EADC354 for ; Thu, 24 Mar 2016 21:37:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-yw0-x236.google.com (mail-yw0-x236.google.com [IPv6:2607:f8b0:4002:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 899B61585 for ; Thu, 24 Mar 2016 21:37:46 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-yw0-x236.google.com with SMTP id h65so76429080ywe.0 for ; Thu, 24 Mar 2016 14:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=L3iMTjT6/Vaa/f4qBAAB9SHithqv3YWn6BckLi9JTng=; b=M/1YdxhhHLPJ2OevFs1nwRHsIFWfrcoan4g9QykDbd7erbR3E9zVM6EqrvSz1u6r0I BUH/h9GOaAoZlNACpgjQP/ShqmH3oGvvz5FoWKQoQlqf3prCyectg6K2DlNQHwaL6O8P PH8CHg1TbCC3AjyMx+UNvFXjHbW5qvZqYiXnaR6vLq5OEkjSQHgGbnuN4Brlt/gH49+m G7BR8dxVUPhPuOulx0cEzyVi1qH0Et+jDupcmOtdKqo4wKoRCQrRLr4+i38WIWftX/Ls KsumjiyG2metbuiXOFtYTZ8Y+dQMCJdvvIi8QhurgZ36XsVPV17gZsLt+Ex9W//nsvDM 2rzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=L3iMTjT6/Vaa/f4qBAAB9SHithqv3YWn6BckLi9JTng=; b=U3mlT7uLoiI5Nle5zH8jDPsH68HdGv30B33zzg8EHiQOFMRpS20TLjYOhm6unHQowI oEiIQzU9olT0UpVcl77iFqWUiJyNlgRp//gdc/mfe16mR2DBMaVu/+3oBNZnvMO+lagn cOm1DRI25I8/KJ2sLpWITvZ9Xl2OyEeLnRhmz0bUAUYrR1TqTSXANfzxMsrdCQbLqWuL wu5cQ7hS/HRq5cfRpViZ3qLR/ONRLpgF0i2i1dtR38r6oXh/R3NsmhfhFMB2J48pP9wP 3bzRLJopETEoSGHtKTmyvBpDWTVjyRos6WYTP1PEjx4PeCQGew1R6uJAqYwidNBvnjA0 hw7w== X-Gm-Message-State: AD7BkJIE5zHv8G58WOAwX1VIMADNWb6eeKo631s9BXoUrE2p96AJwM+TItsm/Cs6mgzAemPcvmK44xzjisu4vg== MIME-Version: 1.0 X-Received: by 10.129.92.132 with SMTP id q126mr5675010ywb.155.1458855465687; Thu, 24 Mar 2016 14:37:45 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.13.235.16 with HTTP; Thu, 24 Mar 2016 14:37:45 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 Mar 2016 14:37:45 -0700 X-Google-Sender-Auth: xndkMPUTTK7bXkK38Cb5UayGJH4 Message-ID: Subject: Re: krping From: "K. Macy" To: Vijay Singh Cc: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 21:37:47 -0000 Depending on the vendor in question ask np@ or hps@. On Thursday, March 24, 2016, Vijay Singh wrote: > I would like to use krping for some RDMA testing, but I have not used it > before. If someone who has used this could send me instructions I would > really appreciate it. > > -vijay > _______________________________________________ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org > " > From owner-freebsd-net@freebsd.org Fri Mar 25 00:44:40 2016 Return-Path: Delivered-To: freebsd-net@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 B9A23ADC04C for ; Fri, 25 Mar 2016 00:44:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id A4E7E15B5 for ; Fri, 25 Mar 2016 00:44:40 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from ford.home.vangyzen.net (unknown [76.164.15.242]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 0E100564CE; Thu, 24 Mar 2016 19:44:40 -0500 (CDT) Subject: Re: Intel I219 V2 (if_em) Wake on LAN not working To: Guido Falsi , freebsd-net@freebsd.org References: <56F284A0.4050900@madpilot.net> From: Eric van Gyzen Message-ID: <56F489F3.7010208@FreeBSD.org> Date: Thu, 24 Mar 2016 19:44:35 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F284A0.4050900@madpilot.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 00:44:40 -0000 On 03/23/16 06:57 AM, Guido Falsi wrote: > Hi, > > I have a new machine with the I219 ethernet adapter. (PCI deviceID: 0x15b8). > > It works fine on the OS, but I cannot enable wake on lan on it in any way: > > # ifconfig em0 > em0: flags=8843 metric 0 mtu 1500 > > options=4019b > ether XXX > inet XXX netmask 0xffffff00 broadcast XXX > nd6 options=29 > media: Ethernet autoselect (100baseTX ) > status: active > # ifconfig em0 wol > # ifconfig em0 > em0: flags=8843 metric 0 mtu 1500 > > options=4019b > ether XXX > inet XXX netmask 0xffffff00 broadcast XXX > nd6 options=29 > media: Ethernet autoselect (100baseTX ) > status: active > # sysctl dev.em.0.wake=1 > dev.em.0.wake: 0 -> 1 > # ifconfig em0 > em0: flags=8843 metric 0 mtu 1500 > > options=4019b > ether XXX > inet XXX netmask 0xffffff00 broadcast XXX > nd6 options=29 > media: Ethernet autoselect (100baseTX ) > status: active > # ifconfig em0 wol > # ifconfig em0 > em0: flags=8843 metric 0 mtu 1500 > > options=4019b > ether XXX > inet XXX netmask 0xffffff00 broadcast XXX > nd6 options=29 > media: Ethernet autoselect (100baseTX ) > status: active > # > > > > Sending the WOL packet does not work after shutdown, while it works if > turning off the machine from the BIOS (obviously appropriate flags in > the BIOS are turned on) with the power button. I have a new Dell XPS 8900 with the same NIC and the same problem. I'm running head (r297219). I made the following two changes: diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c index 6f7458c..16c7495 100644 --- a/sys/dev/e1000/if_em.c +++ b/sys/dev/e1000/if_em.c @@ -5275,7 +5275,8 @@ em_get_wakeup(device_t dev) NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data); break; } - if (eeprom_data & apme_mask) + device_printf(dev, "em_get_wakeup: eeprom_data %hu\n", eeprom_data); + //if (eeprom_data & apme_mask) adapter->wol = (E1000_WUFC_MAG | E1000_WUFC_MC); /* * We have the eeprom settings, now apply the special cases >From that, I see that eeprom_data is 0, so adapter->wol stays zero, so ifconfig doesn't show any WOL capabilities. When I ignore the eeprom_data by commenting out the "if" condition, WOL capabilities appear in ifconfig. However, even when I enable WOL with ifconfig, WOL still doesn't work after a "shutdown -p now". WOL only works after I power off using the power button before the kernel boots. Eric From owner-freebsd-net@freebsd.org Fri Mar 25 09:40:14 2016 Return-Path: Delivered-To: freebsd-net@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 63BE3ADC9DB for ; Fri, 25 Mar 2016 09:40:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 54D74147E for ; Fri, 25 Mar 2016 09:40:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9eDSm043887 for ; Fri, 25 Mar 2016 09:40:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208205] re0 watchdog timeout Date: Fri, 25 Mar 2016 09:40:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:40:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208205 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 09:40:35 2016 Return-Path: Delivered-To: freebsd-net@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 3A429ADCA42 for ; Fri, 25 Mar 2016 09:40:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 2B3C015B0 for ; Fri, 25 Mar 2016 09:40:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9eYYB044929 for ; Fri, 25 Mar 2016 09:40:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208195] MAC address of lagg member interface do not change Date: Fri, 25 Mar 2016 09:40:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:40:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208195 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 09:46:11 2016 Return-Path: Delivered-To: freebsd-net@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 413F3ADCDA0 for ; Fri, 25 Mar 2016 09:46:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 321B81AC4 for ; Fri, 25 Mar 2016 09:46:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9kAKH059739 for ; Fri, 25 Mar 2016 09:46:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208267] if_sfxge unstable causes panic at ifconfig sfxge0 up Date: Fri, 25 Mar 2016 09:46:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:46:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208267 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 09:47:45 2016 Return-Path: Delivered-To: freebsd-net@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 C5EE6ADCF09 for ; Fri, 25 Mar 2016 09:47:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 B6D291C8A for ; Fri, 25 Mar 2016 09:47:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9lja9061897 for ; Fri, 25 Mar 2016 09:47:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208235] Link Aggregation Lacp not working on 10.3-RC3 Date: Fri, 25 Mar 2016 09:47:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:47:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208235 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 09:49:18 2016 Return-Path: Delivered-To: freebsd-net@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 70C35ADD0A7 for ; Fri, 25 Mar 2016 09:49:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 61BE41DC7 for ; Fri, 25 Mar 2016 09:49:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2P9nIrr063879 for ; Fri, 25 Mar 2016 09:49:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208019] ALTQ does not work Date: Fri, 25 Mar 2016 09:49:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 09:49:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208019 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 10:47:16 2016 Return-Path: Delivered-To: freebsd-net@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 03499ADDD61 for ; Fri, 25 Mar 2016 10:47:15 +0000 (UTC) (envelope-from makoveevaa@gmail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 731431D40 for ; Fri, 25 Mar 2016 10:47:15 +0000 (UTC) (envelope-from makoveevaa@gmail.com) Received: by mail-lf0-x22c.google.com with SMTP id d82so52971744lfe.3 for ; Fri, 25 Mar 2016 03:47:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=M6NPDiJek2f3zv9y0TJKgbixC6enaRkYFmdqEykZn0Y=; b=GU0sl1y4nKQTnwUtR3Q0C1mo9vFhJ9bH65O5vzTxX2esza36akvgWoblILjtM/JSSu N1l7WJlFhfWJgjC2Gg4peRNrCltqjfgcxlA9L9TclHNxCCpBALVbmyMDj6OMrZTZTL4Z M3P4atzm4JyhoThG8/zfak6gvneJCZvN/ZJN15jCJICuQtPCuuk2Gk3IFkPvJySxmJ9p GVX7MDNu8qffhoZLbXXhfdwzLW5PHKK1qf/5MfKOg54JhDJecYPfou4jWO9WqmGAo2fJ Kwc3KoL88aC+3OfiBTtl3eUEG0YTXTvnFZNuco2pr4BSP7XB456wGZBgWMy783FXen9A xF+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=M6NPDiJek2f3zv9y0TJKgbixC6enaRkYFmdqEykZn0Y=; b=EE06TTuohe7EXPILP5fG6mLtgOypUE9r+pB+7vhqR4RNZLkT7od8Pb2/DFl0T/rpp9 VUhrG8Ww9q2BqpN2OEjRhhncIV7vWJWAcdfItO1SuFgXGpC0qhZ4/UretXmV7Z/HlKsH 5cw38zPT3czChZ+wRRN9wpQtdlbhFLw/zO8+yHp6nAkub5eTHRrFrcb/aNgSyawMpx2F 7mZqLqsAl2FXU/eQUBsXjXZKD2AxsCHY4/aQgY586dYLnCpjoKerBY0LZCxYVvVBkjXw d0Oxw+/NwgLpUQLAhAEK/4dZ71MVZkRFSOkhiTnlywwNOcdDfRBEskdO8YALVc7K0izp LHdg== X-Gm-Message-State: AD7BkJKARN9ulvTMXk76yVmo67bqgkRnAo9ZhnA2wTW79pUKS5UV5oM9caIBQqnHS1Zllg== X-Received: by 10.25.21.152 with SMTP id 24mr5586730lfv.114.1458902833606; Fri, 25 Mar 2016 03:47:13 -0700 (PDT) Received: from [172.16.1.7] (odon08-11.phys.msu.ru. [93.180.53.172]) by smtp.gmail.com with ESMTPSA id y3sm1850449lbk.40.2016.03.25.03.47.12 for (version=TLSv1/SSLv3 cipher=OTHER); Fri, 25 Mar 2016 03:47:12 -0700 (PDT) To: freebsd-net@freebsd.org From: =?UTF-8?B?0JzQsNC60L7QstC10LXQsiDQkNC70YzQsdC10YDRgiDQkNC90LDRgtC+0Ls=?= =?UTF-8?B?0YzQtdCy0LjRhw==?= Subject: down network interface Message-ID: <56F51740.7080701@gmail.com> Date: Fri, 25 Mar 2016 13:47:28 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 10:47:16 -0000 Hello!!! I use FreeBSD Thor 10.1-RELEASE-P17 FreeBSD 10.1-RELEASE-P17 Frezz network card after repeated opening and closing phisikal link. Restarting the network does not lead to solving the problem. You must restart server. Do you think what could be the problem. From owner-freebsd-net@freebsd.org Fri Mar 25 10:48:18 2016 Return-Path: Delivered-To: freebsd-net@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 13C39ADDDBD for ; Fri, 25 Mar 2016 10:48:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 04ED81DED for ; Fri, 25 Mar 2016 10:48:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PAmHBC018398 for ; Fri, 25 Mar 2016 10:48:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208019] ALTQ does not work Date: Fri, 25 Mar 2016 10:48:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 10:48:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208019 Kristof Provost changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kp@freebsd.org --- Comment #1 from Kristof Provost --- Did you also rebuild the kernel after enabling ALTQ?=20 It looks like you only rebuilt pf.ko (or did not boot the new kernel). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 11:25:48 2016 Return-Path: Delivered-To: freebsd-net@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 20C2BADD6E4 for ; Fri, 25 Mar 2016 11:25:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 116611252 for ; Fri, 25 Mar 2016 11:25:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PBPlhY029786 for ; Fri, 25 Mar 2016 11:25:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208267] if_sfxge unstable causes panic at ifconfig sfxge0 up Date: Fri, 25 Mar 2016 11:25:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: arybchik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: arybchik@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:25:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208267 Andrew Rybchenko,St.Petersburg Russia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|freebsd-net@FreeBSD.org |arybchik@freebsd.org CC| |arybchik@freebsd.org --- Comment #2 from Andrew Rybchenko,St.Petersburg Russia --- Looking at the code I guess the system has more than 32 CPUs. Could you try to load the driver with limited number of RSS channels (most likely 32 will work) # kenv hw.sfxge.0.max_rss_channels=3D16 # kenv hw.sfxge.1.max_rss_channels=3D16 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 11:47:26 2016 Return-Path: Delivered-To: freebsd-net@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 6EEF8ADDD29 for ; Fri, 25 Mar 2016 11:47:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 5FDBA1CD3 for ; Fri, 25 Mar 2016 11:47:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PBlPeL070360 for ; Fri, 25 Mar 2016 11:47:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208235] Link Aggregation Lacp not working on 10.3-RC3 Date: Fri, 25 Mar 2016 11:47:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:47:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208235 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girgen@FreeBSD.org --- Comment #1 from Palle Girgensohn --- I see the same thing with 10.2-RELEASE using bxe. Had to use loadbalance, the lacp just refused. On multiple machines running 10.2p12 or similar. this works: ifconfig_lagg0=3D"laggproto loadbalance laggport bxe0 laggport bxe1 192.168.1.81/24" this doesn't ifconfig_lagg0=3D"laggproto lacp laggport bxe0 laggport bxe1 192.168.1.81/2= 4" can't remember exactly how the error was described, but I couldn't get it working. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 11:49:06 2016 Return-Path: Delivered-To: freebsd-net@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 C43C3ADDED8 for ; Fri, 25 Mar 2016 11:49:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 B4F711E46 for ; Fri, 25 Mar 2016 11:49:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PBn4Xm072395 for ; Fri, 25 Mar 2016 11:49:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 185967] [lagg] [patch] Link Aggregation LAGG: LACP not working in 10.0 Date: Fri, 25 Mar 2016 11:49:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:49:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D185967 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 082 | |35 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 11:49:04 2016 Return-Path: Delivered-To: freebsd-net@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 BF174ADDEC9 for ; Fri, 25 Mar 2016 11:49:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AFBBF1E38 for ; Fri, 25 Mar 2016 11:49:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PBn4XY072395 for ; Fri, 25 Mar 2016 11:49:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208235] Link Aggregation Lacp not working on 10.3-RC3 Date: Fri, 25 Mar 2016 11:49:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:49:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208235 Palle Girgensohn changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D1= 859 | |67 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 11:56:25 2016 Return-Path: Delivered-To: freebsd-net@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 A3652ADD1C7 for ; Fri, 25 Mar 2016 11:56:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9441D1359 for ; Fri, 25 Mar 2016 11:56:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PBuP1l088254 for ; Fri, 25 Mar 2016 11:56:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208235] Link Aggregation Lacp not working on 10.3-RC3 Date: Fri, 25 Mar 2016 11:56:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: girgen@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:56:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208235 --- Comment #2 from Palle Girgensohn --- the original report rings a bit like it would be an rc-script bug. What I saw was that ifconfig didn't work at all. don't remeber exact wordin= g of error messages, and machines are in production now, so I can't really test = it on them. It works fine for an older machine with 1gbit bce, but the 10gbit = bxe failed. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 14:29:03 2016 Return-Path: Delivered-To: freebsd-net@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 B5122ADD197 for ; Fri, 25 Mar 2016 14:29:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9831312D3 for ; Fri, 25 Mar 2016 14:29:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PET3Jl022698 for ; Fri, 25 Mar 2016 14:29:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208205] re0 watchdog timeout Date: Fri, 25 Mar 2016 14:29:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 14:29:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208205 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbruno@FreeBSD.org --- Comment #1 from Sean Bruno --- Can you post the output of pciconf -lvbc? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Mar 25 14:52:48 2016 Return-Path: Delivered-To: freebsd-net@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 11527ADD73F for ; Fri, 25 Mar 2016 14:52:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 01B5C1038 for ; Fri, 25 Mar 2016 14:52:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2PEqldZ075559 for ; Fri, 25 Mar 2016 14:52:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 208205] re0 watchdog timeout Date: Fri, 25 Mar 2016 14:52:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.3-BETA2 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: nicko6113@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 14:52:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208205 --- Comment #2 from Nick --- here is the output. [2.3-BETA][root@pfSense.Home.lan]/root: pciconf -lvbc hostb0@pci0:0:0:0: class=3D0x060000 card=3D0x22b11849 chip=3D0x2280808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D bridge subclass =3D HOST-PCI vgapci0@pci0:0:2:0: class=3D0x030000 card=3D0x22b11849 chip=3D0x22b1808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D display subclass =3D VGA bar [10] =3D type Memory, range 64, base 0x90000000, size 16777216, e= nabled bar [18] =3D type Prefetchable Memory, range 64, base 0x80000000, size 268435456, enabled bar [20] =3D type I/O Port, range 32, base 0xf000, size 64, enabled cap 01[d0] =3D powerspec 2 supports D0 D3 current D0 cap 05[90] =3D MSI supports 1 message cap 09[b0] =3D vendor (length 7) Intel cap 0 version 1 ahci0@pci0:0:19:0: class=3D0x010601 card=3D0x22a31849 chip=3D0x22a3808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D mass storage subclass =3D SATA bar [20] =3D type I/O Port, range 32, base 0xf060, size 32, enabled bar [24] =3D type Memory, range 32, base 0x91415000, size 2048, enabl= ed cap 05[80] =3D MSI supports 1 message enabled with 1 message cap 01[70] =3D powerspec 3 supports D0 D3 current D0 cap 12[a8] =3D SATA Index-Data Pair xhci0@pci0:0:20:0: class=3D0x0c0330 card=3D0x22b51849 chip=3D0x22b5808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D serial bus subclass =3D USB bar [10] =3D type Memory, range 64, base 0x91400000, size 65536, enab= led cap 01[70] =3D powerspec 2 supports D0 D3 current D0 cap 05[80] =3D MSI supports 8 messages, 64 bit enabled with 1 message none0@pci0:0:26:0: class=3D0x108000 card=3D0x22981849 chip=3D0x2298808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D encrypt/decrypt bar [10] =3D type Memory, range 32, base 0x91100000, size 1048576, en= abled bar [14] =3D type Memory, range 32, base 0x91000000, size 1048576, en= abled cap 01[80] =3D powerspec 3 supports D0 D3 current D0 cap 05[a0] =3D MSI supports 1 message hdac0@pci0:0:27:0: class=3D0x040300 card=3D0x02831849 chip=3D0x2284808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D multimedia subclass =3D HDA bar [10] =3D type Memory, range 64, base 0x91410000, size 16384, enab= led cap 01[50] =3D powerspec 2 supports D0 D3 current D0 cap 05[60] =3D MSI supports 1 message, 64 bit enabled with 1 message pcib1@pci0:0:28:0: class=3D0x060400 card=3D0x22c81849 chip=3D0x22c8808= 6 rev=3D0x21 hdr=3D0x01 vendor =3D 'Intel Corporation' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 2 root port slot max data 128(128) link x1(x= 1) speed 2.5(5.0) ASPM disabled(L0s/L1) cap 05[80] =3D MSI supports 1 message cap 0d[90] =3D PCI Bridge card=3D0x22c81849 cap 01[a0] =3D powerspec 3 supports D0 D3 current D0 ecap 0000[100] =3D unknown 0 ecap 001e[200] =3D unknown 1 pcib2@pci0:0:28:1: class=3D0x060400 card=3D0x22ca1849 chip=3D0x22ca808= 6 rev=3D0x21 hdr=3D0x01 vendor =3D 'Intel Corporation' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 2 root port slot max data 128(128) link x1(x= 1) speed 2.5(5.0) ASPM disabled(L0s/L1) cap 05[80] =3D MSI supports 1 message cap 0d[90] =3D PCI Bridge card=3D0x22ca1849 cap 01[a0] =3D powerspec 3 supports D0 D3 current D0 ecap 0000[100] =3D unknown 0 ecap 001e[200] =3D unknown 1 isab0@pci0:0:31:0: class=3D0x060100 card=3D0x229c1849 chip=3D0x229c808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D bridge subclass =3D PCI-ISA cap 09[e0] =3D vendor (length 12) Intel cap 1 version 0 features: 4 PCI-e x1 slots none1@pci0:0:31:3: class=3D0x0c0500 card=3D0x22921849 chip=3D0x2292808= 6 rev=3D0x21 hdr=3D0x00 vendor =3D 'Intel Corporation' class =3D serial bus subclass =3D SMBus bar [10] =3D type Memory, range 32, base 0x91414000, size 32, enabled bar [20] =3D type I/O Port, range 32, base 0xf040, size 32, enabled cap 01[50] =3D powerspec 3 supports D0 D3 current D0 none2@pci0:1:0:0: class=3D0x028000 card=3D0x882110ec chip=3D0x882110e= c rev=3D0x00 hdr=3D0x00 vendor =3D 'Realtek Semiconductor Co., Ltd.' device =3D 'RTL8821AE 802.11ac PCIe Wireless Network Adapter' class =3D network bar [10] =3D type I/O Port, range 32, base 0xe000, size 256, enabled bar [18] =3D type Memory, range 64, base 0x91300000, size 16384, enab= led cap 01[40] =3D powerspec 3 supports D0 D1 D2 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit cap 10[70] =3D PCI-Express 2 endpoint max data 128(128) RO link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) ecap 0001[100] =3D AER 2 0 fatal 0 non-fatal 1 corrected ecap 0003[140] =3D Serial 1 00e04cfffe872b01 ecap 0018[150] =3D LTR 1 ecap 001e[158] =3D unknown 1 re0@pci0:2:0:0: class=3D0x020000 card=3D0x81681849 chip=3D0x816810ec rev=3D= 0x11 hdr=3D0x00 vendor =3D 'Realtek Semiconductor Co., Ltd.' device =3D 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controll= er' class =3D network subclass =3D ethernet bar [10] =3D type I/O Port, range 32, base 0xd000, size 256, enabled bar [18] =3D type Memory, range 64, base 0x91204000, size 4096, enabl= ed bar [20] =3D type Prefetchable Memory, range 64, base 0x91200000, size 16384, enabled cap 01[40] =3D powerspec 3 supports D0 D1 D2 D3 current D0 cap 05[50] =3D MSI supports 1 message, 64 bit cap 10[70] =3D PCI-Express 2 endpoint IRQ 1 max data 128(128) RO link x= 1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) cap 11[b0] =3D MSI-X supports 4 messages, enabled Table in map 0x20[0x0], PBA in map 0x20[0x800] cap 03[d0] =3D VPD ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 0002[140] =3D VC 1 max VC0 ecap 0003[160] =3D Serial 1 01000000684ce000 ecap 0018[170] =3D LTR 1 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sat Mar 26 12:06:32 2016 Return-Path: Delivered-To: freebsd-net@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 3C0B7ADD1B6 for ; Sat, 26 Mar 2016 12:06:32 +0000 (UTC) (envelope-from midian@ihme.org) Received: from posti.ihme.org (posti.ihme.org [217.112.252.54]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED8851A91 for ; Sat, 26 Mar 2016 12:06:31 +0000 (UTC) (envelope-from midian@ihme.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ihme.org; s=ihme; h=Mime-Version:To:Date:Message-Id:Subject:Content-Transfer-Encoding:Content-Type:From; bh=Y7MJHEzTfIoLn5xd33sUQ4sja7ZobYr0FEHC12TX2LE=; b=W9fiEOhBLa8GXmV9sPtwrRUHCbevN1hFMT4h98f41b3F7em5ndJiimfk2AD3CKXjMkQSzr1rbWIDMDnEGLAyDGKEoZCgNePcEnITzGQYLvbkhs3qVwCGznX5uM2XGUlHNH/XRWP3lNRc4MZKVimQmTp9rgpVyCGDkqWq0G0qrRw=; Received: from dynamic-120-7.keskikaista.fi ([149.154.120.7] helo=[10.0.0.146]) by posti.ihme.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ajmsO-0004ig-Cr for freebsd-net@freebsd.org; Sat, 26 Mar 2016 13:59:32 +0200 From: =?utf-8?Q?Markus_H=C3=A4stbacka?= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Problems with NFSv2 Message-Id: Date: Sat, 26 Mar 2016 13:59:21 +0200 To: freebsd-net@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 12:06:32 -0000 Hello, I updated my home server to 10.3-RELEASE. After the update I cannot boot = a few other machines that have nfsroots on the server. After some = digging around it seems that nfsv2 isn=E2=80=99t working on the server, = and thus the machines (they are raspberry pi:s with raspbian) cannot = mount their rootfs.=20 I upgraded the machine from 10.1-RELEASE-p3, is there something in the = configuration I should change, or anything else I could try? The error I get when trying to mount is: [root@raqqi /]# mount -o mountvers=3D2 10.0.0.1:/nfsroots /mnt/ mount: mount to NFS server '10.0.0.1' failed: RPC Error: Program/version = mismatch. Sorry for the inconvenience if this is the wrong place to ask, could you = please point me to the right mailing list if it=E2=80=99s the case. Thanks in advance, Markus H=C3=A4stbacka=