From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 23C12B6F19 for ; Mon, 11 Apr 2011 23:11:41 +1000 (EST) Subject: Re: [PATCH] driver/e1000e: Fix default interrupt mode select Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1302503898-22023-1-git-send-email-prabhakar@freescale.com> Date: Mon, 11 Apr 2011 08:11:30 -0500 Message-Id: References: <1302503898-22023-1-git-send-email-prabhakar@freescale.com> To: Prabhakar Kushwaha Cc: meet2prabhu@gmail.com, linuxppc-dev@lists.ozlabs.org, Jin Qing List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Apr 11, 2011, at 1:38 AM, Prabhakar Kushwaha wrote: > From: Prabhakar >=20 > e1000 default interrupt mode is MSI. No matter user select MSI or > disable MSI in kernel config. >=20 > Signed-off-by: Jin Qing > Signed-off-by: Prabhakar Kushwaha > --- > Based upon = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branc= h master) >=20 > drivers/net/e1000e/param.c | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) You should send this to netdev and CC the e1000e Maintainer. - k=