-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Virtio net #643
base: main
Are you sure you want to change the base?
Virtio net #643
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #643 +/- ##
==========================================
- Coverage 68.06% 58.56% -9.50%
==========================================
Files 20 21 +1
Lines 2311 2638 +327
==========================================
- Hits 1573 1545 -28
- Misses 738 1093 +355 ☔ View full report in Codecov by Sentry. |
If I get it right, using |
ff445af
to
abe8633
Compare
Some bugs were found when it comes to handling BARs: size/mode aren't handled correctly. I'll document progress and fix on BaderSZ#2 |
0555993
to
f4b2793
Compare
Co-authored-by: Bader Zaidan <[email protected]>
- Create structs instead of using offsets into buffers. - Enhanced PCI data structure layout. - Fixes incorrect PCI Bar accesses. - Fixes bug that appeared from duplicating PCI header information in the header buffer and in other data structures as well
…r existing TAP devices
This is a rebase and rework of #536 done by @BaderSZ
Original description:
Related: #1