Bug 928: Fix for Nic Flap issue on apv
Review Request #434 — Created Aug. 29, 2024 and updated — Latest diff uploaded
| Information | |
|---|---|
| satyendra | |
| APV10 | |
| 10.7 | |
| 928 | |
| Reviewers | |
| kdutta, prajesh, roland, tanya, wli | |
RCA : Mostly nic flap when burst of traffic comes .The NIC reset is initated by dpdk and it fires the command as the VF, There is no mechanism from PF to VF singal that NIC reset is Succesful .The VF waits for certain time and then start to fire command to PF and if that command is not execuated , it will go in pending state and will become deadlock situation .
Fix. Added VF reset status check facility to fire command after nic reset is done to avoid race condition .
QA validation is done . Issue not seen with the driver.
Vf command failing is resolved
