app/test: check cloning a clone
[dpdk.git] / app / test /
2015-04-28 Olivier Matzapp/test: check cloning a clone
2015-04-28 Olivier Matzapp/test: enhance mbuf refcnt check
2015-04-28 Olivier Matzapp/test: rename mbuf variable
2015-04-28 Olivier Matzapps: use helper to create mbuf pools
2015-04-20 Stephen Hemmingerpci: make device id tables const
2015-04-20 Thomas Monjalonuse simple zero initializers
2015-04-13 Stephen Hemmingerethdev: make dev_ops const
2015-04-13 Stephen Hemmingerapp/test: put dev_ops in private
2015-04-13 Stephen Hemmingerapp/test: remove useless null check before rte_free
2015-04-13 Stephen Hemmingerapp/test: remove useless memset
2015-03-30 Pawel Wodkowskiapp/test: fix strict aliasing with gcc 4.4
2015-03-22 Marvin Liuapp/test: fix build with gcc < 4.4
2015-03-22 Marvin Liuapp/test: fix build constructor with gcc < 4.4
2015-03-16 John McNamaraeal: fix type casting of value to align
2015-03-10 David Marchandeal: remove useless errno
2015-03-10 David Marchandtailq: introduce dynamic register system
2015-03-10 David Marchandtailq: get rid of broken reserve api
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-09 Michael Qiuapp/test: fix printf format
2015-03-04 Stephen Hemmingerapp/test: remove unneeded casts
2015-02-25 Tetsuya Mukawaethdev: add device type
2015-02-25 Yerden Zhumabekovapp/test: add crc32 algorithms equivalence check
2015-02-25 Zhihong Wangapp/test: extend memcpy test coverage
2015-02-25 Zhihong Wangapp/test: remove unnecessary memcpy test cases
2015-02-25 Zhihong Wangapp/test: disable variable tracking assignment for...
2015-02-25 Robert Sanfordtimer: fix reset return value
2015-02-25 Robert Sanfordtimer: fix stress test on multiple runs
2015-02-24 Daniel Mrzyglodapp/test: fix missing NULL pointer checks
2015-02-24 David Marchanddevargs: restore empty devargs
2015-02-24 Cunming Liangapp/test: add unit tests for --lcores option
2015-02-23 Bruce Richardsonethdev: rename interrupt callbacks field
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-23 Yerden Zhumabekovapp/test: remove redundant compile checks
2015-02-22 Jingjing Wuethdev: remove flexbytes offset from flow director
2015-02-20 Maciej Gajdzicaapp/test: add unit tests for link bonding mode 6
2015-02-20 Daniel Mrzyglodbond: rename mode 5
2015-02-18 Tomasz Kulasekapp/test: link with ring pmd when needed
2015-02-18 Tomasz Kulasekapp/test: unit tests for bonding mode 4
2015-02-18 Tomasz Kulasekapp/test: rework assert macros
2015-02-18 Sergio Gonzalez... app/test: new reorder unit test
2015-02-18 David Marchandapp/test: fix devargs tests
2015-02-02 Declan Dohertybond: remove offload flags from transmit policy checks
2015-01-28 Konstantin Ananyevapp/test: few small fixes for acl
2015-01-15 Declan Dohertybond: fix vlan flag interpretation
2014-12-17 Olivier Matzapp/test: fix misplaced braces in strncmp
2014-12-17 Bruce Richardsonapp/test: fix assert macro
2014-12-17 Bruce Richardsonapp/test: check for mbuf allocation failure
2014-12-17 Bruce Richardsonapp/test: fix crash after null check
2014-12-17 Pablo de Laraapp/test: fix multi-process when device is bound to uio
2014-12-11 Pablo de Laraapp/test: fix memory needs
2014-12-11 Declan Dohertybond: fix mac assignment to slaves
2014-12-05 Alan Carewcmdline: fix overflow on bsd
2014-11-27 Daniel Mrzyglodbond: unit tests for mode 5
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-11-27 David Marchandapp: no more bare metal environment
2014-11-26 Chao Zhuapp/test: fix finding the second smallest memory segment
2014-11-26 Chao Zhumem: add huge page sizes for IBM Power
2014-11-26 Chao Zhumk: define cache size for IBM Power
2014-11-26 Chao Zhueal/ppc: cpu flag checks for IBM Power
2014-11-26 Alan Carewapp/test: vm power management
2014-11-25 Simon Kuenzereal: add option --master-lcore
2014-11-25 Didier Pallardeal: add core list input format
2014-11-25 Thomas Monjaloneal: factorize common headers
2014-11-24 Declan Dohertyapp/test: refactor bonding checks with macros
2014-11-24 Declan Dohertybond: support link status polling
2014-11-24 Declan Dohertybond: free mbufs on Tx burst failure
2014-11-24 Declan Dohertybond: support link status interrupt
2014-11-24 Bruce Richardsonapp/test: fix misplaced braces in devargs check
2014-11-24 Pablo de Laraapp/test: remove file prefix option for bsd
2014-11-13 Qinglai Xiaombuf: add usr alias for hash
2014-11-12 Cunming Liangapp/test: measure cycles per packet in Rx/Tx
2014-11-12 Cunming Liangapp/test: allow to create packets of different sizes
2014-11-05 Pablo de Laraapp/test: fix pci registration
2014-11-05 Anatoly Burakovapp/test: fix memory needs since tailq rework
2014-10-22 Declan Dohertybond: disable broadcast mode if mbuf refcnt is disabled
2014-10-21 Marc Sunekni: memzone pool for alloc and release
2014-10-20 Bruce Richardsonapp/test: fix crash for fbk hashes with a lot of entries
2014-09-29 Thomas Monjaloneal: remove rte_snprintf
2014-09-29 Thomas Monjalonexamples: do not probe pci twice
2014-09-17 Bruce Richardsonmbuf: split mbuf across two cache lines.
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
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-26 David Marchandapp/test: only build what has been selected in config
2014-08-26 David Marchandapp/test: no more builtin commands
2014-08-26 David Marchandapp/test: convert all tests to register system
2014-08-26 David Marchandapp/test: introduce dynamic commands list
2014-08-26 David Marchandapp/test: remove pm_autotest
2014-08-26 David Marchandapp/test: use accessor to set refcnt field
2014-08-26 David Marchandapp: simplify makefiles
2014-08-01 Declan Dohertybond: fix unit tests
2014-08-01 Declan Dohertyapp/test: new assert macros and test suite runner
2014-07-22 Anatoly Burakovtailq: change rte_dummy to rte_tailq_entry
2014-07-22 Pablo de Lararing: simplify unit tests
2014-07-01 Pablo de Laraapp/test: fix and separate --vdev unit test
2014-07-01 Pablo de Laraapp/test: remove writes in NULL buffer from cmdline...
2014-07-01 Thomas Monjalonapp/test: fix build switches to enable cmdline tests
next