From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Helin" Subject: Re: [PATCH v6 0/7] i40e: PCI Port Hotplug Changes Date: Fri, 10 Jul 2015 20:44:40 +0000 Message-ID: References: <1435932240-26064-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id ACB3AC42E for ; Fri, 10 Jul 2015 22:44:45 +0200 (CEST) In-Reply-To: <1435932240-26064-1-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Iremonger, Bernard > Sent: Friday, July 3, 2015 7:04 AM > To: dev@dpdk.org > Cc: Zhang, Helin; Qiu, Michael; Iremonger, Bernard > Subject: [PATCH v6 0/7] i40e: PCI Port Hotplug Changes >=20 > 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. >=20 > Changes in V5: > Increased timeout in i40evf_wait_cmd_done() Set nb_rx_queues and > nb_tx_queues to 0 in uninit functions. > Rebased to latest i40e code. >=20 > Changes in V4: > added patch 6 to fix segmentation fault reported by Michael Qiu. > Rebase to latest i40e code. >=20 > Changes in V3: > Release rx and tx queues in vf uninit function. > Rebase to use latest i40e code. >=20 > Changes in V2: > Rebase to use drivers/net/i40e directory. >=20 >=20 > 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 i40evf_dev_stop > i40e: check rxq parameter in i40e_reset_rx_queue > i40e: release queue memory in close functions >=20 > drivers/net/i40e/i40e_ethdev.c | 78 > ++++++++++++++++++++++++++++++++++++- > drivers/net/i40e/i40e_ethdev_vf.c | 62 ++++++++++++++++++++++++++--- > drivers/net/i40e/i40e_pf.c | 34 ++++++++++++++++ > drivers/net/i40e/i40e_pf.h | 1 + > drivers/net/i40e/i40e_rxtx.c | 25 ++++++++++++ > drivers/net/i40e/i40e_rxtx.h | 1 + > 6 files changed, 193 insertions(+), 8 deletions(-) >=20 > -- > 1.7.4.1 Acked-by: Helin Zhang