vhost: introduce API to start a specific driver
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
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: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: export the number of vrings
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liunet/vhost: remove feature related APIs
2017-04-01 Maxime Coquelinnet/vhost: set MTU
2017-04-01 Rami Rosennet/vhost: remove include of numaif.h
2017-04-04 Zhiyong Yangnet/vhost: remove limit of vhost Rx burst size
2017-04-04 Zhiyong Yangnet/vhost: remove limit of vhost Tx burst size
2017-03-27 Billy McFallnet/vhost: free consumed Tx buffers on demand
2017-01-30 Jianfeng Tannet/vhost: fix unix socket not removed as closing
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 David Marchandnet: remove dead driver names
2017-01-17 Chas Williamsnet/vhost: emulate device start/stop behavior
2017-01-17 Chas Williamsnet/vhost: fix socket file deleted on stop
2017-01-04 Olivier Matzethdev: fix extended statistics name index
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-10-25 Jan Bluncknet: register aliases for renamed vdev drivers
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Yuanhan Liunet/vhost: add an option to enable dequeue zero copy
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-09-29 Zhiyong Yangnet/vhost: add extended statistics
2016-09-29 Zhiyong Yangnet/vhost: move statistics into a structure
2016-09-29 Ciara Loftusnet/vhost: retrieve vid for a given port
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandethdev: get rid of device type
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-11 Rich Lanenet/vhost: fix queue state not reset on destroy
2016-07-10 Pablo de Laradrivers: split parameters infos in multiple lines
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-30 Tetsuya Mukawanet/vhost: fix Tx error counting
2016-06-22 Yuanhan Liunet/vhost: add client option
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: remove dependency on device private field
2016-06-22 Yuanhan Liuvhost: export interface name
2016-06-22 Yuanhan Liuvhost: export number of queues
2016-06-22 Yuanhan Liuvhost: export numa node
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-04-07 Rich Lanevhost: enable guest notification only on enabled queues
2016-04-06 Ciara Loftusvhost: fix retrieval of numa node in driver
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-25 Tetsuya Mukawavhost: fix maximum of queues
2016-03-25 Tetsuya Mukawavhost: add driver on top of the library