eal: set name when creating a control thread
[dpdk.git] / lib / librte_vhost / socket.c
2018-04-24 Olivier Matzeal: set name when creating a control thread
2018-04-24 Olivier Matzeal: add function to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-13 Zhihong Wangvhost: adapt library for selective datapath
2018-04-13 Zhihong Wangvhost: add APIs for datapath configuration
2018-03-30 Tonghao Zhangvhost: add pipe event for optimizing negotiation
2018-03-30 Tonghao Zhangvhost: move stdbool include
2018-03-30 Tonghao Zhangvhost: add fdset-event thread name
2018-03-30 Tonghao Zhangvhost: raise error on fdset-thread creation
2018-03-30 Tiwei Bievhost: do not generate signal when sendmsg fails
2018-03-30 Ilya Maximetsvhost: add note about sockets in server mode
2018-03-30 Tomasz Kulasekvhost: check cmsg not null
2018-03-30 Stefan Hajnoczivhost: clear out unused SCM_RIGHTS file descriptors
2018-02-05 Stefan Hajnoczivhost: add flag for built-in virtio driver
2018-01-16 Olivier Matzvhost: fix error code check when creating thread
2018-01-16 Tonghao Zhangvhost: add reconnect thread name for client mode
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-07 Maxime Coquelinvhost: add flag to enable IOMMU support
2017-10-10 Dariusz Stojaczykvhost: add user callbacks for socket open/close
2017-07-19 Zhiyong Yangvhost: fix initialization
2017-07-04 Jens Freimannvhost: check return of mutex initialization
2017-07-04 Jens Freimannvhost: check return of pthread calls
2017-07-04 Jens Freimannvhost: add missing check in driver registration
2017-07-01 Daniel Verkampvhost: clean up per-socket mutex
2017-04-19 Yuanhan Liuvhost: fix use after free
2017-04-01 Yuanhan Liuvhost: introduce API to start a specific driver
2017-04-01 Yuanhan Liuvhost: rename device ops struct
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-04-01 Yuanhan Liuvhost: introduce driver features related APIs
2017-04-01 Yuanhan Liuvhost: fix fd leaks for vhost-user server mode
2017-04-01 Ilya Maximetsvhost: change log levels in client mode
2016-10-26 Yuanhan Liuvhost: fix use after free
2016-10-13 Yuanhan Liuvhost: add a flag to enable dequeue zero copy
2016-09-13 Yuanhan Liuvhost: refactor code structure