Re: [dpdk-dev] [PATCH] igb_uio: prevent reset for a list of devices

2017-11-03 Thread Mody, Rasesh
> 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

Re: [dpdk-dev] [PATCH] igb_uio: prevent reset for a list of devices

2017-11-03 Thread Thomas Monjalon
03/11/2017 23:38, Ferruh Yigit: > 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. [...] > This is alternative approach to > http://dpdk.org/dev/patchwork/patch/31144/ It is bet