Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 05:14:39 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/atm/atmconfig diag.c src/sys/dev/hatm if_hatm.c if_hatm_intr.c if_hatm_rx.c if_hatmvar.h
Message-ID:  <200310291314.h9TDEdTm016823@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/10/29 05:14:39 PST

  FreeBSD src repository

  Modified files:
    sbin/atm/atmconfig   diag.c 
    sys/dev/hatm         if_hatm.c if_hatm_intr.c if_hatm_rx.c 
                         if_hatmvar.h 
  Log:
  Defer allocation of the actual receive mbuf until the external buffer
  is returned from the card to the driver. Add a counter that shows
  how many times this allocation has failed. Note, that we could even
  further delay the allocation of the mbuf until we know, that we need it
  (there are no receive errors and the connection is open). This will be done
  in a later commit.
  
  Print the new statistics field in atmconfig.
  
  Revision  Changes    Path
  1.2       +1 -0      src/sbin/atm/atmconfig/diag.c
  1.13      +0 -1      src/sys/dev/hatm/if_hatm.c
  1.8       +24 -26    src/sys/dev/hatm/if_hatm_intr.c
  1.6       +4 -0      src/sys/dev/hatm/if_hatm_rx.c
  1.7       +2 -2      src/sys/dev/hatm/if_hatmvar.h



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