netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Network driver questions
       [not found] <17896ec80804290540s492962a6ke0ab8790755337de@mail.gmail.com>
@ 2008-04-29 13:21 ` Mile Davidovic
  2008-04-29 13:42   ` Ben Hutchings
  0 siblings, 1 reply; 2+ messages in thread
From: Mile Davidovic @ 2008-04-29 13:21 UTC (permalink / raw)
  To: netdev

Hello,
We have some dedicated interface for connecting various external
devices (NOR, ONENAND, SMSC network adapter), similar to PCI except
one big difference/restriction:

we can not work in atomic context because low lever drivers have such
limitation.

I would like to write network driver (for SMSC chip for example) with
this restriction.

Do we have some network driver which also have suffer from similar restrictions?

Thanks in advance
Mile

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Network driver questions
  2008-04-29 13:21 ` Network driver questions Mile Davidovic
@ 2008-04-29 13:42   ` Ben Hutchings
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Hutchings @ 2008-04-29 13:42 UTC (permalink / raw)
  To: Mile Davidovic; +Cc: netdev

Mile Davidovic wrote:
> Hello,
> We have some dedicated interface for connecting various external
> devices (NOR, ONENAND, SMSC network adapter), similar to PCI except
> one big difference/restriction:
> 
> we can not work in atomic context because low lever drivers have such
> limitation.
> 
> I would like to write network driver (for SMSC chip for example) with
> this restriction.
> 
> Do we have some network driver which also have suffer from similar restrictions?

USB network drivers are probably dealing with similar restrictions
(no synchronous access to device registers).

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-29 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <17896ec80804290540s492962a6ke0ab8790755337de@mail.gmail.com>
2008-04-29 13:21 ` Network driver questions Mile Davidovic
2008-04-29 13:42   ` Ben Hutchings

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