mbuf: fix performance with 128-byte cache line
[dpdk.git] / lib / librte_vhost / vhost_user /
2015-12-13 Huawei Xievhost: fix missed unlock
2015-12-13 Huawei Xievhost: fix missed break in switch
2015-12-13 Huawei Xievhost: fix out-of-bounds read
2015-11-24 Victor Kaplanskyvhost: fix enabling vring per queue
2015-11-24 Jianfeng Tanvhost: fix mmap not aligned with hugepage size
2015-10-30 Yuanhan Liuvhost: fix build with kernel < 3.8
2015-10-30 Tetsuya Mukawavhost: fix crash with multiqueue enabled
2015-10-26 Yuanhan Liuvhost-user: enable multiple queue
2015-10-26 Changchun Ouyangvhost-user: handle message to enable vring
2015-10-26 Yuanhan Liuvhost-user: prepare multiple queue setup
2015-10-26 Yuanhan Liuvhost-user: announce queue number in message
2015-10-26 Yuanhan Liuvhost-user: support protocol features
2015-10-21 Jerome Jutteauvhost: fix missing device checks
2015-09-25 Yuanhan Liuvhost: fix wrong usage of eventfd_t
2015-09-25 Yuanhan Liuvhost: get rid of duplicate code
2015-07-17 Ouyang Changchunvhost: add log on socket bind failure
2015-06-30 Huawei Xievhost: comment unwanted callback
2015-06-30 Huawei Xievhost: cleanup unix socket
2015-06-30 Huawei Xievhost: fix race for connection fd
2015-03-20 Huawei Xievhost: fix build
2015-03-09 Huawei Xievhost: fix file descriptors naming
2015-03-09 Huawei Xievhost: use loop instead of goto
2015-03-09 Huawei Xievhost: combine select with sleep
2015-03-05 Huawei Xievhost: fix crash by removing device when requested
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