Re: [dpdk-dev] [PATCH] net/liquidio: add support for device reset in driver

2017-11-08 Thread Thomas Monjalon
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: sta...@dpdk.org > > Signed-off-by: Shijith Thotton > --- > Hi Thomas/Ferruh, > > Please consider this patch for 17.11 as removin

[dpdk-dev] [PATCH] net/liquidio: add support for device reset in driver

2017-11-08 Thread Shijith Thotton
Reset device during init and close if bound to igb_uio. Fixes: 369db3ae8e91 ("igb_uio: remove device reset in release") Cc: sta...@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 hav