From owner-svn-src-all@FreeBSD.ORG Wed Apr 22 19:36:06 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 728FCDC7; Wed, 22 Apr 2015 19:36:06 +0000 (UTC) Received: from mail.strugglingcoder.info (strugglingcoder.info [65.19.130.35]) (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 5EBA51BCF; Wed, 22 Apr 2015 19:36:05 +0000 (UTC) Received: from localhost (unknown [10.1.1.3]) (Authenticated sender: hiren@strugglingcoder.info) by mail.strugglingcoder.info (Postfix) with ESMTPSA id D24D410DD87; Wed, 22 Apr 2015 12:36:04 -0700 (PDT) Date: Wed, 22 Apr 2015 12:36:04 -0700 From: Hiren Panchasara To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r281838 - head/sys/dev/e1000 Message-ID: <20150422193604.GF28632@strugglingcoder.info> References: <201504212024.t3LKOG3N073010@svn.freebsd.org> <20150421220550.GA28632@strugglingcoder.info> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DEueqSqTbz/jWVG1" Content-Disposition: inline In-Reply-To: <20150421220550.GA28632@strugglingcoder.info> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 22 Apr 2015 19:36:06 -0000 --DEueqSqTbz/jWVG1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 04/21/15 at 03:05P, Hiren Panchasara wrote: > On 04/21/15 at 08:24P, Hiren Panchasara wrote: > > Author: hiren > > Date: Tue Apr 21 20:24:15 2015 > > New Revision: 281838 > > URL: https://svnweb.freebsd.org/changeset/base/281838 > >=20 > > Log: > > For igb(4), when we are doing multiqueue, we are all setup to have fu= ll 32bit > > RSS hash from the card. We do not need to hide that under "ifdef RSS"= and should > > expose that by default so others like lagg(4) can use that and avoid = hashing the > > traffic by themselves. > > While here, improve comments and get rid of hidden/unimplemented RSS = support > > code for UDP. > > =20 > > Differential Revision: https://reviews.freebsd.org/D2296 > > Reviewed by: jfv, erj > > Discussed with: adrian > > Sponsored by: Limelight Networks > >=20 > > Modified: > > head/sys/dev/e1000/if_igb.c >=20 > I intend to MFC this in a week or so. But for that, I'd have to first > MFC a part of https://svnweb.freebsd.org/base?view=3Drevision&revision=3D= 268028 > which sets rss hash types. Apparently another missing MFC is r275358. I'll work on them. Cheers, Hiren --DEueqSqTbz/jWVG1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQF8BAEBCgBmBQJVN/gkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNEUyMEZBMUQ4Nzg4RjNGMTdFNjZGMDI4 QjkyNTBFMTU2M0VERkU1AAoJEIuSUOFWPt/l32MH/jrWPSjFWU4IsU4v/Zw17hNY DO4GfhIEa6SotLBo9sSvJRZFYa/eU31AnwO6KTEV0LE1bfQ4vnPM5gMgZjP23/lF Z7M7EfNmEIQriuSnMfESQzPHMVidMiZBPTmEHhMHf33kcxq+vcrAz+z32LMpgmPZ c6NoSTkaf8YEyYppOhQEHX58XooEyHnNNuFK+Jm/w+3KDxaccOXbKZ6vPFIW09m6 ZwfjJPGabmMBi8bvmMf9bY/g4HIU1x4Xe0G9hnMOksrdsGhh8WBwIeH17mfBAfhg 1yngHJw9qtBBtvHCUwzDm1xCO8LMh0IrWCqqmwZlMbKCA1trP6qABgrpQBLySyI= =PXBC -----END PGP SIGNATURE----- --DEueqSqTbz/jWVG1--