2016-07-10 14:15, John Daley: > The check that all Tx and Rx queues were set up was not > adequate when reconfiguring with a different number of > queues. Only the number of completion queues (CQs) was > being used to make the determination, but the CQ array > is shared between the underlying Rx and Tx queues. > > Check that the internal Rx, Tx and CQs are all set up > before completing port configuration. > > Fixes: fefed3d1e62c ("enic: new driver") > > Signed-off-by: John Daley <johndale at cisco.com> > Reviewed-by: Nelson Escobar <neescoba at cisco.com>
Applied, thanks