2005-09-06 13:43:46

by manomugdha biswas

[permalink] [raw]
Subject: how to create atm interface in linux

Hi,
I want to create an ATM interface on linux. I can
create ethernet interface using alloc_etherdev() and
then registering this device. Can I use the same
function to create atm interface ? Or there is other
way to do this? Can you please give some light on this
issue?

Regards,
Mano

Manomugdha Biswas






__________________________________________________________
Yahoo! India Matrimony: Find your partner online. Go to http://yahoo.shaadi.com


2005-09-06 13:47:14

by Matti Aarnio

[permalink] [raw]
Subject: Re: how to create atm interface in linux

On Tue, Sep 06, 2005 at 02:43:35PM +0100, manomugdha biswas wrote:
> Date: Tue, 6 Sep 2005 14:43:35 +0100 (BST)
> From: manomugdha biswas <[email protected]>
> Subject: how to create atm interface in linux
> To: [email protected]
> Cc: [email protected]
>
> Hi,
> I want to create an ATM interface on linux. I can
> create ethernet interface using alloc_etherdev() and
> then registering this device. Can I use the same
> function to create atm interface ? Or there is other
> way to do this? Can you please give some light on this
> issue?

How about asking that at the Linux-ATM -list ?

I can tell you only, that it isn't hosted at VGER.

> Regards,
> Mano
>
> Manomugdha Biswas

/Matti Aarnio

2005-09-06 15:32:17

by matthieu castet

[permalink] [raw]
Subject: Re: how to create atm interface in linux

Le Tue, 06 Sep 2005 14:43:35 +0100, manomugdha biswas a ?crit?:

> Hi,
> I want to create an ATM interface on linux. I can
> create ethernet interface using alloc_etherdev() and
> then registering this device. Can I use the same
> function to create atm interface ? Or there is other
> way to do this? Can you please give some light on this
> issue?
>
look how it is done in net/atm driver

Hint : use alloc_netdev

Matthieu