From owner-freebsd-net@FreeBSD.ORG Mon Nov 29 17:54:57 2010 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 7DB19106564A for ; Mon, 29 Nov 2010 17:54:57 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 050B58FC13 for ; Mon, 29 Nov 2010 17:54:56 +0000 (UTC) Received: by wwf26 with SMTP id 26so514387wwf.31 for ; Mon, 29 Nov 2010 09:54:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=TidEnPMSem3U3uYzsHWFKYLD2S1XGEn9j1A44OkHOMM=; b=Kg1tiolIXet4i5HR6MeXzDW6/tISOc8Mm4ccmfB11eJnNmzK78QIwBj1ClJLiOJCb/ zZMPFcRPry42Ot8yK1GwBgn63VDic4zafLN+BoQZXeQB8EVBY0JeL0ODffl6yTyoOBIv P2+twzSgp5HjMfOcKEmPC9vXM4BeDcjOhJN/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rJWdVPxru3pr6hikL1PNmF2pKxsYW5oUAxVjpXoBIUKKoxFOzd3FJlUA5jImJSjd+5 RFEtOojEb0nUcj8J2vtGeWaPYjSJaUTkkpoI14hWoGJv6FnAbIn1Uku8TGW2y3umd+qL XfjegO+48XM+rkN2cWZBLQJ4HqwhdLAXPX+XA= MIME-Version: 1.0 Received: by 10.216.179.210 with SMTP id h60mr1189358wem.42.1291053295905; Mon, 29 Nov 2010 09:54:55 -0800 (PST) Received: by 10.216.2.206 with HTTP; Mon, 29 Nov 2010 09:54:55 -0800 (PST) In-Reply-To: <20101129175128.GA32977@rdtc.ru> References: <201011270946271408828@yahoo.com.cn> <20101128081617.GA90332@zibbi.meraka.csir.co.za> <20101129175128.GA32977@rdtc.ru> Date: Mon, 29 Nov 2010 09:54:55 -0800 Message-ID: From: Jack Vogel To: Eugene Grosbein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net Subject: Re: em(4) updated to version 7.1.8 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: Mon, 29 Nov 2010 17:54:57 -0000 Thanks for reporting that, will see it gets fixed! Jack On Mon, Nov 29, 2010 at 9:51 AM, Eugene Grosbein wrote: > Hi! > > I've just noticed new sysctl named flow_control has wrong description > due to obvious cut-n-paste 'cosmetic' error :-) > > em_add_rx_process_limit(adapter, "rx_processing_limit", > > "max number of rx packets to process", > &adapter->rx_process_limit, > em_rx_process_limit); > > + /* Sysctl for setting the interface flow control */ > + em_set_flow_cntrl(adapter, "flow_control", > > + "max number of rx packets to process", > + &adapter->fc_setting, em_fc_setting); > + > > Eugene Grosbein >