projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb8738
)
cxgb3: set maximal number of default RSS queues
author
Yuval Mintz
<
[email protected]
>
Sun, 1 Jul 2012 03:18:54 +0000
(
03:18
+0000)
committer
David S. Miller
<
[email protected]
>
Thu, 5 Jul 2012 10:06:44 +0000
(
03:06
-0700)
Signed-off-by: Yuval Mintz <
[email protected]
>
Signed-off-by: Eilon Greenstein <
[email protected]
>
Cc: Divy Le Ray <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
b/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
index abb6ce7c1b7ed2a67ee6b064377698df2efcb9c6..9b0874957df5b4dffc06e2ca22030231d6e346fc 100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
+++ b/
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
@@
-3050,7
+3050,7
@@
static struct pci_error_handlers t3_err_handler = {
static void set_nqsets(struct adapter *adap)
{
int i, j = 0;
- int num_cpus = n
um_online_cpu
s();
+ int num_cpus = n
etif_get_num_default_rss_queue
s();
int hwports = adap->params.nports;
int nqsets = adap->msix_nvectors - 1;