Bug 1075

Summary: ixgbevf reset failure: eth_ixgbevf_dev_init(): VF Initialization Failure: -15 (IXGBE_ERR_RESET_FAILED)
Product: DPDK Reporter: a.dibacco.ks
Component: ethdevAssignee: dev
Status: UNCONFIRMED ---    
Severity: major CC: kevinx.liu
Priority: Normal    
Version: 21.11   
Target Milestone: ---   
Hardware: All   
OS: All   

Description a.dibacco.ks 2022-09-01 14:44:45 CEST

    
Comment 1 a.dibacco.ks 2022-09-01 14:48:15 CEST
While probing a "Ethernet Controller 10-Gigabit X540-AT2"  I get this error:

EAL: Using IOMMU type 1 (Type 1)
EAL: Probe PCI driver: net_ixgbe_vf (8086:1515) device: 0000:18:10.0 (socket 0)
eth_ixgbevf_dev_init(): VF Initialization Failure: -15

-15 is referring to a problem in the reset of the card: IXGBE_ERR_RESET_FAILED
Comment 2 Kevin.Liu 2022-11-16 07:30:13 CET
please offer the reproduce steps with standard DPDK API like testpmd, l3fwd and other examples.
Give detailed environmental information.