Skip to content

e71c188-atl-9

Latest

Choose a tag to compare

@carlgsmith carlgsmith released this 30 Jun 05:12
vmxnet3: Use better check for buffers not initialised

The previous fix checked for the completion pool being allocated.
However there are other parts of the setup that might not have
been completed yet. Clearing the VMXNET3_STATE_BIT_QUIESCED bit
is the last thing the driver does during setup so it is safer to
check that to determine if everything is ready to go.