From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Hutchings Date: Sat, 10 Mar 2012 23:06:29 +0000 Subject: Re: [patch] e1000e, igbvf: fix default message level Message-Id: <1331420789.3022.100.camel@deadeye> List-Id: References: <20120310084921.GA4647@elgon.mountain> In-Reply-To: <20120310084921.GA4647@elgon.mountain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Jeff Kirsher , Jesse Brandeburg , Bruce Allan , Carolyn Wyborny , Don Skidmore , Greg Rose , Peter P Waskiewicz Jr , Alex Duyck , John Ronciak , "David S. Miller" , e1000-devel@lists.sourceforge.net, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org On Sat, 2012-03-10 at 11:49 +0300, Dan Carpenter wrote: > The intent here was to enable both NETIF_MSG_DRV and NETIF_MSG_PROBE > messages, but in the original code only the NETIF_MSG_DRV bit was set. > > NETIF_MSG_DRV and NETIF_MSG_PROBE are bits 0 and 1, they are not > supposed to be used to do a shift. I think the confusion is because > the msg_enable can also be controlled through ethtool which passes a bit > number that is used to do a bit shift. [...] No, the ethtool interface also uses a mask. However netif_msg_init() is commonly used to initialise the msg_enable mask based on a module parameter that's a bit number. Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked.