From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B991AC4D8 for ; Thu, 25 Jun 2015 04:30:01 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 24 Jun 2015 19:30:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,674,1427785200"; d="scan'208";a="734167734" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by fmsmga001.fm.intel.com with ESMTP; 24 Jun 2015 19:30:00 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 25 Jun 2015 10:28:55 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002; Thu, 25 Jun 2015 10:28:54 +0800 From: "Zhang, Helin" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/6] i40e: PCI Port Hotplug Changes Thread-Index: AQHQqrIAx7BV0WRaLkS0ineHaii4Jp28h9gA Date: Thu, 25 Jun 2015 02:28:54 +0000 Message-ID: References: <1434733442-32013-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1434733442-32013-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/6] 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: Thu, 25 Jun 2015 02:30:02 -0000 > -----Original Message----- > From: Iremonger, Bernard > Sent: Saturday, June 20, 2015 1:04 AM > To: dev@dpdk.org > Cc: Zhang, Helin; Iremonger, Bernard > Subject: [PATCH v5 0/6] i40e: PCI Port Hotplug Changes >=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 > Bernard Iremonger (6): > i40e: changes to support PCI Port Hotplug > i40e: release vmdq vsi's in dev_close > i40e: increase ASQ_DELAY_MS to 100 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 >=20 > drivers/net/i40e/i40e_ethdev.c | 88 > ++++++++++++++++++++++++++++++++++++- > drivers/net/i40e/i40e_ethdev_vf.c | 71 > +++++++++++++++++++++++++++--- > drivers/net/i40e/i40e_pf.c | 34 ++++++++++++++ > drivers/net/i40e/i40e_pf.h | 1 + > drivers/net/i40e/i40e_rxtx.c | 5 ++ > 5 files changed, 192 insertions(+), 7 deletions(-) >=20 > -- > 1.7.4.1 Acked-by: Helin Zhang