kvargs: add test case in app/test
[dpdk.git] / lib /
2014-02-26 Olivier Matzkvargs: make the NULL key to match all entries
2014-02-26 Olivier Matzkvargs: add the key in handler pameters
2014-02-26 Olivier Matzkvargs: add const attribute in handler parameters
2014-02-26 Olivier Matzkvargs: be strict when matching a key
2014-02-26 Olivier Matzkvargs: simpler parsing and allow duplicated keys
2014-02-26 Olivier Matzkvargs: rework API to fix memory leak
2014-02-26 Olivier Matzkvargs: remove useless size field
2014-02-26 Olivier Matzkvargs: remove driver name in arguments
2014-02-26 Olivier Matzkvargs: use the new library in pmd_pcap
2014-02-26 Olivier Matzkvargs: add a new library to parse key/value arguments
2014-02-26 Thomas Monjaloneal: remove unused macro for blacklist
2014-02-26 Ivan Bouleeal: fix recording of detected/enabled logical cores
2014-02-26 Thomas Monjaloneal: fix type of pointer arithmetic result
2014-02-26 Damien Millescampseal: add support for shared object drivers
2014-02-26 Thomas Monjalondoc: fix some doxygen comments
2014-02-26 Bruce Richardsonversion: 1.6.0
2014-02-26 Bruce Richardsonixgbe: fix vf irq storm when running on Xen Dom0.
2014-02-26 Bruce Richardsonixgbe: prepare for vector pmd
2014-02-26 Bruce Richardsonixgbe: minor rework offloading bits fix
2014-02-26 Bryan Bensonixgbe: fix offloading bits when Rx bulk alloc is used
2014-02-26 Qinglai Xiaoixgbe: query assignment of VF queues
2014-02-26 Bruce Richardsonixgbe: fix disabling loopback mode
2014-02-26 Qinglai Xiaoixgbe: add Tx->Rx loopback mode for 82599
2014-02-26 Bruce Richardsonigb: fix dual vlan ethertype
2014-02-26 Stephen Hemmingerigb: restore workaround errata with wthresh on 82576
2014-02-26 Bruce Richardsonigb/ixgbe: remove useless header inclusion
2014-02-26 Maxime Leroyigb/ixgbe: allow RSS with only one Rx queue
2014-02-26 Maxime Leroyigb/ixgbe: ETH_MQ_RX_NONE should disable RSS
2014-02-26 Bruce Richardsonpcap: add missing dependency on malloc
2014-02-26 Bruce Richardsonvirtio: mark functions as always inline
2014-02-26 Bruce Richardsonvirtio: various improvements
2014-02-26 Bruce Richardsonvirtio: add close function
2014-02-26 Bruce Richardsonvmxnet3: import new vmxnet3 poll mode driver implementation
2014-02-26 Bruce Richardsonpci: add pci ids for vmxnet3 devices
2014-02-26 Bruce Richardsonkni: update kernel driver ethtool baseline
2014-02-26 Bruce Richardsonkni: fix packet loss in loopback mode
2014-02-25 Bruce Richardsonkni: add kni close function
2014-02-25 Bruce Richardsonxen: import xenvirt pmd and vhost_xen
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsonivshmem: library changes for mmaping using ivshmem
2014-02-25 Bruce Richardsonmem: add bounded reserve function
2014-02-25 Pei Chaomem: remove duplicated lines
2014-02-25 Thomas Monjalonmem: fix log for --no-huge
2014-02-25 Bruce Richardsonmem: allow virtual memory address hinting
2014-02-25 Bruce Richardsonmbuf: rework check on mbuf freeing
2014-02-25 Bruce Richardsonsched: use common macro RTE_DIM
2014-02-25 Bruce Richardsontimer: missing optimization flag in compile
2014-02-25 Bruce Richardsoneal: fix printf format
2014-02-25 Bruce Richardsoneal: cleanup on mempool and memzone object names
2014-02-25 Bruce Richardsoneal: fix build with some gcc 4.4 toolchains
2014-02-25 Bruce Richardsoneal: fix typo for RTE_EAL_ALLOW_INV_SOCKET_ID
2014-02-25 Bruce Richardsoneal: fix support for older gcc versions
2014-02-25 Bruce Richardsoneal: fix cpuflags for latest microarch
2014-02-25 Bruce Richardsoneal: new common macros added
2014-02-25 Bruce Richardsoneal: add rte_compiler_barrier() macro
2014-02-25 Bruce Richardsonmk: compilation fixes
2014-02-25 Bruce Richardsonadd FreeBSD support
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2014-01-15 Intelversion: 1.5.2
2014-01-15 Intellpm: fix sub-rule deletion
2014-01-15 Richardson, Brucepcap: fix mbuf allocation
2014-01-15 Intelixgbe: residual fix about resetting big Tx queues
2014-01-15 Richardson, Bruceigb/ixgbe: fix build with ICC
2014-01-03 Thomas Monjalonigb/ixgbe: fix index overflow when resetting big queues
2013-11-24 Intelversion: 1.5.1
2013-11-24 Intelapp/test: rename pmac_acl as acl
2013-11-24 Intelkni: fix vhost build with kernel 3.7
2013-11-24 Intelkni: fix X540 init
2013-11-24 Intelkni: add i354 support
2013-11-24 Intelixgbe: fix index overflow when resetting big Tx queues
2013-11-24 Intelixgbe: fix RSC disabling bit
2013-11-24 Intelixgbe: add MAC control forward
2013-11-24 Intele1000: add MAC control forward
2013-11-24 Intelethdev: add MAC control forward
2013-11-24 Intelixgbe: add 82599 bypass support
2013-11-24 Intelethdev: add bypass logic
2013-11-24 Inteligb: fix PF build
2013-11-24 Inteligb: configure CRC stripping for i211 and i354
2013-11-24 Inteligb: add i354 support
2013-11-24 Intele1000: update base driver
2013-11-24 Intele1000: revert fix for multicast in VF
2013-11-24 Intele1000: more error checks
2013-11-24 Intele1000: mark unused parameters
2013-11-24 Intele1000: minor changes
2013-11-24 Intele1000: whitespace changes
2013-11-24 Intelvirtio: minor changes
2013-11-24 Intelring: use rte_atomic functions
2013-11-24 Intelring: move log
2013-11-24 Intelring: fix build without ixgbe
2013-11-24 Intelpcap: fix build without ixgbe
2013-11-23 Intelmem: remove hugepage file on unmap
2013-11-23 Intelpci: fix sysfs parsing for uio
2013-11-21 Intelsched: remove debug symbols
2013-11-21 Intelmeter: remove debug symbols
2013-11-21 Intellpm: fix route adding
2013-11-20 Inteleal: whitespace change
2013-11-20 Inteleal: fix build with intrinsics and gcc < 4.8
2013-11-19 Intelmk: avoid multiple inclusion of rte_config.h
2013-10-09 Intelversion: 1.5.0-pre-release
2013-10-09 Intelkni: add vhost backend
next