commit | 068d9f90a6978c3e3a662d9e85204a7d6be240d2 | [log] [tgz] |
---|---|---|
author | Thomas Falcon <[email protected]> | Sun Mar 05 12:18:42 2017 -0600 |
committer | David S. Miller <[email protected]> | Tue Mar 07 14:14:30 2017 -0800 |
tree | 55566d7f4bdef6420e737eef4bb8092013591ad1 | |
parent | 142c0ac445792c492579cb01f1cfd4e32e6dfcce [diff] |
ibmvnic: Allocate number of rx/tx buffers agreed on by firmware The amount of TX/RX buffers that the vNIC driver currently allocates is different from the amount agreed upon in negotiation with firmware. Correct that by allocating the requested number of buffers confirmed by firmware. Signed-off-by: Thomas Falcon <[email protected]> Signed-off-by: David S. Miller <[email protected]>