> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 24, 2016 3:22 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo <wenzhuo.lu at intel.com>; Richardson, Bruce > <bruce.richardson at intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.guarch at intel.com> > Subject: [dpdk-dev] [PATCH v4 2/3] ethdev: copy device configuration > earlier > > In rte_eth_dev_configure(), device configuration was copied after > requesting the device information, to check the maximum number of RX/TX > queues. Since this number may change depending on the device > configuration, the memcpy of it has to be performed before requesting the > device information. > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>