ixgbe-driver 0.1.1

Intel 82599+ 10Gb NIC Driver.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Ixgbe-driver

[![Crates.io](https://img.shields.io/crates/v/ixgbe-driver)](https://crates.io/crates/ixgbe-driver)
[![Docs.rs](https://docs.rs/ixgbe-driver/badge.svg)](https://docs.rs/ixgbe-driver)
[![CI](https://github.com/drivercraft/ixgbe-driver/actions/workflows/deploy.yml/badge.svg?branch=main)](https://github.com/drivercraft/ixgbe-driver/actions/workflows/deploy.yml)

## 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.