dpdk.git
2015-02-25 Tetsuya Mukawaethdev: attach or detach port
2015-02-25 Tetsuya Mukawaethdev: add device type
2015-02-25 Tetsuya Mukawaethdev: close device
2015-02-25 Tetsuya Mukawaethdev: release port
2015-02-25 Tetsuya Mukawaethdev: remove assumption that port will not be detached
2015-02-25 Tetsuya Mukawaeal: add vdev init and uninit
2015-02-25 Tetsuya Mukawapci: probe or close device
2015-02-25 Tetsuya Mukawapci: unmap igb_uio resources
2015-02-25 Tetsuya Mukawapci: consolidate address comparisons
2015-02-25 Michael Qiupci: select memory mapping from driver type
2015-02-25 Michael Qiupci: add kernel driver type
2015-02-25 Panu Matilainenixgbe: fix build with gcc 5
2015-02-25 Yerden Zhumabekovapp/test: add crc32 algorithms equivalence check
2015-02-25 Adrien Mazarguildoc: add mlx4 driver
2015-02-25 Adrien Mazarguilmlx4: new poll mode driver
2015-02-25 Adrien Mazarguilscripts: check features to generate configuration header
2015-02-25 Zhihong Wangeal/x86: optimize memcpy for SSE and AVX
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-25 Robert Sanfordtimer: pause in reset sync
2015-02-25 Pawel Wodkowskiexamples/l2fwd-jobstats: add new example
2015-02-25 Cunming Liangeal: fix missing symbol in version map
2015-02-24 Bruce Richardsondoc: update programmers guide for uio_pci_generic
2015-02-24 Bruce Richardsondoc: update linux guide for uio_pci_generic use
2015-02-24 Bruce Richardsoneal/linux: remove unnecessary check for primary instance
2015-02-24 Bruce Richardsoneal/linux: populate uio maps from pci resources array
2015-02-24 Bruce Richardsoneal/linux: mmap uio resources using resourceX files
2015-02-24 Pawel Wodkowskimaintainers: claim responsibility for jobstats library...
2015-02-24 Pawel Wodkowskiexamples/l2fwd-jobstats: new example
2015-02-24 Pawel Wodkowskijobstats: new library
2015-02-24 Daniel Mrzyglodapp/test: fix missing NULL pointer checks
2015-02-24 David Marchanddevargs: restore empty devargs
2015-02-24 Cunming Liangdoc: new eal multi-pthread feature
2015-02-24 Cunming Liangring: add optional yield to avoid spin forever
2015-02-24 Cunming Liangring: support non-EAL thread
2015-02-24 Cunming Liangmempool: support non-EAL thread
2015-02-24 Cunming Liangtimer: support non-EAL thread
2015-02-24 Cunming Liangspinlock: support non-EAL thread
2015-02-24 Cunming Lianglog: support non-EAL thread
2015-02-24 Cunming Liangeal: initialize lcore and socket id
2015-02-24 Cunming Liangmalloc: avoid unknown socket id
2015-02-24 Cunming Liangeal: apply thread affinity by assigned cpuset
2015-02-24 Cunming Liangeal: thread affinity API
2015-02-24 Cunming Liangeal: get unique thread id
2015-02-24 Cunming Liangeal: get socket id from cpu id
2015-02-24 Cunming Liangeal: fix strnlen return value with icc
2015-02-24 Cunming Liangapp/test: add unit tests for --lcores option
2015-02-24 Cunming Liangeal: new option --lcores for cpu assignment
2015-02-24 Cunming Liangeal: add cpuset into lcore config
2015-02-24 Cunming Liangenic: fix bsd namespace conflict
2015-02-24 Cunming Liangeal/bsd: fix namespace conflict
2015-02-24 Cunming Liangeal/bsd: standardize init sequence between linux and bsd
2015-02-24 Anatoly Burakovmaintainers: claim VFIO and IVSHMEM
2015-02-24 Panu Matilainenmk: fix build with Debian/Ubuntu-specific gcc version
2015-02-24 Thomas Monjaloneal: add help option
2015-02-24 Thomas Monjaloneal: sort and align options lists
2015-02-24 Konstantin... doc: describe ACL memory size build parameter
2015-02-24 Konstantin... doc: describe ACL classification methods
2015-02-24 Konstantin... doc: add restrictions for ACL rule fields
2015-02-24 Stephen Hemmingerenic: change probe log message level
2015-02-24 Stephen Hemmingerenic: replace use of printf with log
2015-02-24 Panu Matilainenmk: rework gcc version detection to permit versions...
2015-02-24 Keith Wilesixgbe: remove unused function causing error with clang
2015-02-24 Jeff Shawfm10k: fix clang warning flags
2015-02-24 Jeff Shawfm10k: fix build with unused debug function
2015-02-24 Sergio Gonzalez... examples/packet_ordering: move creation of reorder...
2015-02-24 Sergio Gonzalez... mbuf: fix a couple of doxygen comments
2015-02-24 Sergio Gonzalez... doc: add reorder api to doxygen
2015-02-24 Stefan Puiulib: fix C++11 compilation
2015-02-24 Hemant Agrawalkni: optimize Rx burst
2015-02-24 Igor Ryzhovlpm: fix overflow issue
2015-02-24 Ildar Mustafinpipeline: fix port meta for non-default entries
2015-02-24 Huawei Xievhost: support dynamically registering server
2015-02-24 Huawei Xievhost: support ifname for vhost-user
2015-02-24 Huawei Xievhost: support vhost-user
2015-02-24 Huawei Xievhost: add select based event driven processing
2015-02-24 Huawei Xievhost: implement cuse memory table
2015-02-24 Huawei Xievhost: make host memory mapping more generic
2015-02-24 Huawei Xievhost: copy host memory mapping to a new cuse file
2015-02-24 Huawei Xievhost: move fd copying into cuse subdirectory
2015-02-24 Huawei Xievhost: rename header file
2015-02-24 Huawei Xievhost: move cuse related handling in a subdirectory
2015-02-24 Huawei Xievhost: enable virtio control channel Rx mode
2015-02-23 Bruce Richardsonexamples/rxtx_callbacks: show use of callbacks
2015-02-23 Bruce Richardsonethdev: support optional Rx and Tx callbacks
2015-02-23 Bruce Richardsonethdev: rename interrupt callbacks field
2015-02-15 Jingjing Wui40e: enable internal switch of PF
2015-02-15 Jingjing Wui40e: fix vsi configuration
2015-02-15 Helin Zhangi40e: workaround for XL710 performance
2015-02-23 Dan Alonieal/linux: allow to map BARs with MSI-X tables
2015-02-23 Sergio Gonzalez... mbuf: remove build option to disable refcnt
2015-02-23 Sergio Gonzalez... mbuf: introduce indirect attached flag
2015-02-23 Marc Sunekni: add build option to disable preempting
2015-02-23 Yerden Zhumabekovapp/test: remove redundant compile checks
2015-02-23 Yerden Zhumabekovhash: slice CRC data into 8-byte pieces
2015-02-23 Yerden Zhumabekovhash: fallback to software CRC32 implementation
2015-02-23 Yerden Zhumabekovhash: add CRC function for 8 bytes
next