https://github.com/kuangjux/ixgbe-driver
Intel 82599+ 10Gb NIC Driver.
https://github.com/kuangjux/ixgbe-driver
Last synced: 6 months ago
JSON representation
Intel 82599+ 10Gb NIC Driver.
- Host: GitHub
- URL: https://github.com/kuangjux/ixgbe-driver
- Owner: KuangjuX
- License: mit
- Created: 2023-06-02T00:05:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T01:24:52.000Z (about 2 years ago)
- Last Synced: 2025-03-27T01:04:33.722Z (7 months ago)
- Language: Rust
- Size: 330 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
Awesome Lists containing this project
README
# Ixgbe-driver
## Introduction
ixgbe-driver is a kernel-level Intel 10Gb network card driver implemented in the Rust programming language. It is developed based on [ixy.rs](https://github.com/ixy-languages/ixy.rs).
The project is currently under development, and this driver is planned to be used in Arceos, providing a non-blocking interface and support for async calls.