From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: rps_flow_table bug fix Date: Mon, 31 Jan 2011 16:24:28 -0800 (PST) Message-ID: <20110131.162428.232748898.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: therbert@google.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43022 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752920Ab1BAAXx (ORCPT ); Mon, 31 Jan 2011 19:23:53 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Tom Herbert Date: Mon, 31 Jan 2011 16:21:43 -0800 (PST) Tom, please set your email subject correctly. > Subject: [PATCH] net: Check rps_flow_table when RPS map length is 1 > > In get_rps_cpu, add check that the rps_flow_table for the device is > NULL when trying to take fast path when RPS map length is one. > Without this, RFS is effectively disabled if map length is one which > is not correct. > > Signed-off-by: Tom Herbert Applied, thanks.