commit | f124488e4713dc9afa2028553261b1d399286e68 | [log] [tgz] |
---|---|---|
author | Dmitry Kravkov <dmitry@broadcom.com> | Mon Mar 12 08:53:14 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 12 17:10:50 2012 -0700 |
tree | 391444248c9f57bb5cbc4b73c15faad5ecafc239 | |
parent | 241fb5d2b4205a523a50a85f9c312e1eda8ec53d [diff] |
bnx2x: code doesn't use stats for allocating Rx BDs Previously, allocation used queue statistics directly in its calcualtion. This change causes these calculations to be summed into the statistics, without being affected by them. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>