acl: deduplicate some SSE and AVX2 code
[dpdk.git] / examples /
2015-01-28 Konstantin Ananyeveal: introduce ymm type for AVX 256-bit
2014-12-17 Ouyang Changchunexamples/vhost: fix vlan offload
2014-12-17 Olivier Matzexamples/vm_power: fix initialization of cmdline token
2014-12-17 Olivier Matzexamples/vm_power: fix split of compiler and linker...
2014-12-17 Olivier Matzexamples/netmap_compat: fix overflow in ioctl operation
2014-12-17 Olivier Matzexamples/l3fwd: fix compilation with clang 3.5
2014-12-17 Bruce Richardsonexamples/vm_power: fix check for null
2014-12-17 Bruce Richardsonexamples/vm_power: fix max length of unix socket path
2014-12-17 Bruce Richardsonexamples/ip_pipeline: fix memory allocation check
2014-12-17 Konstantin Ananyevexamples/l3fwd-acl: fix possible memory leak
2014-12-11 Daniel Mrzyglodexamples/l3fwd-vf: fix race condition
2014-12-11 Ouyang Changchunexamples/vhost: fix hard forward of jumbo frames
2014-12-11 Huawei Xieexamples/vhost: increase maximum queue number
2014-12-06 Huawei Xieexamples/vhost: use factorized default Rx/Tx configuration
2014-12-06 Huawei Xieexamples/vhost: support new VMDQ API for i40e
2014-12-05 Bruce Richardsonexamples/multi_process: fix resilience by enabling...
2014-12-05 Alan Carewcmdline: fix overflow on bsd
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-27 David Marchandexamples: no more bare metal environment
2014-11-26 Olivier Matzmbuf: generic support for TCP segmentation offload
2014-11-26 Alan Carewexamples/vm_power: cli in guest
2014-11-26 Alan Carewexamples/vm_power: vm power management application
2014-11-26 Alan Carewexamples/vm_power: cpu frequency in host
2014-11-26 Alan Carewexamples/vm_power: cli in host
2014-11-26 Alan Carewexamples/vm_power: channel manager and monitor in host
2014-11-26 Bruce Richardsonexamples/skeleton: very simple code for packet forwarding
2014-11-24 Pablo de Laraexamples/dpdk_qat: fix reference to old mbuf field
2014-11-16 Reshma Pattanexamples/distributor: new sample app
2014-11-12 Cunming Liangether: new function to format mac address
2014-11-11 Ouyang Changchunvhost: enable promiscuous and multicast
2014-11-11 Huawei Xieexamples/vmdq: fix code style
2014-11-11 Huawei Xieexamples/vmdq: use new VMDQ API
2014-11-10 Thomas Monjalonapp,examples: remove references to drivers config
2014-11-05 Ouyang Changchunexamples/vhost: check offset with vlan
2014-11-05 Ouyang Changchunexamples/vhost: rework duplicated code
2014-11-05 Ouyang Changchunexamples/vhost: fix packet length
2014-10-30 Ouyang Changchunexamples/vhost: allow mergeable packets with vector...
2014-10-23 Huawei Xieexamples/vhost: add new example based on lib
2014-10-23 Huawei Xieexamples/vhost: minor fixes
2014-10-23 Huawei Xieexamples/vhost: add branch hints
2014-10-23 Huawei Xieexamples/vhost: disable guest notifications
2014-10-23 Huawei Xieexamples/vhost: mergeable buffer option
2014-10-23 Huawei Xieexamples/vhost: adapt Tx routing to lib
2014-10-23 Huawei Xieexamples/vhost: use burst enqueue and dequeue from lib
2014-10-23 Huawei Xieexamples/vhost: register with lib
2014-10-23 Huawei Xieexamples/vhost: hpa regions for zero copy
2014-10-23 Huawei Xieexamples/vhost: add vhost dev struct
2014-10-23 Huawei Xieexamples/vhost: remove functions implemented in lib
2014-10-22 Huawei Xieexamples/vhost: copy old vhost example
2014-10-21 Marc Sunekni: memzone pool for alloc and release
2014-10-13 Huawei Xievhost: move from examples to dedicated library
2014-10-10 Pablo de Laraexamples: use factorized default Rx/Tx configuration
2014-10-09 Pablo de Laraexamples/netmap_compat: add default build target
2014-09-29 Ouyang Changchunethdev: rename flag for queue start and stop
2014-09-29 Thomas Monjalonexamples: do not probe pci twice
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
2014-09-17 Bruce Richardsonmbuf: rename in_port to just port
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: remove rte_ctrlmbuf
2014-09-17 Olivier Matzmbuf: rename RTE_MBUF_SCATTER_GATHER into RTE_MBUF_REFCNT
2014-09-03 Konstantin Ananyevacl: fix build and runtime for default target
2014-08-28 David Marchandfix unix permissions for source files
2014-08-25 Ouyang Changchunexamples/vhost: support jumbo frame
2014-08-01 Konstantin Ananyevexamples/l3fwd: improve grouping by destination port
2014-07-22 Matthew Hallvirtio: fix incorrect parens
2014-07-18 Thomas Monjalonexamples/pipeline: build with all examples
2014-07-18 Pablo de Laraexamples: fix default build target
2014-07-03 Yong Liuexamples/qos_sched: fix flow pause after 2M packets
2014-07-02 Thomas Monjalonexamples: ignore linux apps on bsd
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-27 Bruce Richardsoneal: fix usage of printf-like functions
2014-06-26 Anatoly Burakovexamples/ip_reassembly: reduce memory usage
2014-06-26 Anatoly Burakovexamples/ip_frag: fix socket detection
2014-06-26 Anatoly Burakovexamples/ip_frag: check for non-existent ports
2014-06-26 Anatoly Burakovip_frag: add config option to enable statistics
2014-06-17 Helin Zhangethdev: more RSS flags
2014-06-17 Ouyang Changchunexamples/vmdq: fix Tx queue id
2014-06-17 Ivan Bouleethdev: add Rx error counters for missed, badcrc and...
2014-06-17 Cristian Dumitrescuexamples/pipeline: packet framework sample
2014-06-16 Thomas Monjalonexamples/vhost: restrict log type namespace
2014-06-16 Anatoly Burakovexamples/ip_reassembly: overhaul
2014-06-16 Anatoly Burakovexamples/ip_fragmentation: overhaul
2014-06-16 Anatoly Burakovexamples: rename ipv4_frag example to ip_fragmentation
2014-06-16 Anatoly Burakovip_frag: rename ipv4_fragmentation function
2014-06-16 Anatoly Burakovip_frag: refactor reassembly code into a proper library
2014-06-16 Anatoly Burakovip_frag: rename structures in fragmentation table
2014-06-16 Anatoly Burakovip_frag: refactor IPv4 fragmentation into a proper...
2014-06-16 Anatoly Burakovip_frag: move fragmentation/reassembly headers into...
2014-06-13 Konstantin Ananyevacl: new sample l3fwd-acl
2014-06-12 Konstantin Ananyevexamples/l3fwd: reorganise and optimize LPM code path
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-28 Ouyang Changchunexamples/vhost: zero copy mode
2014-05-21 David Marchandconfig: rename "default" configurations as "native"
2014-05-20 Neil Hormanethdev: remove rte_pmd_init_all function
2014-05-20 Neil Hormanixgbe: convert to use of PMD_REGISTER_DRIVER and fix...
2014-05-20 Neil Hormanigb: convert to use of PMD_REGISTER_DRIVER and fix...
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-05-16 Olivier Matzexamples/netmap_compat: fix makefile
2014-05-16 Olivier Matzexamples/qos_sched: fix makefile
next