mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Linux HDLC Stack - N2 module
@ 2005-01-13 16:02 Adam Anthony
  2005-01-13 22:41 ` Francois Romieu
  2005-01-14  1:53 ` Krzysztof Halasa
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Anthony @ 2005-01-13 16:02 UTC (permalink / raw)
  To: khc, Francois Romieu; +Cc: linux-kernel

Krzysztof and Ueimor,
	Following the advice prescribed below, I've had a look at existing
HDLC work in the kernel.  I tried firing up a Riscom/N2 adapter with the
2.4.28 N2 module and HDLC support but was faced with a number of problems.
It seems like the transmit buffers aren't getting emptied after transmit,
because I can only transmit a few frames before traffic halts.  Transmit
statistics don't increment either, but I am seeing frames on the remote end.
	Has the N2 module been tested with recent kernels?  Is it useable?
If not, which module will show me the genius of the Linux HDLC "stack"?
-AA

-----Original Message-----
From: Francois Romieu [mailto:romieu@fr.zoreil.com] 
Sent: Monday, January 10, 2005 1:01 PM
To: Adam Anthony
Cc: netdev@oss.sgi.com; linux-kernel@vger.kernel.org
Subject: Re: [PATCH] /driver/net/wan/sbs520

Adam Anthony <AAnthony@sbs.com> :
[...]
>        It would be great to receive some feedback on our work, and we hope
> that this driver will eventually be added to the kernel.

It will probably require a few extra steps:
- read Documentation/CodingStyle (mixed case, typedef from hell, ugly
#ifdef);
- grep ^static
  -> no static functions ? Uh ?
- use non-obsolete API (pci_find_device in 2005 ?);
- convert the os independant wrappers.

Btw it would probably make sense 1) to figure out what can be merged with
the in-tree DSCC4 driver and 2) to integrate the driver with the existing
hdlc stack. Imho there is some duplicated work/code.

--
Ueimor

***This message has been scanned for virus, spam, and undesirable
content.***
***For further information, contact your mail administrator.***

For limitations on the use and distribution of this message, please visit www.sbs.com/emaildisclaimer.

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

end of thread, other threads:[~2005-01-14  1:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-13 16:02 Linux HDLC Stack - N2 module Adam Anthony
2005-01-13 22:41 ` Francois Romieu
2005-01-14  1:53 ` Krzysztof Halasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome