public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] IP over HDLC
@ 2006-04-07 12:24 saurabh prakash
  2006-04-07 12:28 ` [ECOS] " saurabh prakash
  2006-04-07 13:01 ` [ECOS] " Andrew Lunn
  0 siblings, 2 replies; 5+ messages in thread
From: saurabh prakash @ 2006-04-07 12:24 UTC (permalink / raw)
  To: ecos-discuss

hi,

I am working on powerpc(mpc8xx) based board, i need to run the
TCP/IP stack on the SCC configured in HDLC mode. i have configured
SCC in HDLC mode. How do i make available this new interface to the
IP. Can anyone suggest me the necessary functions/files which i have to tweak.

thanks in advance.
saurabh prakash

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] Re: IP over HDLC
  2006-04-07 12:24 [ECOS] IP over HDLC saurabh prakash
@ 2006-04-07 12:28 ` saurabh prakash
  2006-04-07 14:11   ` Matt Jerdonek
  2006-04-07 13:01 ` [ECOS] " Andrew Lunn
  1 sibling, 1 reply; 5+ messages in thread
From: saurabh prakash @ 2006-04-07 12:28 UTC (permalink / raw)
  To: ecos-discuss

On 4/7/06, saurabh prakash <saurabhp75@gmail.com> wrote:
 hi,

I am working on powerpc(mpc8xx) based board, i need to run the
TCP/IP stack on the SCC configured in HDLC mode. i have configured
 SCC in HDLC mode. How do i make available this new interface to the
 IP. Can anyone suggest me the necessary functions/files which i have to tweak.

 thanks in advance.
 saurabh prakash

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] IP over HDLC
  2006-04-07 12:24 [ECOS] IP over HDLC saurabh prakash
  2006-04-07 12:28 ` [ECOS] " saurabh prakash
@ 2006-04-07 13:01 ` Andrew Lunn
  2006-04-07 13:03   ` Tim michals
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2006-04-07 13:01 UTC (permalink / raw)
  To: saurabh prakash; +Cc: ecos-discuss

On Fri, Apr 07, 2006 at 05:54:43PM +0530, saurabh prakash wrote:
> hi,
> 
> I am working on powerpc(mpc8xx) based board, i need to run the
> TCP/IP stack on the SCC configured in HDLC mode. i have configured
> SCC in HDLC mode. How do i make available this new interface to the
> IP. Can anyone suggest me the necessary functions/files which i have to tweak.

Is there an RFC for IP over HDLC? 

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] IP over HDLC
  2006-04-07 13:01 ` [ECOS] " Andrew Lunn
@ 2006-04-07 13:03   ` Tim michals
  0 siblings, 0 replies; 5+ messages in thread
From: Tim michals @ 2006-04-07 13:03 UTC (permalink / raw)
  To: saurabh prakash; +Cc: ecos-discuss

A simple method is just overlay your current HDLC
driver with a ethernet driver, just add a simple
ethernet header and assign a MAC address.  Of course
this maybe non standard, but it gets you going down a
road...

--- Andrew Lunn <andrew@lunn.ch> wrote:

> On Fri, Apr 07, 2006 at 05:54:43PM +0530, saurabh
> prakash wrote:
> > hi,
> > 
> > I am working on powerpc(mpc8xx) based board, i
> need to run the
> > TCP/IP stack on the SCC configured in HDLC mode. i
> have configured
> > SCC in HDLC mode. How do i make available this new
> interface to the
> > IP. Can anyone suggest me the necessary
> functions/files which i have to tweak.
> 
> Is there an RFC for IP over HDLC? 
> 
>         Andrew
> 
> -- 
> Before posting, please read the FAQ:
> http://ecos.sourceware.org/fom/ecos
> and search the list archive:
> http://ecos.sourceware.org/ml/ecos-discuss
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Re: IP over HDLC
  2006-04-07 12:28 ` [ECOS] " saurabh prakash
@ 2006-04-07 14:11   ` Matt Jerdonek
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Jerdonek @ 2006-04-07 14:11 UTC (permalink / raw)
  To: saurabh prakash, ecos-discuss

Look at the PPP stack.  With that stack, you have IP
over PPP over (async) HDLC.  You can change the PPP
stack to use sync HDLC, then bypass the PPP layer if
necessary.

-- Matt

--- saurabh prakash <saurabhp75@gmail.com> wrote:

> On 4/7/06, saurabh prakash <saurabhp75@gmail.com>
> wrote:
>  hi,
> 
> I am working on powerpc(mpc8xx) based board, i need
> to run the
> TCP/IP stack on the SCC configured in HDLC mode. i
> have configured
>  SCC in HDLC mode. How do i make available this new
> interface to the
>  IP. Can anyone suggest me the necessary
> functions/files which i have to tweak.
> 
>  thanks in advance.
>  saurabh prakash
> 
> --
> Before posting, please read the FAQ:
> http://ecos.sourceware.org/fom/ecos
> and search the list archive:
> http://ecos.sourceware.org/ml/ecos-discuss
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2006-04-07 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-07 12:24 [ECOS] IP over HDLC saurabh prakash
2006-04-07 12:28 ` [ECOS] " saurabh prakash
2006-04-07 14:11   ` Matt Jerdonek
2006-04-07 13:01 ` [ECOS] " Andrew Lunn
2006-04-07 13:03   ` Tim michals

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 read-only IMAP folder(s) and NNTP newsgroup(s).