From owner-svn-src-all@freebsd.org Thu May 24 15:31:09 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36FBEF5077; Thu, 24 May 2018 15:31:08 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E99472CFC; Thu, 24 May 2018 15:31:08 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.3] (c-73-216-227-39.hsd1.va.comcast.net [73.216.227.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 397D22700226; Thu, 24 May 2018 11:31:02 -0400 (EDT) DMARC-Filter: OpenDMARC Filter v1.3.1 duke.cs.duke.edu 397D22700226 Authentication-Results: duke.cs.duke.edu; dmarc=none header.from=cs.duke.edu DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail0816; t=1527175862; bh=eg9GExN06IlIHd4Ok5qsCAuosLykBhsHB2KuX9jjpcU=; h=Subject:To:From:Date:From; b=Iss4c4nHKj12KsR5o3WSCyEgY20Gk8bxXZZIpywgmAiiNGP4W93XfwYx8hezeMvWl Osm6Jri70SbKb+7s1HpKVWQ4jZB3pGC4fe7yUMeqljBpi6fO/anc2opf7+ebZZZsLi M5aR4Bgl/KfY5NW6oYxKTRz+uYnfAn/ucPN3Ytq0/pRrJfs3224FFg5HqfDhBZBy/5 crsmVmTlWV2DTLPtpcVsRIW8uPALItT04l6w/4/J3BULe+ChvyFTMMcr5pdUNLWJcN +0cliIVMnKzsb3oMDQy4r9kaPf19vXgU6YZVVC8iv/Nk5dlfKiJzX67U5SRvGeFLb3 6VQcVHBed7UVA== Subject: Re: svn commit: r334143 - head/sys/dev/cxgbe To: Navdeep Parhar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201805241018.w4OAIEgO076752@repo.freebsd.org> From: Andrew Gallatin Message-ID: Date: Thu, 24 May 2018 11:31:00 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <201805241018.w4OAIEgO076752@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 15:31:09 -0000 On 05/24/18 06:18, Navdeep Parhar wrote: > Log: > cxgbe(4): Data path for rate-limited tx. > > This is hardware support for the SO_MAX_PACING_RATE sockopt (see > setsockopt(2)), which is available in kernels built with "options > RATELIMIT". > > Relnotes: Yes > Sponsored by: Chelsio Communications Hurray! Thanks so much for supporting this! Drew