Subject: Re: revised ethernet/802.xx input header processing.
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-net
Date: 10/30/1999 20:27:42
> What would the extra soubroutine overhead add to performance & packet
> throughput? (probably mattered a lot more when folks used vaxen for
> routers..)

It would add one extra call along the "normal" ethernet receive path,
and two calls along 802x-in-ethernet.  

I'll attempt to measure the performance impact.  Chances are that it
isn't noticeable on modern hardware, and the older hardware probably
cares more about the savings in wired kernel text pages ...

					- Bill