Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2011 03:42:03 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cxgbe adapter.h t4_sge.c
Message-ID:  <201103050342.p253gEBn064907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
np          2011-03-05 03:42:03 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgbe        adapter.h t4_sge.c 
  Log:
  SVN rev 219290 on 2011-03-05 03:42:03Z by np
  
  Tweaks for rx:
  
  - everything related to LRO should be in #ifdef INET blocks
  - reorder sge_iq's fields so that the most frequently used are all together
  - pull all rx code into t4_intr_data directly
  - let go of the ingress queue lock when passing up data
  - refill the freelist only if it is short of at least 32 buffers
  
  Revision  Changes    Path
  1.6       +12 -9     src/sys/dev/cxgbe/adapter.h
  1.5       +100 -76   src/sys/dev/cxgbe/t4_sge.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103050342.p253gEBn064907>