[bar-reloc 5/12] pci: Pass the BAR address to set_notification_ioevents() - #6090
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6090 +/- ##
=======================================
Coverage 82.93% 82.93%
=======================================
Files 276 276
Lines 30846 30850 +4
=======================================
+ Hits 25582 25586 +4
Misses 5264 5264
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
360ff13 to
a677992
Compare
|
It looks like CI is failing at this PR in the stack: |
Flaky failure? It passed after re-running. |
a677992 to
fcbc0f8
Compare
fcbc0f8 to
0683e42
Compare
0683e42 to
1889637
Compare
Can we please track these failures internally? We can't have flaky failures accumulate with nobody fixing them. The CI failed on a different flake now... |
I have created internal tracking tickets for all of them. |
1889637 to
6ffebd1
Compare
6ffebd1 to
e227ab8
Compare
Make set_notification_ioevents take the BAR base address as an argument instead of reading it from config_bar_addr() itself. This will be needed in subsequent commits where the BAR address stored in the config space doesn't necessarily match the address used when ioeventfds were registered (during BAR relocation). No functional change intended. PR: #6090 Signed-off-by: Ilias Stamatis <ilstam@amazon.com>
e227ab8 to
be7211d
Compare
Make set_notification_ioevents take the BAR base address as an argument
instead of reading it from config_bar_addr() itself. This will be needed
in subsequent commits where the BAR address stored in the config space
doesn't necessarily match the address used when ioeventfds were
registered (during BAR relocation).
No functional change intended.
Signed-off-by: Ilias Stamatis ilstam@amazon.com