From owner-freebsd-net@FreeBSD.ORG Mon Feb 24 18:20:39 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31F0AA46 for ; Mon, 24 Feb 2014 18:20:39 +0000 (UTC) Received: from mail-la0-x22a.google.com (mail-la0-x22a.google.com [IPv6:2a00:1450:4010:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE8AE1594 for ; Mon, 24 Feb 2014 18:20:38 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id ec20so1893712lab.29 for ; Mon, 24 Feb 2014 10:20:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=nhmntI0D76r9QqkJtWqSzsktrWCWq/QXar3QDXmWg24=; b=Q/LH1lzOeDf+EGbczTf+kYjtukBeomMyrJu6dZkA1CZGfjqEMI3oUutpD7XAfefxA7 soseqeYakB8fyBtqiYnzEVDZz5j1hp6oIEgciEahndbwV6lbjqs7sundVGZscV9KIa2e RU9M8zN8f2W0hpqU/FyZJIn2dS3a8+Oh8/dFQTqMehVqTekLvvPf6QHNbN+roVUrZgUz QjIc8fMD0FqUQtcp/aRqF27RbJhKag70rhfzaNJaFnXlrAgTZZUT6DCocM/NCAJfY9Q7 mD0ufjOCn8O1rVZcY9tlNw7i5i6q1rm+cM5j5n6Cc+e6Q+iS42BI95+pPDywYZ8L3osD paRw== X-Received: by 10.112.139.232 with SMTP id rb8mr12416702lbb.53.1393266035508; Mon, 24 Feb 2014 10:20:35 -0800 (PST) Received: from ahti.pakhom.spb.ru (pakhomg.static.corbina.ru. [89.179.122.17]) by mx.google.com with ESMTPSA id jt7sm14617678lbc.15.2014.02.24.10.20.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Feb 2014 10:20:34 -0800 (PST) Message-ID: <530B8D79.2000506@gmail.com> Date: Mon, 24 Feb 2014 22:20:41 +0400 From: Pakhom Golynga User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: freebsd10 session/packets close/lost on igb Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 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, 24 Feb 2014 18:20:39 -0000 Hello, After updated two hosts to freebsd 10 I have problem with network (driver igb). When uptime of hosts > ~1-1.5 days host's unexpected drop/lost some tcp connections/packets. I try to disable -tso, -rxcsum and -txcsum but problem still the same. I collect tcpdump on client and server side but not yet understood what was happening today. What are recommendation for debug this issue? Thanks