Bug 54

Summary: i40e port link status no updated for interrupt mode
Product: DPDK Reporter: Fan Zhang (roy.fan.zhang)
Component: ethdevAssignee: dev
Status: VERIFIED FIXED    
Severity: major CC: qian.q.xu
Priority: Normal    
Version: 18.05   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Fan Zhang 2018-05-29 17:05:09 CEST
The link status of i40e port remains unchanged regardless of connecting/disconnecting the physical cable.

Starting testpmd with default interrupt mode.

testpmd> show port info all
...
Link status: down
...

Packet generator shows link up but i40e link status change interrupt is not activated.

If the link is up initially, disconnecting the cable will have no effect on link status as well.
Comment 1 Fan Zhang 2018-05-31 11:35:21 CEST
Sent patch to fix and merged.

https://dpdk.org/dev/patchwork/patch/40512/
Comment 2 Qian 2018-05-31 16:11:12 CEST
Verified the patch and the patch is merged in 18.05 release. It fixed the issue.