All of lore.kernel.org
 help / color / mirror / Atom feed
From: greg@kroah.com (Greg KH)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Ethernet driver - without DMA ?
Date: Fri, 29 Jul 2016 12:03:09 -0700	[thread overview]
Message-ID: <20160729190309.GA20133@kroah.com> (raw)
In-Reply-To: <CAJ2oMhLYYEk6zzrX8rndxpqenDmDP_LNJ0=TmcGUbt8g-nPvuw@mail.gmail.com>

On Fri, Jul 29, 2016 at 09:47:40PM +0300, Ran Shalit wrote:
>  Hello,
> 
> Can we write Ethernet driver without using dma ?

Sure, we have USB network drivers that don't use DMA.

> But still using sk_buff APIs like done in most drivers ?

Yup.

What type of hardware are you wanting to write an Ethernet driver for?

thanks,

greg k-h

  reply	other threads:[~2016-07-29 19:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 18:47 Ethernet driver - without DMA ? Ran Shalit
2016-07-29 19:03 ` Greg KH [this message]
2016-07-29 21:40   ` Ran Shalit

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=20160729190309.GA20133@kroah.com \
    --to=greg@kroah.com \
    --cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.