[dpdk-dev] [PATCH] net/enic: fix crash when changing number of Rx or Tx queues

2016-07-15 Thread Thomas Monjalon
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 an

[dpdk-dev] [PATCH] net/enic: fix crash when changing number of Rx or Tx queues

2016-07-10 Thread 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