> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Friday, November 03, 2017 3:38 PM > > Some devices are having problem on device reset that happens during DPDK > application exit [1]. > > Create a static list of devices and exclude them from device reset. > > [1] > http://dpdk.org/ml/archives/dev/2017-November/080927.html > > Fixes: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device > file") > Cc: sta...@dpdk.org > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > --- > Cc: Jianfeng Tan <jianfeng....@intel.com> > Cc: Jingjing Wu <jingjing...@intel.com> > Cc: Shijith Thotton <shijith.thot...@caviumnetworks.com> > Cc: Gregory Etelson <greg...@weka.io> > Cc: Harish Patil <harish.pa...@cavium.com> > Cc: George Prekas <george.pre...@epfl.ch> > Cc: Sergio Gonzalez Monroy <sergio.gonzalez.mon...@intel.com> > Cc: Rasesh Mody <rasesh.m...@cavium.com> > Cc: Lee Roberts <lee.robe...@hpe.com> > > This is alternative approach to > http://dpdk.org/dev/patchwork/patch/31144/
This patch is working. Thanks! -Rasesh