DragonFly commits List (threaded) for 2009-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.166.g32aca master sys/dev/netif/sk if_sk.c
commit 32aca3fca6d6e534611a76e9e30cc8914092d37c
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Sat Jan 24 14:33:42 2009 +0800
sk(4): Adjust RX path a little bit
- Utilize bus_dmamap_load_mbuf_segment()
- Don't try m_devget(); it does not help much, if the NIC is quenched
by the peer, e.g. by line rate fragmented UDP datagrams
- Move bus_dmamap_sync() from sk_rxeof() into sk_newbuf_std()
Summary of changes:
sys/dev/netif/sk/if_sk.c | 51 +++++++++++++--------------------------------
1 files changed, 15 insertions(+), 36 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/32aca3fca6d6e534611a76e9e30cc8914092d37c
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]