Author :
jmatthew
Date :
2020-04-20 12:33:03
Hash :57678b05 Message :Increase the completion queue size to prevent overflow. Under reasonably
unlikely circumstances - lots of single-fragment packets being sent, a
significant number of packets being received, while the interrupt handler
was unable to process the completion queue - the completion queue could
overflow, which would result in the interface locking up.
ok dlg@