]> git.baikalelectronics.ru Git - kernel.git/commit
e100: Fix ring parameter change handling regression.
authorDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2010 22:23:30 +0000 (15:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2010 22:23:30 +0000 (15:23 -0700)
commit55c2d2af58fd39d6d5aacefac31cb8780e0bb250
tree16d22011246bcc97a1b191872aa3d2afa354a273
parent794a725d5c313e8676fe2f8c2c2932991a1777fc
e100: Fix ring parameter change handling regression.

When the PCI pool changes were added to fix resume failures:

commit ac495cde63981b97386d586257e721545bc10b11
e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failu

and

commit b9a76b13fcf80804f0cc29898e6fed5dd3ca2316
e100: Fix broken cbs accounting due to missing memset.

This introduced a problem that can happen if the TX ring size
is increased.  We need to size the PCI pool using cbs->max
instead of the default cbs->count value.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e100.c