rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FUJITA Tomonori <tomo@exabit.dev>
To: tomo@exabit.dev
Cc: rust-for-linux@vger.kernel.org
Subject: Re: Rust e1000 driver (Intel Ethernet adapter)
Date: Sun, 23 Oct 2022 16:06:29 +0900 (JST)	[thread overview]
Message-ID: <20221023.160629.2256816202817247395.fujita@lima-default> (raw)
In-Reply-To: <20220919.103820.680182888079022491.fujita@lima-default>

Hey,

On Mon, 19 Sep 2022 10:38:20 +0900 (JST)
FUJITA Tomonori <tomo@exabit.dev> wrote:

> I've implemented Rust e1000 driver (Intel Ethernet adapter):
> 
> https://github.com/fujita/rust-e1000
> 
> There are many places to use the C bindings directly for now. I try to
> clean up and push abstractions for NIC drivers (DMA, PCI, network,
> etc).

Removed all unsafe for the C bindings now. I implemented abstraction
APIs (PCI, DMA, network, etc) for minimum functionality of the driver.

Pull requests aren't merged yet. You can try the driver with my kernel
tree:

https://github.com/fujita/linux/tree/rust-e1000

      parent reply	other threads:[~2022-10-23  7:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19  1:38 Rust e1000 driver (Intel Ethernet adapter) FUJITA Tomonori
2022-09-19  1:59 ` Alex Gaynor
2022-09-28 14:31   ` Geert Stappers
2022-09-28 15:24     ` Miguel Ojeda
2022-09-28 16:35       ` Geert Stappers
2022-09-28 16:46         ` Miguel Ojeda
2022-09-29  6:36           ` FUJITA Tomonori
2022-09-29  6:57         ` FUJITA Tomonori
2022-10-23  7:06 ` FUJITA Tomonori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221023.160629.2256816202817247395.fujita@lima-default \
    --to=tomo@exabit.dev \
    --cc=rust-for-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).