Re: [PATCH V3 net-next 0/5] ibmvnic: Make driver resources dynamic

2018-02-21 Thread David Miller
From: Nathan Fontenot Date: Mon, 19 Feb 2018 13:29:55 -0600 > The ibmvnic driver needs to be able to handle the number of tx/rx > sub-crqs changing during a reset of the driver. To do this several > changes need to be made. First the num_active_[tx|rx]_pools > counters need to be re-named to num_

[PATCH V3 net-next 0/5] ibmvnic: Make driver resources dynamic

2018-02-19 Thread Nathan Fontenot
The ibmvnic driver needs to be able to handle the number of tx/rx sub-crqs changing during a reset of the driver. To do this several changes need to be made. First the num_active_[tx|rx]_pools counters need to be re-named to num_active_[tc|rx]_scrqs, and updated after resource initialization. With