From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 0/7] i40e: PCI Port Hotplug Changes Date: Sun, 19 Jul 2015 21:39:16 +0200 Message-ID: <2229036.ehv4ZGPV7T@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Iremonger, Bernard" Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 791ADC342 for ; Sun, 19 Jul 2015 23:09:48 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so1629536wic.0 for ; Sun, 19 Jul 2015 14:09:48 -0700 (PDT) In-Reply-To: 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" > > 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 > > Acked-by: Helin Zhang Applied, thanks