From owner-freebsd-net@FreeBSD.ORG Tue Mar 18 12:50:20 2014 Return-Path: Delivered-To: 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 D632E3E3 for ; Tue, 18 Mar 2014 12:50:20 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46345C27 for ; Tue, 18 Mar 2014 12:50:19 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.8/8.14.8) with ESMTP id s2ICoI10003863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 18 Mar 2014 16:50:18 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.8/8.14.8/Submit) id s2ICoIHH003862; Tue, 18 Mar 2014 16:50:18 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 18 Mar 2014 16:50:18 +0400 From: Gleb Smirnoff To: Andrew Rybchenko Subject: Re: [PATCH 3/6] sfxge: return error when packet is dropped because of link down Message-ID: <20140318125018.GE1499@FreeBSD.org> References: <53281846.2070308@oktetlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53281846.2070308@oktetlabs.ru> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: net@FreeBSD.org 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: Tue, 18 Mar 2014 12:50:20 -0000 On Tue, Mar 18, 2014 at 01:56:22PM +0400, Andrew Rybchenko wrote: A> sfxge: return error when packet is dropped because of link down A> A> Submitted-by: Boris Misenov A> Sponsored by: Solarflare Communications, Inc. Committed, thanks. -- Totus tuus, Glebius.