RE: ethernet and pointopoint

2001-06-06 Thread Adam

> > From: Adam [mailto:[EMAIL PROTECTED]]
> > Is there reason why I can't set pointopoint for ethernet? I have
>
> If your network cards & their drivers (both hosts) support full duplex
> operation, just enable it, and you're done.

did you read my email? The patch below has detailed description of the
problem and suggested solution. Still I'm not quite sure if that's the
"the way it should be"(tm), so I'm hoping on more feedback on the issue
itself.

http://www.eax.com/patches/linux-kernel-dev2-diff

-- 
Adam
http://www.eax.com  The Supreme Headquarters of the 32 bit registers

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



RE: ethernet and pointopoint

2001-06-06 Thread Khachaturov, Vassilii

> From: Adam [mailto:[EMAIL PROTECTED]]
>   Is there reason why I can't set pointopoint for ethernet? I have

If your network cards & their drivers (both hosts) support full duplex
operation,
just enable it, and you're done.

V.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



ethernet and pointopoint

2001-06-06 Thread Adam


hello,
Is there reason why I can't set pointopoint for ethernet? I have
to computers (and two 100mbps ethernet cards) connected via  null-modem
ethernet cable (with no hub in between).  So since there's no way
to have more than two hosts talking to each other for all intended
purposes it IS a pointopoint link.

looking at net/core/dev.c:dev_change_flags() I see
that I can't pass IFF_POINTOPOINT to it via ioctl, and
it will be just sillently dropped, with no error reported
back to ifconfig.

-- 
Adam
http://www.eax.com  The Supreme Headquarters of the 32 bit registers

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



ethernet and pointopoint

2001-06-06 Thread Adam


hello,
Is there reason why I can't set pointopoint for ethernet? I have
to computers (and two 100mbps ethernet cards) connected via  null-modem
ethernet cable (with no hub in between).  So since there's no way
to have more than two hosts talking to each other for all intended
purposes it IS a pointopoint link.

looking at net/core/dev.c:dev_change_flags() I see
that I can't pass IFF_POINTOPOINT to it via ioctl, and
it will be just sillently dropped, with no error reported
back to ifconfig.

-- 
Adam
http://www.eax.com  The Supreme Headquarters of the 32 bit registers

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



RE: ethernet and pointopoint

2001-06-06 Thread Khachaturov, Vassilii

 From: Adam [mailto:[EMAIL PROTECTED]]
   Is there reason why I can't set pointopoint for ethernet? I have

If your network cards  their drivers (both hosts) support full duplex
operation,
just enable it, and you're done.

V.

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



RE: ethernet and pointopoint

2001-06-06 Thread Adam

  From: Adam [mailto:[EMAIL PROTECTED]]
  Is there reason why I can't set pointopoint for ethernet? I have

 If your network cards  their drivers (both hosts) support full duplex
 operation, just enable it, and you're done.

did you read my email? The patch below has detailed description of the
problem and suggested solution. Still I'm not quite sure if that's the
the way it should be(tm), so I'm hoping on more feedback on the issue
itself.

http://www.eax.com/patches/linux-kernel-dev2-diff

-- 
Adam
http://www.eax.com  The Supreme Headquarters of the 32 bit registers

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/