From owner-freebsd-net@FreeBSD.ORG Wed Nov 30 14:43:05 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA9CE1065678 for ; Wed, 30 Nov 2011 14:43:05 +0000 (UTC) (envelope-from gpm@hotplug.ru) Received: from gate.pikinvest.ru (gate.pikinvest.ru [87.245.155.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6FAA98FC17 for ; Wed, 30 Nov 2011 14:43:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailgate.pik.ru (Postfix) with ESMTP id 0EDAB1C0871; Wed, 30 Nov 2011 18:43:03 +0400 (MSK) Received: from EX21PIK.PICompany.ru (unknown [192.168.156.131]) by mailgate.pik.ru (Postfix) with ESMTP id EB2171C0869; Wed, 30 Nov 2011 18:43:02 +0400 (MSK) Received: from [192.168.148.9] (192.168.148.9) by EX21PIK.PICompany.ru (192.168.156.131) with Microsoft SMTP Server id 14.1.218.12; Wed, 30 Nov 2011 18:41:56 +0400 Message-ID: <4ED64095.2060801@hotplug.ru> Date: Wed, 30 Nov 2011 18:41:25 +0400 From: Emil Muratov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: Darren Baginski References: <528001322406641@web2.yandex.ru> <633291322432891@web82.yandex.ru> <242051322501305@web139.yandex.ru> <4ED5F3D0.2090707@hotplug.ru> <73881322660078@web34.yandex.ru> In-Reply-To: <73881322660078@web34.yandex.ru> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Kevin Oberman Subject: Re: OpenBGPd stability issue on FreebBSD 9-PRERELEASE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 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, 30 Nov 2011 14:43:05 -0000 On 30.11.2011 17:34, Darren Baginski wrote: > So your idea to disable MSI and test? > If it's the same issue, it should disappear but would cost performance loss? > Am I right ? You can try it, result is not guarantied. For me disabling msix doesn't help. Jason Wolfe reported that it helps for him. We have a private discussion with Hooman Fazaeli and Jack Vogel, but the subject is still open. If your case is related to ours feel free to join us :) > 30.11.2011, 13:13, "Emil Muratov": >> On 28.11.2011 21:28, Darren Baginski wrote: >> >>> All RX, not a single packet arrives. >> I have similar problems with em driver. Take a look at this thread for >> more details >> http://www.mail-archive.com/freebsd-net@freebsd.org/msg37897.html >> >>> 28.11.2011, 04:59, "Adrian Chadd": >>>> Hi, >>>> >>>> Are all RX frames dropped at that point, or just the BGP TCP session >>>> related IP frames? >>>> >>>> Adrian