Pyun YongHyeon wrote:
yongari 2008-01-15 01:10:31 UTC
FreeBSD src repository
Modified files:
sys/pci if_rlreg.h
sys/dev/re if_re.c
Log:
Overhaul re(4).
- The number of allowable Tx DMA segments for a mbuf chains are
now 32 instead of mag
> - The number of allowable Tx DMA segments for a mbuf chains are
>now 32 instead of magic nseg value. If the number of available
>Tx descriptors are short enough to send highly fragmented mbuf
>chains an optimized re_defrag() is called to collapse mbuf
>chains
On Mon, Jan 14, 2008 at 08:37:09PM -0500, Aryeh M. Friedman wrote:
[...]
>
> Is this equiv to the cumulative patch on your site?
>
Yes. I still have more re(4) patches but they have nothing
to do with stability/performance of re(4).
--
Regards,
Pyun YongHyeon
_
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is this equiv to the cumulative patch on your site?
Pyun YongHyeon wrote:
> yongari 2008-01-15 01:10:31 UTC
>
> FreeBSD src repository
>
> Modified files: sys/pci if_rlreg.h sys/dev/re
> if_re.c Log: Overhaul re(4). o Increased number