git: ixgbe: Rework ixgbe_xmit()

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Aug 21 13:40:03 PDT 2012


commit a1a9516bf4e47a0c66ea763ff631b9f55d695d0e
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Aug 21 21:42:33 2012 +0200

    ixgbe: Rework ixgbe_xmit()
    
    * Use bus_dmamap_load_mbuf_segment()
    
    * Clean up error handling code, following the example of the igb(4)
      driver

Summary of changes:
 sys/dev/netif/ixgbe/ixgbe.c |   43 +++++++++++--------------------------------
 sys/dev/netif/ixgbe/ixgbe.h |    3 +++
 2 files changed, 14 insertions(+), 32 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a1a9516bf4e47a0c66ea763ff631b9f55d695d0e


-- 
DragonFly BSD source repository





More information about the Commits mailing list