From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BECA91B2A4; Wed, 8 Nov 2017 21:32:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EBAE020FDD; Wed, 8 Nov 2017 15:32:38 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 08 Nov 2017 15:32:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=JHEldcphIYaeNwbRPPai8wbeah XwlqM2LgJxQQGAKQo=; b=CbIrCo4xnIMHd9USK6UnsWEvTPcXXOclC/hKEVJRoC IJwl1HR9FPwj0fMvmBuK1EPsw/G7VYBeDnSWrAgrwyYRGzQJY3TNpEcREY0BwSwu CsTrVoG6WKeAbQTUZ0oP+2lBLtZdTpHFHOVt9Sko74GgpuhJTY7ArG1urAiyScdQ U= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=JHEldc phIYaeNwbRPPai8wbeahXwlqM2LgJxQQGAKQo=; b=SNYyHXReLZyFjv7wB0u+Rr jEtXIqR6KveTeytEOLNsuVtbxBq3Zi5gdCy8mfgf47RGp01h8N3CDl/PyNQ7naFE NMxcKRyKaEzSSk/c6YZq7bAbfGgyBfT6NT4WhWBlCcyvMyeVKwxHO3G3/hvVuzc+ c3me2U845QzxWeNVBi/5VNGEWQSjV30w3G8VwRea/whrJQat0jcK12a7b9hxokkE X3GFUscblaTRPoohbveF0jhuPHqBRO0uutSkf2AX8/dpN5+UxA1O/9EFeFxZoI3K azgt3C5mR0PLoM2//PBNURUFacRj03e9L/9YovgPGDTlFYNIBIovU76HJx7Q1GwQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A138B7E2F8; Wed, 8 Nov 2017 15:32:38 -0500 (EST) From: Thomas Monjalon To: Shijith Thotton Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org Date: Wed, 08 Nov 2017 21:32:37 +0100 Message-ID: <2321111.eyFruJIM7N@xps> In-Reply-To: <1510142647-30033-1-git-send-email-shijith.thotton@caviumnetworks.com> References: <1510142647-30033-1-git-send-email-shijith.thotton@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/liquidio: add support for device reset in driver X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 20:32:39 -0000 08/11/2017 13:04, Shijith Thotton: > Reset device during init and close if bound to igb_uio. > > Fixes: 369db3ae8e91 ("igb_uio: remove device reset in release") > Cc: stable@dpdk.org > > Signed-off-by: Shijith Thotton > --- > Hi Thomas/Ferruh, > > Please consider this patch for 17.11 as removing reset from igb_uio breaks > LiquidIO PMD[1]. Here I have added support for reset within driver if the kernel > driver in use is igb_uio. > > 1. http://dpdk.org/ml/archives/dev/2017-October/079483.html Applied, thanks