From owner-freebsd-net@freebsd.org Sun Oct 30 05:31:02 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 E7018C26292 for ; Sun, 30 Oct 2016 05:31:02 +0000 (UTC) (envelope-from aalejandro@alliedtechnologygrouppr.com) Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::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 9C47430A for ; Sun, 30 Oct 2016 05:31:02 +0000 (UTC) (envelope-from aalejandro@alliedtechnologygrouppr.com) Received: by mail-qk0-x235.google.com with SMTP id v138so39949165qka.0 for ; Sat, 29 Oct 2016 22:31:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtechnologygrouppr-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=xTSzxc+POn2z27idu4dNoOCuS5REHDZuu2YwNwVeW5w=; b=rlGtu3QILwizye1e+BpqqW14evrUsdf8UFhiK8Yuxe7Hx/93Z0h1R+DUumf7u4yaFA R4bTc4Lp9zZuG4ec6PWMAQEZ95GOVG4XJuMUucngkzZibT8scSUroBJqvtifztEa7MCS DVnfhbUosfQRajbEdwliH+NZrKGIexqTl5FWB6Dvxg67XiI5ugtlfMJVtLVrL3Qxsx8Z 1IKPM9BP9DzdY8evsLP+92kVfNoGURdYp1PKoc2VhzbqcambpgYplQDCCg0eVJxfI+4+ SWzOhO4r/gGkZM51J0ITuafMLzplDWur7QDiujhh+LGh6Wt76JWi8bxXT2aQmtS6o3r4 sDAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xTSzxc+POn2z27idu4dNoOCuS5REHDZuu2YwNwVeW5w=; b=S/LElONy6AwDdm6D0V2FBtUhz84iqBa9/fhbBBBWfcnuZPYSeOn7KHQ/JlV8YYyzuA /gAjM1fEZXAuJlt0VUJVXLObrjKUZBUu19YLlLmELYBDFdfgRmElX3eZVzsNyd5RHMdA vcZcpyTNrslpGndFadd/+fltpBV+Bu2xXMwQVHK72Z6QwvU6ULveb34WNsAqrqQqOYZE fWAGiLsNjYMcZMjXnGTRBqJnz5LagyOEmobAY7zO0+RfJYIVzOULDanzOGiBp0qoR0Mu q0TO4aO2FU1IiHTzMm6n8RGpH3jHakYBg0Md0xBnsT88gvBjJof4ndBqTjxhnSIq5WLm /R5Q== X-Gm-Message-State: ABUngveikcZUIh/nmWYkZ8R0KsdNgDFmyUgjUUBhDogMLl8bc02YdDBpLv127sZdUknPREIquQ7oz7huCdtIGQ== X-Received: by 10.55.23.65 with SMTP id i62mr16807731qkh.238.1477805461515; Sat, 29 Oct 2016 22:31:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.127.132 with HTTP; Sat, 29 Oct 2016 22:31:01 -0700 (PDT) X-Originating-IP: [70.45.203.114] From: Abel Alejandro Date: Sun, 30 Oct 2016 01:31:01 -0400 Message-ID: Subject: Wrong ifSpeed using bsnmpd for LAGG with VLAN interfaces To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 30 Oct 2016 05:31:03 -0000 Hello, I am using FreeBSD 10.3 with bsnmpd and the ucd port. It seems bsnmpd is correctly sending ifSpeed for lagg0 but all vlan interfaces under it are wrongly identified as 10Mb/s instead of 2Gbps. Is there anyway to fix this? root@nms:~# snmpwalk -c XXXX -v 2c 10.247.162.131 ifName IF-MIB::ifName.1 = STRING: igb0 IF-MIB::ifName.2 = STRING: igb1 IF-MIB::ifName.3 = STRING: cxl0 IF-MIB::ifName.4 = STRING: cxl1 IF-MIB::ifName.5 = STRING: igb2 IF-MIB::ifName.6 = STRING: igb3 IF-MIB::ifName.7 = STRING: igb4 IF-MIB::ifName.8 = STRING: igb5 IF-MIB::ifName.9 = STRING: lo0 IF-MIB::ifName.10 = STRING: lo1 IF-MIB::ifName.11 = STRING: lagg0 IF-MIB::ifName.12 = STRING: lagg0.12 IF-MIB::ifName.13 = STRING: lagg0.21 IF-MIB::ifName.14 = STRING: lagg0.22 IF-MIB::ifName.15 = STRING: lagg0.29 IF-MIB::ifName.16 = STRING: lagg0.1210 IF-MIB::ifName.17 = STRING: lagg0.3144 root@nms:~# snmpwalk -c XXXX -v 2c 10.247.162.131 ifSpeed IF-MIB::ifSpeed.1 = Gauge32: 10000000 IF-MIB::ifSpeed.2 = Gauge32: 10000000 IF-MIB::ifSpeed.3 = Gauge32: 1410065408 IF-MIB::ifSpeed.4 = Gauge32: 1410065408 IF-MIB::ifSpeed.5 = Gauge32: 1000000000 IF-MIB::ifSpeed.6 = Gauge32: 10000000 IF-MIB::ifSpeed.7 = Gauge32: 10000000 IF-MIB::ifSpeed.8 = Gauge32: 10000000 IF-MIB::ifSpeed.9 = Gauge32: 0 IF-MIB::ifSpeed.10 = Gauge32: 0 IF-MIB::ifSpeed.11 = Gauge32: 2820130816 IF-MIB::ifSpeed.12 = Gauge32: 10000000 IF-MIB::ifSpeed.13 = Gauge32: 10000000 IF-MIB::ifSpeed.14 = Gauge32: 10000000 IF-MIB::ifSpeed.15 = Gauge32: 10000000 IF-MIB::ifSpeed.16 = Gauge32: 10000000 IF-MIB::ifSpeed.17 = Gauge32: 10000000 root@nms:~# -- Abel Alejandro 787 586 8313 | 787 705 0555 400 Calle Calaf 477 San Juan, PR 00918 aalejandro@alliedtechnologygrouppr.com From owner-freebsd-net@freebsd.org Sun Oct 30 09:19: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 63AEDC250F1 for ; Sun, 30 Oct 2016 09:19: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 52C6410A for ; Sun, 30 Oct 2016 09:19: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 u9U9J9ex013223 for ; Sun, 30 Oct 2016 09:19:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213751] bfe(4) link state goes down und up when big transfers start over socket to geom volume or ZFS pool Date: Sun, 30 Oct 2016 09:19:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 1983-01-06@gmx.net 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: 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.23 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, 30 Oct 2016 09:19:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213751 Michael Osipov <1983-01-06@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|bfe(4) link state goes down |bfe(4) link state goes down |und up when big transfers |und up when big transfers |start over socket to geom |start over socket to geom |volume |volume or ZFS pool --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sun Oct 30 09:19: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 C282BC25155 for ; Sun, 30 Oct 2016 09:19: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 B1DDA1C4 for ; Sun, 30 Oct 2016 09:19: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 u9U9JmnB039348 for ; Sun, 30 Oct 2016 09:19:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213751] bfe(4) link state goes down und up when big transfers start over socket to geom volume or ZFS pool Date: Sun, 30 Oct 2016 09:19:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: 1983-01-06@gmx.net 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.23 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, 30 Oct 2016 09:19:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213751 --- Comment #1 from Michael Osipov <1983-01-06@gmx.net> --- I have created a RAIDZ pool from these three drives. Same result with the driver, link state goes down and up... --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sun Oct 30 21:00:28 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 792CEC2717D for ; Sun, 30 Oct 2016 21:00:28 +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 702E7136E for ; Sun, 30 Oct 2016 21:00:28 +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 u9UL01pR070189 for ; Sun, 30 Oct 2016 21:00:28 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201610302100.u9UL01pR070189@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, 30 Oct 2016 21:00:28 +0000 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 30 Oct 2016 21:00:28 -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 | 203422 | mpd/ppoe not working with re(4) with revision 285 In Progress | 206581 | bxe_ioctl_nvram handler is faulty 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] "panic: sbdrop" and "panic: sbsndptr: soc Open | 193452 | Dell PowerEdge 210 II -- Kernel panic bce (broadc 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 | 206544 | sendmsg(2) (sendto(2) too?) can fail with EINVAL; Open | 211031 | [panic] in ng_uncallout when argument is NULL Open | 211962 | bxe driver queue soft hangs and flooding tx_soft_ Open | 212018 | Enable IPSEC_NAT_T in GENERIC kernel configuratio 14 problems total for which you should take action. From owner-freebsd-net@freebsd.org Mon Oct 31 00:03:43 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 8DCFDC252C6 for ; Mon, 31 Oct 2016 00:03:43 +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 7D83D1DB1 for ; Mon, 31 Oct 2016 00:03:43 +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 u9V03hcJ079692 for ; Mon, 31 Oct 2016 00:03:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213845] [PATCH] bxe(4) boots with no capabilities enabled Date: Mon, 31 Oct 2016 00:03:43 +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: 11.0-STABLE X-Bugzilla-Keywords: patch 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.23 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, 31 Oct 2016 00:03:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213845 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 Mon Oct 31 16:54: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 7C34FC2816E for ; Mon, 31 Oct 2016 16:54: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 6AE9A107D for ; Mon, 31 Oct 2016 16:54: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 u9VGs4SU067191 for ; Mon, 31 Oct 2016 16:54:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 140647] [em] [patch] e1000 driver does not correctly handle multicast promiscuous mode with 128 or more multicast addresses Date: Mon, 31 Oct 2016 16:54: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: 9.0-CURRENT X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sbruno@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.23 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, 31 Oct 2016 16:54:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140647 --- Comment #6 from Sean Bruno --- I'll take this for review/test. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Tue Nov 1 03:05:19 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 00D75C29E94 for ; Tue, 1 Nov 2016 03:05:19 +0000 (UTC) (envelope-from c_norman@metalurgicos.org.br) Received: from correio.sindmetsp.org.br (gateway.sindmetsp.org.br [189.2.48.243]) (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 BA2741516 for ; Tue, 1 Nov 2016 03:05:17 +0000 (UTC) (envelope-from c_norman@metalurgicos.org.br) Received: from gateway.sindmetsp.org.br (unknown [111.92.97.8]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by correio.sindmetsp.org.br (Postfix) with ESMTPSA id 6C424E69D7 for ; Tue, 1 Nov 2016 00:59:56 -0200 (BRST) From: "Christy Perez" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: hi freebsd Message-Id: Date: Tue, 1 Nov 2016 02:59:00 +0000 To: "freebsd net" X-Mailer: iPhone Mail (10A525) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Nov 2016 03:05:19 -0000 Good afternoon freebsd http://543paperwork.com/China.php?bear=3Ddt1faw8sz10p8 Christy From owner-freebsd-net@freebsd.org Tue Nov 1 22:41: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 31318C2ACB2 for ; Tue, 1 Nov 2016 22:41: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 B4F6C1814 for ; Tue, 1 Nov 2016 22:41: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 uA1Mf51J030355 for ; Tue, 1 Nov 2016 22:41:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213232] [tcp] [panic] tcp_output() Panic String: tcp_output: len > IP_MAXPACKET on -head and stable/11 Date: Tue, 01 Nov 2016 22:41: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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me 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.23 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, 01 Nov 2016 22:41:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213232 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: hiren Date: Tue Nov 1 22:40:25 UTC 2016 New revision: 308184 URL: https://svnweb.freebsd.org/changeset/base/308184 Log: MFC r307545 Make sure tcp_mss() has the same check as tcp_mss_update() to have t_maxs= eg set to at least 64. This is still just a coverup to avoid kernel panic and not an actual fix. PR: 213232 Sponsored by: Limelight Networks Changes: _U stable/11/ stable/11/sys/netinet/tcp_input.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Thu Nov 3 20:30: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 6B90AC13CC0 for ; Thu, 3 Nov 2016 20:30: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 5B1501768 for ; Thu, 3 Nov 2016 20:30: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 uA3KU8pw082082 for ; Thu, 3 Nov 2016 20:30:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 214171] [tcp] Out-of-order transmission severely degrades performance Date: Thu, 03 Nov 2016 20:30:09 +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-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hiren@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 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.23 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, 03 Nov 2016 20:30:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214171 Hiren Panchasara changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hiren@FreeBSD.org Assignee|freebsd-bugs@FreeBSD.org |freebsd-net@FreeBSD.org --- Comment #1 from Hiren Panchasara --- Yes, you are right. We don't do well with loss in general and ooo packets in particular. We are trying to fix a bunch of issues around that right now. Would it be possible to you to test -CURRENT? That should work a little bet= ter. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Thu Nov 3 21:51: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 43750C2E60F for ; Thu, 3 Nov 2016 21:51: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 2F4C5122F for ; Thu, 3 Nov 2016 21:51: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 uA3Lpsnp097164 for ; Thu, 3 Nov 2016 21:51:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 214171] [tcp] Out-of-order transmission severely degrades performance Date: Thu, 03 Nov 2016 21:51:55 +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-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: noah.bergbauer@tum.de 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.23 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, 03 Nov 2016 21:51:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214171 --- Comment #2 from noah.bergbauer@tum.de --- (In reply to Hiren Panchasara from comment #1) >Would it be possible to you to test -CURRENT? That should work a little be= tter. I grabbed the latest snapshot (FreeBSD 12.0-CURRENT #0 r308137: Mon Oct 31 19:21:13 UTC 2016 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/sys/GEN= ERIC amd64) and did not see any significant improvements. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Thu Nov 3 22:01:43 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 D2A1FC2E873 for ; Thu, 3 Nov 2016 22:01:43 +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 C260B1669 for ; Thu, 3 Nov 2016 22:01:43 +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 uA3M1hqb039738 for ; Thu, 3 Nov 2016 22:01:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 214171] [tcp] Out-of-order transmission severely degrades performance Date: Thu, 03 Nov 2016 22:01:43 +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-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: hiren@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.23 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, 03 Nov 2016 22:01:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214171 --- Comment #3 from Hiren Panchasara --- (In reply to noah.bergbauer from comment #2) You'd also want to get r308180 so probably try next snapshot. But let me clarify a few things. We don't currently have a way to detect reordering and thus react to it in sensible way. So that's something we'd h= ave to deal with at least for next few months. The fixes I mentioned should help the case where previously we were going down to 1MSS on any loss, thus slow= ing down all the way to reacting a little better. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Fri Nov 4 03:35: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 B35A3C2B3D4 for ; Fri, 4 Nov 2016 03:35:32 +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 A2FA91A98 for ; Fri, 4 Nov 2016 03:35:32 +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 uA43ZVj9073214 for ; Fri, 4 Nov 2016 03:35:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 214169] Kernel panic using IPv6 and TCP-SIGNATURE (IPSEC) Date: Fri, 04 Nov 2016 03:35:31 +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: 11.0-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: 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.23 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, 04 Nov 2016 03:35:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214169 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC|freebsd-amd64@FreeBSD.org | 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 Sat Nov 5 16:18: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 F0E21AF7602 for ; Sat, 5 Nov 2016 16:18: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 DCDEF845 for ; Sat, 5 Nov 2016 16:18: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 uA5GI3OS042709 for ; Sat, 5 Nov 2016 16:18:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213845] [PATCH] bxe(4) boots with no capabilities enabled Date: Sat, 05 Nov 2016 16:18: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: 11.0-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some 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.23 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, 05 Nov 2016 16:18:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213845 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Sat Nov 5 16:17:08 UTC 2016 New revision: 308343 URL: https://svnweb.freebsd.org/changeset/base/308343 Log: r266979 missed a call to enable capabilities of the hw leading to an inability to enable features of the device. PR: 213845 Submitted by: pherman@frenchfries.net MFC after: 1 week Changes: head/sys/dev/bxe/bxe.c --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sat Nov 5 16:20:02 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 16889AF77C7 for ; Sat, 5 Nov 2016 16:20:02 +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 05AB897B for ; Sat, 5 Nov 2016 16:20:02 +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 uA5GK1L2045203 for ; Sat, 5 Nov 2016 16:20:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213845] [PATCH] bxe(4) boots with no capabilities enabled Date: Sat, 05 Nov 2016 16:20:01 +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: 11.0-STABLE X-Bugzilla-Keywords: patch 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: sbruno@FreeBSD.org X-Bugzilla-Flags: mfc-stable9? mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: assigned_to cc flagtypes.name 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.23 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, 05 Nov 2016 16:20:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213845 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-net@FreeBSD.org |sbruno@FreeBSD.org CC| |sbruno@FreeBSD.org Flags| |mfc-stable9?, | |mfc-stable10?, | |mfc-stable11? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-net@freebsd.org Sat Nov 5 17:05: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 5B5EBAF76FF for ; Sat, 5 Nov 2016 17:05: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 41A7713C for ; Sat, 5 Nov 2016 17:05: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 uA5H5PnF085285 for ; Sat, 5 Nov 2016 17:05:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 213257] Crash in IGB driver with ALTQ Date: Sat, 05 Nov 2016 17:05: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-STABLE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.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: 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.23 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, 05 Nov 2016 17:05:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213257 John W. O'Brien changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |john@saltant.com --- Comment #8 from John W. O'Brien --- I believe I have been experiencing this too. Didn't happen at r301164. Does happen as of r306933. Here are examples of two recent traces from 10.3-STABLE r308209 with ALTQ enabled. #0 doadump (textdump=3D) at pcpu.h:219 #1 0xffffffff809939b2 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0xffffffff80993d95 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0xffffffff80993c23 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0xffffffff80a10cb3 in sbcut_internal (sb=3D, len=3D) at /usr/src/sys/kern/uipc_sockbuf.c:886 #5 0xffffffff80b52a71 in tcp_do_segment (m=3D, th=3D, so=3D, tp=3D, drop_hdrlen=3D, tlen= =3D0, iptos=3D, ti_locked=3D) at /usr/src/sys/netinet/tcp_input.c:2838 #6 0xffffffff80b50897 in tcp_input (m=3D, off0=3D) at /usr/src/sys/netinet/tcp_input.c:1414 #7 0xffffffff80adee4b in ip_input (m=3D0xfffff800460cf400) at /usr/src/sys/netinet/ip_input.c:733 #8 0xffffffff80a761b2 in netisr_dispatch_src (proto=3D, source=3D, m=3D0x0) at /usr/src/sys/net/netisr.c:9= 76 #9 0xffffffff80a6c036 in ether_demux (ifp=3D, m=3D0xfffff800460cf400) at /usr/src/sys/net/if_ethersubr.c:851 #10 0xffffffff80a6ccde in ether_nh_input (m=3D) at /usr/src/sys/net/if_ethersubr.c:646 #11 0xffffffff80a761b2 in netisr_dispatch_src (proto=3D, source=3D, m=3D0x0) at /usr/src/sys/net/netisr.c:9= 76 #12 0xffffffff805101b9 in igb_rxeof (count=3D98) at /usr/src/sys/dev/e1000/if_igb.c:4790 #13 0xffffffff80510803 in igb_msix_que (arg=3D0xfffff8000996f400) at /usr/src/sys/dev/e1000/if_igb.c:1597 #14 0xffffffff8095f30b in intr_event_execute_handlers ( p=3D, ie=3D0xfffff80009979d00) at /usr/src/sys/kern/kern_intr.c:1264 #15 0xffffffff8095f756 in ithread_loop (arg=3D0xfffff800099982a0) at /usr/src/sys/kern/kern_intr.c:1277 #16 0xffffffff8095ce3a in fork_exit ( callout=3D0xffffffff8095f6c0 , arg=3D0xfffff800099982a0, frame=3D0xfffffe0000340ac0) at /usr/src/sys/kern/kern_fork.c:1030 #17 0xffffffff80ddda3e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:613 #18 0x0000000000000000 in ?? () #0 doadump (textdump=3D) at pcpu.h:219 #1 0xffffffff809939b2 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:486 #2 0xffffffff80993d95 in vpanic (fmt=3D, ap=3D) at /usr/src/sys/kern/kern_shutdown.c:889 #3 0xffffffff80993c23 in panic (fmt=3D0x0) at /usr/src/sys/kern/kern_shutdown.c:818 #4 0xffffffff80df7b7b in trap_fatal (frame=3D, eva=3D) at /usr/src/sys/amd64/amd64/trap.c:858 #5 0xffffffff80df77ef in trap (frame=3D) at /usr/src/sys/amd64/amd64/trap.c:203 #6 0xffffffff80ddd4fc in calltrap () at /usr/src/sys/amd64/amd64/exception.S:238 #7 0xffffffff80a0cfcf in m_tag_delete_chain (m=3D0xfffff80059071600, t=3D) at /usr/src/sys/kern/uipc_mbuf2.c:353 #8 0xffffffff80c6c07e in uma_zfree_arg (zone=3D0xfffff800073fe000, item=3D0xfffff80059071600, udata=3D0x0) at /usr/src/sys/vm/uma_core.c:2= 693 #9 0xffffffff80a08cd3 in m_freem (mb=3D) at uma.h:364 #10 0xffffffff80a6c047 in ether_demux (ifp=3D, m=3D0xfffff80059071600) at /usr/src/sys/net/if_ethersubr.c:871 #11 0xffffffff80a6ccde in ether_nh_input (m=3D) at /usr/src/sys/net/if_ethersubr.c:646 #12 0xffffffff80a761b2 in netisr_dispatch_src (proto=3D, source=3D, m=3D0x206c6562616c2e65) at /usr/src/sys/net/netisr.c:976 #13 0xffffffff805101b9 in igb_rxeof (count=3D98) at /usr/src/sys/dev/e1000/if_igb.c:4790 #14 0xffffffff80510803 in igb_msix_que (arg=3D0xfffff8000996f670) at /usr/src/sys/dev/e1000/if_igb.c:1597 #15 0xffffffff8095f30b in intr_event_execute_handlers ( p=3D, ie=3D0xfffff80009979700) at /usr/src/sys/kern/kern_intr.c:1264 #16 0xffffffff8095f756 in ithread_loop (arg=3D0xfffff800099981e0) at /usr/src/sys/kern/kern_intr.c:1277 #17 0xffffffff8095ce3a in fork_exit ( callout=3D0xffffffff8095f6c0 , arg=3D0xfffff800099981e0, frame=3D0xfffffe000037cac0) at /usr/src/sys/kern/kern_fork.c:1030 #18 0xffffffff80ddda3e in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:613 #19 0x0000000000000000 in ?? () Let me know how else I can help isolate the issue. --=20 You are receiving this mail because: You are the assignee for the bug.=