From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=DPpSoUB5YiaMxV6frTXH9Co5jZg5rNwkUQxBR9zjL7s=; b=gq565gUsGgF4e9W9lzlDMTZ/OE+lpgCe0e6dzxePWHMNqmg0xl8jiFTRXjNIJAH2Fb 5AuzcdjME7pFd6+XClaVRVnlUVlLa8B3a/s451anSrKACfCDSPGA9AlPSbubLYjdMAws 9j+TItEp7Fs1W7YHn/S5LD/QxqG7oQ4vugor3CxNb0Ck+60134W0AWmQGRhUoeX5P/0j hWIkvWJhlavpVrDPusWcZpcH/6KDIWAPO5vR6GqC95Gr5w+TD7qhP5Joa5viz7gKsYPz ZFLSQV/HDeuphr2HYfHPaBAsNxRnNgsVgVoViqNHfqcQ/d/b0DnQJJsSJ084gwoUi+q/ P3aQ== X-Gm-Message-State: ALoCoQlbcOPx+Rz4HLB2QPXeTJpuqFZ0TYVL+sv37Ad2588CQ06iwy9L9pu/+7uceiousZ5k01bc X-Received: by 10.180.198.199 with SMTP id je7mr15365688wic.34.1437340188414; Sun, 19 Jul 2015 14:09:48 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id c11sm8603526wib.1.2015.07.19.14.09.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 14:09:47 -0700 (PDT) From: Thomas Monjalon To: "Iremonger, Bernard" Date: Sun, 19 Jul 2015 21:39:16 +0200 Message-ID: <2229036.ehv4ZGPV7T@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v6 0/7] i40e: PCI Port Hotplug Changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2015 21:09:48 -0000 > > 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