Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286689
b: refs/heads/master
c: df505eb
h: refs/heads/master
i:
  286687: c80059e
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Jan 22, 2012
1 parent 6fdbc80 commit 1d42cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf0813bd282f6ded0a5efca3db238287f7a3dbe8
refs/heads/master: df505eb804d5221c3164ebecd1286cb7fc7f49ba
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1786,8 +1786,7 @@ static void be_rx_queues_destroy(struct be_adapter *adapter)
static u32 be_num_rxqs_want(struct be_adapter *adapter)
{
if ((adapter->function_caps & BE_FUNCTION_CAPS_RSS) &&
!sriov_enabled(adapter) && be_physfn(adapter) &&
!be_is_mc(adapter)) {
!sriov_enabled(adapter) && be_physfn(adapter)) {
return 1 + MAX_RSS_QS; /* one default non-RSS queue */
} else {
dev_warn(&adapter->pdev->dev,
Expand Down

0 comments on commit 1d42cc5

Please sign in to comment.