[dpdk-dev] [PATCH 1/2] net/enic: fix crash on MTU update or rxq reconfigure

2016-10-19 Thread Bruce Richardson
On Wed, Oct 12, 2016 at 02:12:02PM -0700, John Daley wrote: > The incorrect completion queue corresponding to an RQ would be > freed if multiple Rx queues are in use and the MTU is changed, > or an Rx queue is released. This could lead to a segmentation fault > when the device is disabled or even

[dpdk-dev] [PATCH 1/2] net/enic: fix crash on MTU update or rxq reconfigure

2016-10-12 Thread John Daley
The incorrect completion queue corresponding to an RQ would be freed if multiple Rx queues are in use and the MTU is changed, or an Rx queue is released. This could lead to a segmentation fault when the device is disabled or even in the Rx or Tx paths. The index of the completion queue