[dpdk-dev] [PATCH v6 0/7] i40e: PCI Port Hotplug Changes

2015-07-19 Thread Thomas Monjalon
> > Bernard Iremonger (7): > > i40e: changes to support PCI Port Hotplug > > i40e: release vmdq vsi's in dev_close > > i40e: increase ASQ_DELAY_MS to 100 and MAX_TRY_TIMES to 20 in > > i40evf_wait_cmd_done() > > i40e: call _clear_cmd() when error occurs > > i40e: clear queues in i40ev

[dpdk-dev] [PATCH v6 0/7] i40e: PCI Port Hotplug Changes

2015-07-10 Thread Zhang, Helin
> -Original Message- > From: Iremonger, Bernard > Sent: Friday, July 3, 2015 7:04 AM > To: dev at dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Iremonger, Bernard > Subject: [PATCH v6 0/7] i40e: PCI Port Hotplug Changes > > Changes in V6: > Rebased to latest code. > Removed release of rx an

[dpdk-dev] [PATCH v6 0/7] i40e: PCI Port Hotplug Changes

2015-07-03 Thread Bernard Iremonger
Changes in V6: Rebased to latest code. Removed release of rx and tx queues from uninit() functions. added patch 7, add function i40e_dev_free_queues() and call from close() functions. Changes in V5: Increased timeout in i40evf_wait_cmd_done() Set nb_rx_queues and nb_tx_queues to 0 in uninit funct