From: Ben Greear <greearb@candelatech.com>
To: Paul Mackerras <paulus@samba.org>
Cc: Jamal Hadi <hadi@shell.cyberus.ca>,
Stephen Hemminger <shemminger@osdl.org>,
mostrows@watson.ibm.com, rusty@rustcorp.com.au, davem@redhat.com,
netdev@oss.sgi.com, dfs@roaringpenguin.com,
carlson@workingcode.com
Subject: Re: [PATCH, untested] Support for PPPOE on SMP
Date: Wed, 25 Jun 2003 15:53:10 -0700 [thread overview]
Message-ID: <3EFA27D6.2000007@candelatech.com> (raw)
In-Reply-To: <16122.8374.178895.287907@nanango.paulus.ozlabs.org>
Paul Mackerras wrote:
> Jamal Hadi writes:
>
>
>>a protocol or implementation which wishes to do state maintanance
>>properly oughta be able to do the synchronization on its own.
>>Separation between policy and mechanism has been the strength of unix.
>>A clean separation between control and a data path is very important.
>>Control protocols tend to be very rich environments which are
>>constantly changing. Take STP, there are so many features that could be
>>added to STP that are much harder to add because it is in the kernel.
>>
>>Maybe what needs to be looked at i sthe design of pppoe or ppp.
>
>
> OK, now that we have had our little flight of fancy about what things
> will be like once we get to heaven, can we talk about this bastard
> protocol called PPPoE? :)
>
> Or are you going to go personally to each ISP in the world and tell
> them they shouldn't use PPPoE? :)
>
> In any case the problem isn't strictly with PPPoE, since ethernet
> doesn't reorder packets on the wire. The problem is that the lower
> parts of the Linux network stack lose information.
>
> Paul.
Nothing is guaranteed, but you may be right at least most of
the time. Btw, if you want a proprietary tool that
will emulate an ethernet network that reorders packets, I write
such a thing and will give it to you. It could help you
with testing perhaps.
Also, if you have a PCMCIA Zircom NIC, it seems to reorder packets
just for the hell of it (and no, I'm not using a dual-cpu laptop :))
I don't know of any other protocols that can't handle reordering,
since most of them seem to be designed to run over the real internet,
where reordering/drop/duplication is a part of life.
Ben
>
--
Ben Greear <greearb@candelatech.com> <Ben_Greear AT excite.com>
President of Candela Technologies Inc http://www.candelatech.com
ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear
next prev parent reply other threads:[~2003-06-25 22:53 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-25 7:24 [PATCH, untested] Support for PPPOE on SMP Rusty Russell
2003-06-25 11:19 ` Jamal Hadi
2003-06-25 13:21 ` Michal Ostrowski
2003-06-25 13:42 ` Michal Ostrowski
2003-06-25 15:45 ` Jamal Hadi
2003-06-25 17:27 ` Michal Ostrowski
2003-06-25 22:17 ` Paul Mackerras
2003-06-25 22:56 ` Michal Ostrowski
2003-06-25 16:15 ` Stephen Hemminger
2003-06-25 16:22 ` Jamal Hadi
2003-06-25 16:39 ` Stephen Hemminger
2003-06-25 17:07 ` Jamal Hadi
2003-06-25 17:40 ` Stephen Hemminger
2003-06-25 18:00 ` Michal Ostrowski
2003-06-25 22:22 ` Paul Mackerras
2003-06-25 22:53 ` Ben Greear [this message]
2003-06-25 21:33 ` David S. Miller
2003-06-25 22:06 ` Michal Ostrowski
2003-06-26 1:04 ` David S. Miller
2003-06-26 3:57 ` Rusty Russell
2003-06-26 3:59 ` David S. Miller
2003-06-26 8:17 ` Rusty Russell
2003-06-26 8:55 ` David S. Miller
2003-06-26 10:47 ` James Carlson
2003-06-26 10:51 ` James Carlson
2003-06-26 23:18 ` Jamal Hadi
2003-06-27 11:39 ` James Carlson
2003-06-27 12:12 ` Paul Mackerras
2003-06-27 13:19 ` James Carlson
2003-06-27 14:59 ` Stephen Hemminger
2003-06-27 15:27 ` James Carlson
2003-06-28 2:21 ` Jamal Hadi
2003-06-28 22:51 ` Frank Cusack
2003-06-26 11:37 ` Michal Ostrowski
2003-06-25 16:01 ` Jason Lunz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EFA27D6.2000007@candelatech.com \
--to=greearb@candelatech.com \
--cc=carlson@workingcode.com \
--cc=davem@redhat.com \
--cc=dfs@roaringpenguin.com \
--cc=hadi@shell.cyberus.ca \
--cc=mostrows@watson.ibm.com \
--cc=netdev@oss.sgi.com \
--cc=paulus@samba.org \
--cc=rusty@rustcorp.com.au \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.