Re: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2008-01-15 Thread Andre Oppermann
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

Re: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2008-01-15 Thread Roman Divacky
> - 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

Re: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2008-01-14 Thread Pyun YongHyeon
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 _

Re: cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2008-01-14 Thread Aryeh M. Friedman
-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

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2008-01-14 Thread Pyun YongHyeon
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 of Rx/Tx descriptors to 256 for 8169 GigEs because it's hard to push the hardware to the limit wi

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2007-01-16 Thread Marius Strobl
marius 2007-01-16 20:35:23 UTC FreeBSD src repository Modified files: sys/pci if_rlreg.h sys/dev/re if_re.c Log: o In re_newbuf() and re_encap() if re_dma_map_desc() aborts the mapping operation as it ran out of free descriptors or if there are to

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2006-07-30 Thread Bill Paul
wpaul 2006-07-30 23:32:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci if_rlreg.h sys/dev/re if_re.c Log: MFC: correct PCI ID for 8169SC/8110SC, remove spinlock, work around checksum offload bugs, correct device desc

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

2006-07-30 Thread Bill Paul
wpaul 2006-07-30 23:25:21 UTC FreeBSD src repository Modified files: sys/pci if_rlreg.h sys/dev/re if_re.c Log: Fix the following bugs in re(4) - Correct the PCI ID for the 8169SC/8110SC in the device list (I added the macro for it to if_rlr