Re: [PATCH net-next] ibmvnic: Split counters for scrq/pools/napi

2018-02-22 Thread David Miller
From: Nathan Fontenot Date: Wed, 21 Feb 2018 21:33:56 -0600 > The approach of one counter to rule them all when tracking the number > of active sub-crqs, pools, and napi has problems handling some failover > scenarios. This is due to the split in initializing the sub

[PATCH net-next] ibmvnic: Split counters for scrq/pools/napi

2018-02-21 Thread Nathan Fontenot
The approach of one counter to rule them all when tracking the number of active sub-crqs, pools, and napi has problems handling some failover scenarios. This is due to the split in initializing the sub crqs, pools and napi in different places and the placement of updating the active counts. This