Skip to content

Commit 19bf8d4

Browse files
committed
One final pass in opte-drv (#214)
- Did a final sweep in opte-drv to see if there was anything else to migrate over to xde. - Moved over the _Unwind_Resume hack. It seems xde has been working fine without it, but I also notice the Rust issue that originally prompted me to create this hack is still marked as open. So I thought it would be best to migrate the hack over to xde just as a safeguard against the problem coming back until that Rust issue is resolved. rust-lang/rust#47493
1 parent 0023d5a commit 19bf8d4

File tree

11 files changed

+24
-2599
lines changed

11 files changed

+24
-2599
lines changed

README.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ uses the opte crate to implement the Oxide VPC network.
2828

2929
opte-ioctl:: The userland library used for interacting with OPTE.
3030

31-
opte-drv (obsolete):: A kernel module which hooks into the network
32-
path between viona (bhyve) and mac, feeding all packets into opte-core
33-
for processing. This module has been rendered obsolete by `xde`, but
34-
it still remains until all features are transitioned over.
35-
3631
opteadm:: The command line utility used to configure and inspect OPTE.
3732
This is meant to be used by an operator, not by a client program.
3833

opte-drv/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)