From owner-freebsd-net@FreeBSD.ORG Fri Jan 23 14:27:40 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 800B3440 for ; Fri, 23 Jan 2015 14:27:40 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (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 F3CA8C41 for ; Fri, 23 Jan 2015 14:27:39 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id hs14so1211286lab.9 for ; Fri, 23 Jan 2015 06:27:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=Z8LyWWS3rW5heIWLIdWQHvElL2WY7yrD/6WmTgJxJr0=; b=qgXacY8PsFtgN9M6gjcrsEJ3MNDxbmLeID00J8kD9lAvgz/ViClNMadNp2Jd6BQ/TO HeiP2Q013lvFz4DJZhHjpGWQmWV8+Bp2X6loPV/NtukcOYNoFz7apLP0UJAS8TtDP7Kq rq4ZCSHnpIHpQdHQZZCkDGVSZI+nxvTXir2pGxCNlrQ82zmHVgd9mwNtenZvor+YupwV uL3tm/53DQmjL3ec+ZBzU8X8EzBzLqrExSywa75BFWPdme1YALGpVKPIWbjp/zCpuYvU Y5xyAHd7tefkZhaxIZSqNWDNA0M5uvV/AAt6vBq8kz/A08NwCS/ffdh752vZYd5ELDJ7 4MlA== X-Received: by 10.112.43.66 with SMTP id u2mr7675712lbl.35.1422023258046; Fri, 23 Jan 2015 06:27:38 -0800 (PST) Received: from ?IPv6:2a02:6b8::408:d925:d61d:c40f:503? ([2a02:6b8:0:408:d925:d61d:c40f:503]) by mx.google.com with ESMTPSA id qr10sm483870lbb.30.2015.01.23.06.27.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 23 Jan 2015 06:27:36 -0800 (PST) From: Dmitry Sivachenko Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: network locks up with udp traffic Message-Id: <5B08402C-67A7-49E7-ADF8-390C94DCF1D7@gmail.com> Date: Fri, 23 Jan 2015 17:27:33 +0300 To: freebsd-net@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Jan 2015 14:27:40 -0000 Hello! I am using FreeBSD-10/stable. We have a program at work that transmits = data via UDP. When I run several instances of this program simultaneously, after a few = seconds network stops working. If I login from console, I see some network daemons like ntpd, snmpd are = in "*udp" state. If I try to deal with network interface (ifconfig igb0 for instance), = ifconfig utility stuck in "L" state (Marks a process that is waiting to = acquire a lock.). I found the only way to fix that: reboot. What can be the cause for such a behaviour? Thanks.=