From: Alexander Duyck Date: Thu, 10 Jan 2013 08:57:02 +0000 (+0000) Subject: net: Add functions netif_reset_xps_queue and netif_set_xps_queue X-Git-Tag: v3.9-rc1~139^2~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=537c00de1c9ba9876b91d869e84caceefe2b8bf9;p=pandora-kernel.git net: Add functions netif_reset_xps_queue and netif_set_xps_queue This patch adds two functions, netif_reset_xps_queue and netif_set_xps_queue. The main idea behind these two functions is to provide a mechanism through which drivers can update their defaults in regards to XPS. Currently no such mechanism exists and as a result we cannot use XPS for things such as ATR which would require a basic configuration to start in which the Tx queues are mapped to CPUs via a 1:1 mapping. With this change I am making it possible for drivers such as ixgbe to be able to use the XPS feature by controlling the default configuration. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed