From owner-freebsd-net@freebsd.org Sun Jul 14 12:57:46 2019 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A517815E1DA5 for ; Sun, 14 Jul 2019 12:57:46 +0000 (UTC) (envelope-from bugzilla-noreply@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 236C86FF3F for ; Sun, 14 Jul 2019 12:57:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D14DB15E1DA2; Sun, 14 Jul 2019 12:57:45 +0000 (UTC) Delivered-To: net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 900AE15E1DA1 for ; Sun, 14 Jul 2019 12:57:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 315CE6FF38 for ; Sun, 14 Jul 2019 12:57:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED8735E0C for ; Sun, 14 Jul 2019 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x6ECvi1P048951 for ; Sun, 14 Jul 2019 12:57:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6ECvivc048950 for net@FreeBSD.org; Sun, 14 Jul 2019 12:57:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 219428] em network driver broken in current Date: Sun, 14 Jul 2019 12:57:36 +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: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arkadiusz.majewski@iptrace.pl X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: 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-Rspamd-Queue-Id: 315CE6FF38 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 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, 14 Jul 2019 12:57:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219428 --- Comment #24 from IPTRACE --- My sysctl.conf file. net.inet.tcp.blackhole=3D2 net.inet.udp.blackhole=3D1 net.inet.icmp.log_redirect=3D1 net.inet.icmp.drop_redirect=3D1 net.inet.ip.random_id=3D1 net.link.tap.up_on_open=3D1 net.inet.tcp.mssdflt=3D1440 net.inet.tcp.nolocaltimewait=3D1 net.inet.ip.check_interface=3D1 net.inet.ip.redirect=3D0 net.inet.tcp.drop_synfin=3D1 net.inet.tcp.msl=3D15000 net.inet.tcp.icmp_may_rst=3D0 net.inet.tcp.path_mtu_discovery=3D0 net.inet6.icmp6.rediraccept=3D0 net.inet6.ip6.redirect=3D0 kern.ipc.maxsockbuf=3D16777216 net.inet.tcp.sendspace=3D1048576 net.inet.tcp.recvspace=3D1048576 net.inet.tcp.sendbuf_max=3D16777216 net.inet.tcp.recvbuf_max=3D16777216 net.inet.tcp.sendbuf_inc=3D524288 net.inet.tcp.recvbuf_inc=3D524288 net.inet.tcp.cc.algorithm=3Dcubic net.inet.tcp.tso=3D0 net.inet.tcp.rexmit_slop=3D50 net.inet.tcp.msl=3D5000 net.inet.tcp.keepinit=3D5000 net.inet.tcp.finwait2_timeout=3D5000 net.inet.tcp.fast_finwait2_recycle=3D1 net.inet.tcp.always_keepalive=3D0 net.route.netisr_maxqlen=3D2048 net.inet.ip.process_options=3D0 net.inet.sctp.blackhole=3D2 net.inet.tcp.abc_l_var=3D44 --=20 You are receiving this mail because: You are the assignee for the bug.=