Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2010 19:26:29 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/e1000 if_em.c if_igb.c if_igb.h if_lem.c
Message-ID:  <201008311926.o7VJQiTv023467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-08-31 19:26:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/e1000        if_em.c if_igb.c if_igb.h if_lem.c 
  Log:
  SVN rev 212068 on 2010-08-31 19:26:29Z by jhb
  
  MFC 206429:
  Sync em(4) and igb(4) drivers with 8 except for VF support:
  - Remove unneeded rxtx handler, make que handler generic in igb.
  - Do not allocate header mbufs in rx ring if not doing hdr split in igb.
  - Release the lock in rxeof call to stack.
  - Change rxeof api for poll friendliness, and eliminate unnecessary link
    tasklet use.
  - Move statistics for em into sysctl tree.
  - Reenable hardware checksum offload for VLAN frames in igb.
  - Fix for a panic when TX checksum offload is done and a packet has only
    a header in the first mbuf in em.
  
  Approved by:    jfv
  
  Revision  Changes    Path
  1.1.2.8   +345 -201  src/sys/dev/e1000/if_em.c
  1.3.2.9   +73 -89    src/sys/dev/e1000/if_igb.c
  1.1.2.5   +0 -2      src/sys/dev/e1000/if_igb.h
  1.5.2.4   +32 -20    src/sys/dev/e1000/if_lem.c



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