]> git.baikalelectronics.ru Git - kernel.git/commit
ibmvnic: Reset long term map ID counter
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>
Fri, 9 Feb 2018 17:41:09 +0000 (11:41 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Feb 2018 19:20:39 +0000 (14:20 -0500)
commita2b4ffe6439bf5b527332f23251e8fa5c5b79c04
tree05ec5c9be1529f7b919e0ddb50c38160062dca7c
parentcf3397ef9cf399a427860a95b2303fde1c45722c
ibmvnic: Reset long term map ID counter

When allocating RX or TX buffer pools, the driver needs to provide a
unique mapping ID to firmware for each pool. This value is assigned
using a counter which is incremented after a new pool is created. The
ID can be an integer ranging from 1-255. When migrating to a device
that requests a different number of queues, this value was not being
reset properly. As a result, after enough migrations, the counter
exceeded the upper bound and pool creation failed. This is fixed by
resetting the counter to one in this case.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c