eal: split atomic operations to architecture specific
[dpdk.git] / examples /
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
2014-05-16 Olivier Matzexamples: add a makefile to build all examples
2014-05-16 Olivier Matzexamples: use rte.extsubdir.mk to build examples with...
2014-02-26 Bruce Richardsonexamples/netmap_compat: import netmap compatibility...
2014-02-26 Bruce Richardsonexamples/l2fwd-ivshmem: import sample application
2014-02-26 Bruce Richardsonexamples/vhost: import userspace vhost application
2014-02-26 Bruce Richardsonexamples/dpdk-qat: various updates
2014-02-26 Bruce Richardsonexamples: minor changes
2014-02-25 Bruce Richardsonxen: import xenvirt pmd and vhost_xen
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsonmk: compilation fixes
2014-02-25 Bruce Richardsonadd FreeBSD support
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-11-24 Intelexamples/l3fwd-vf: improve configuration
2013-11-24 Intelexamples/exception_path: 64-bit coremasks
2013-10-09 Intelexamples: minor changes
2013-10-09 Intelexamples/qat: upgrade to CRF 1.2
2013-10-09 Intelexamples/l3fwd: no bare metal support
2013-10-09 Intelexamples/l2fwd_fork: new app
2013-10-09 Intelexamples/qos_sched: add stats
2013-10-09 Intelexamples/qos_meter: add color policy
2013-10-09 Intelexamples/kni: new parameters
2013-10-09 Intelexamples/vmdq_dcb: new port mask parameter
2013-10-09 Intelexamples/vmdq: new app
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelexamples/ip_reassembly: various updates
2013-09-17 Intelexamples/dpdk_qat: rework port discovery
2013-09-17 Intelexamples/qos_sched: minor changes
2013-09-17 Intelexamples/qos_sched: add --msz for mempool size
2013-09-17 Intelexamples/l3fwd-power: use DD bit rather than RX queue...
2013-09-17 Intelsched: only support TC 3 oversubscription
2013-09-17 Intelsched: add mtu parameter
2013-09-17 Intelexamples/quota_watermark: initial import
2013-09-17 Intelexamples/ip_reassembly: initial import
2013-09-17 Intelexamples/l3fwd-vf: release resources on SIGINT
2013-09-17 Intelexamples/l3fwd: various updates
2013-09-17 Intelexamples/l2fwd: if no port configured, exit
next