[dpdk-dev] [PATCH] igb_uio: remove device reset in open

Ferruh Yigit ferruh.yigit at intel.com
Tue Oct 24 23:38:40 CEST 2017


On 10/20/2017 9:55 AM, Ferruh Yigit wrote:
> Remove device reset during application start, the reset for application
> exit still there.
> 
> Reset in open removed because of following comments:
> 1- Device reset not completed when VF driver loaded, which cause VF PMD
>    initialization error.
>    Adding delay can solve the issue but will increase driver load time.
> 
> 2- Reset will be issues all devices unconditionally, not very efficient
>    way.
> 
> Fixes: b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>

Tested-by: Harish Patil <harish.patil at cavium.com>
Tested-by: Shijith Thotton <shijith.thotton at caviumnetworks.com>
Tested-by: Jingjing Wu <jingjing.wu at intel.com>

Applied to dpdk/master, thanks.


More information about the dev mailing list