From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/liquidio: add support for device reset in driver Date: Wed, 08 Nov 2017 21:32:37 +0100 Message-ID: <2321111.eyFruJIM7N@xps> References: <1510142647-30033-1-git-send-email-shijith.thotton@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org To: Shijith Thotton Return-path: In-Reply-To: <1510142647-30033-1-git-send-email-shijith.thotton@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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