Re: [dpdk-dev] [PATCH v2] igb_uio: remove device reset in release

2017-11-07 Thread Wu, Jingjing
sh Patil ; George Prekas > ; Gonzalez Monroy, Sergio > ; Rasesh Mody > ; Lee Roberts ; Stephen > Hemminger ; Chas Williams > Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: remove device reset in release > > 07/11/2017 23:29, Ferruh Yigit: > > More error reported for device reset in

Re: [dpdk-dev] [PATCH v2] igb_uio: remove device reset in release

2017-11-07 Thread Thomas Monjalon
07/11/2017 23:29, Ferruh Yigit: > More error reported for device reset in release() [1], > when device pass-through to the guest, host kernel crash on guest exit. > > Removing the reset completely. > > This is close to reverting commit b58eedfc7dd5 [2], taking into account > previous fix to remov