apps: fix default mbuf size
[dpdk.git] / app /
2015-05-11 Konstantin Ananyevapps: fix default mbuf size
2015-05-11 Bruce Richardsondistributor: remove inclusion of mbuf header
2015-04-28 Olivier Matzapp/test: check cloning with different priv sizes
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-28 Olivier Matzapp/testpmd: use standard functions to initialize mbufs...
2015-04-27 Olivier Matzmbuf: fix data room size calculation in pool init
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-31 Olivier Matzdoc: update testpmd guide about csum forward engine
2015-03-30 Pawel Wodkowskiapp/test: fix strict aliasing with gcc 4.4
2015-03-23 Julien Cretinapp/testpmd: fix potential out of bounds read
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-20 Yong Liuapp/testpmd: fix reconfig flag for all ports
2015-03-16 John McNamaraeal: fix type casting of value to align
2015-03-11 Yong Liuapp/testpmd: fix incorrect port number check
2015-03-10 Jingjing Wuixgbe: fix supported flow types
2015-03-10 Pablo de Laraapp/testpmd: stop forwarding when quitting
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-09 Ouyang Changchunapp/testpmd: more vlan offload commands
2015-03-09 Michal Jastrzebskiapp/testpmd: check vlan filter configuration
2015-03-09 Michal Jastrzebskiapp/testpmd: fix bond port creation
2015-03-09 Michael Qiuapp/testpmd: forbid actions on invalid port
2015-03-09 Michael Qiuapp/testpmd: fix log with no bound device
2015-03-04 Stephen Hemmingerapp/test: remove unneeded casts
2015-02-27 Tetsuya Mukawaapp/testpmd: fix crash when portmask is specified
2015-02-25 Tetsuya Mukawaapp/testpmd: support port hotplug
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-23 Jijiang Liuapp/testpmd: support NVGRE in Tx checksum offload
2015-02-23 Jijiang Liuapp/testpmd: support NVGRE in Rx tunnel filtering
2015-02-22 Helin Zhangapp/testpmd: support new rss offloads
2015-02-22 Helin Zhangapp/testpmd: fix some indent
2015-02-22 Helin Zhangethdev: unification of RSS offload types
2015-02-22 Helin Zhangethdev: unification of flow types
2015-02-22 Jingjing Wuapp/testpmd: new commands for ntuple filter
2015-02-22 Jingjing Wuapp/testpmd: new commands for syn filter
2015-02-22 Jingjing Wuapp/testpmd: new commands for flex filter
2015-02-22 Jingjing Wuapp/testpmd: set default flow director mask
2015-02-22 Jingjing Wuapp/testpmd: update display of flow director information
2015-02-22 Jingjing Wuapp/testpmd: update flow director commands
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-20 Maciej Gajdzicanet: change arp header struct declaration
2015-02-20 Pablo de Laraapp/testpmd: fix uninitialized flow control variables
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-16 Olivier Matzapp/testpmd: fix TSO when using outer checksum offloads
2015-02-16 Olivier Matzapp/testpmd: warn if outer ip cksum is requested but...
2015-02-16 Olivier Matzapp/testpmd: support IPIP tunnel in csum forward engine
2015-02-16 Olivier Matzapp/testpmd: support GRE tunnels in csum fwd engine
2015-02-16 Olivier Matzapp/testpmd: introduce vxlan parsing function in csum...
2015-02-16 Olivier Matzapp/testpmd: use a structure to store offload info...
2015-02-16 Olivier Matzapp/testpmd: introduce IP parsing functions in csum...
2015-02-16 Olivier Matzapp/testpmd: rename vxlan in outer-ip in csum commands
2015-02-16 Olivier Matzapp/testpmd: add csum parse-tunnel command
2015-02-16 Olivier Matzapp/testpmd: move checksum config display in a function
2015-02-16 Olivier Matzapp/testpmd: rename Tx checksum command
2015-02-16 Olivier Matzmbuf: remove UDP tunnel flag
2015-02-16 Olivier Matzmbuf: enhance the API documentation of offload flags
2015-02-14 Pablo de Laraapp/testpmd: use default Rx/Tx port configuration
2015-02-14 Pablo de Laraapp/testpmd: force user to stop forwarding when changin...
2015-02-14 Pablo de Laraapp/testpmd: remove incorrect parameter limits in help...
2015-02-14 Pablo de Laraapp/testpmd: remove duplicated parameter parsing
2015-02-14 Xuelin Shiapp/testpmd: fix port parsing in show port info command
2015-02-02 Helin Zhangapp/testpmd: add hash configuration
2015-02-02 Declan Dohertybond: remove offload flags from transmit policy checks
2015-02-02 Thomas Monjalonacl: remove standalone header
2015-01-28 Konstantin Ananyevacl: introduce config parameter for performance/space...
2015-01-28 Konstantin Ananyevapp/test-acl: add ability to manually select RT method
2015-01-28 Konstantin Ananyevapp/test: few small fixes for acl
2015-01-20 Jingjing Wuapp/testpmd: new commands for ethertype filter
2015-01-18 Ouyang Changchunapp/testpmd: set Rx VMDq RSS mode
2015-01-15 Bruce Richardsonapp/testpmd: remove duplicated function for list parsing
next