-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce VirtIONetRaw to allow custom NIC buffer management and used…
… buffer notification suppression (#111) * Introduce `VirtIONetRaw` to allow custom NIC buffer management * wip: add used buffer notification suppression but do not work * feat: disable_interrupts by disable_dev_notify of both xmit_queue and recv_queue * feat: rebase new-netdev to master and support netdev used buffer notification suppression * fix: cargo fmt * fix: workflow test bugs * fix: combine enable_dev_notify and disable_dev_notify * fix: delete transmit_wait * feat: rebase to master * fix: cargo fmt in examples * feat: add RING_EVENT_IDX feature in net dev * feat: modify can send, delete can_recv * Implement can_recv in terms of poll_receive. * Fix typos. --------- Co-authored-by: Yuekai Jia <[email protected]> Co-authored-by: Andrew Walbran <[email protected]>
- Loading branch information
1 parent
1be3d47
commit 3da64ea
Showing
13 changed files
with
760 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.