mbuf: remove build option to disable refcnt
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_rxtx_vec.c
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-20 Bruce Richardsonixgbe: fix vector receive of chained mbuf
2014-12-16 Bruce Richardsonixgbe: fix array overflow in vector Rx
2014-12-05 Konstantin Ananyevixgbe: do not override buffer length
2014-12-05 Jean-Mickael Guerinixgbe: fix setup of mbuf initializer template
2014-11-28 Balazs Nemethixgbe: fix mbuf failure statistics in vector Rx
2014-11-05 Bruce Richardsonixgbe: fix build with icc
2014-10-29 Bruce Richardsonixgbe: remove static qualifier for thread safety
2014-10-21 Ouyang Changchunixgbe: fix build with mbuf refcnt disabled
2014-09-30 Bruce Richardsonixgbe: fix build with clang
2014-09-29 Balazs Nemethixgbe: fix crash caused by bulk allocation failure
2014-09-18 Bruce Richardsonixgbe: fix build with gcc 4.4
2014-09-17 Bruce Richardsonixgbe: improve slow-path perf with vector scattered Rx
2014-09-17 Bruce Richardsonixgbe: fix perf regression due to moved pool ptr
2014-09-17 Bruce Richardsonixgbe: rework vector pmd following mbuf changes
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-09-17 Bruce Richardsonixgbe: keep only non-zero initializer in mbuf definition
2014-08-28 Bruce Richardsonixgbe: make vector stores unaligned
2014-08-12 Neil Hormanixgbe: require only sse3 intrinsics
2014-06-26 Cunming Liangixgbe: prefer enabling olflags rather than not disabling
2014-06-26 Cunming Liangixgbe: fix build with IEEE1588 enabled
2014-06-16 Bruce Richardsonixgbe: new vectorized functions for Rx/Tx