test mbuf attach
[dpdk.git] / examples / vhost /
2020-07-30 Sarosh Arifexamples: fix port mask parsing failure handling
2020-07-01 Bruce Richardsonbuild/pkg-config: improve static linking flags
2020-06-24 Georgiy Levashovexamples: add flush after stats printing
2019-11-20 Bruce Richardsonexamples: hide error for missing pkg-config path flag
2019-11-20 Bruce Richardsonexamples: fix build with old pkg-config
2019-10-07 Igor Romanovexamples: check status of getting MAC address
2019-10-07 Ivan Ilchenkoexamples: take promiscuous mode switch result into...
2019-10-07 Ivan Ilchenkoexamples/vhost: check status of getting ethdev info
2019-07-03 Bruce Richardsonexamples: fix pkg-config detection with older make
2019-07-02 Bruce Richardsonexamples: support relocated DPDK install
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-20 Bruce Richardsonexamples: fix make clean when using pkg-config
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-30 Bruce Richardsonexamples: detect default build directory
2019-03-12 Bruce Richardsonmk: use linux and freebsd in config names
2019-03-12 Bruce Richardsonbuild/linux: rename macro from LINUXAPP to LINUX
2019-01-18 Tiwei Bieexamples/vhost: fix path allocation failure handling
2019-01-15 Rami Rosenexamples/vhost: fix a typo
2019-01-14 Rami Rosenexamples/vhost: remove unnecessary method and constant
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-12 Rami Rosenexamples/vhost: remove unnecessary constant
2018-07-12 Thomas Monjalonexamples: make Linux environment check consistent
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-05-14 Maxime Coquelinexamples/vhost: fix header copy to discontiguous desc...
2018-04-24 Olivier Matzexamples: use new API to create control threads
2018-04-24 Olivier Matzuse sizeof to avoid double use of a length define
2018-04-23 Maxime Coquelinexamples/vhost: move to safe GPA translation API
2018-04-17 Bruce Richardsonexamples: disable unsupported examples on BSD build
2018-04-17 Thomas Monjalonethdev: deprecate port count function
2018-04-17 Thomas Monjalonfix ethdev port id validation
2018-04-17 Thomas Monjalonfix ethdev ports enumeration
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonexamples: enable linking both static and shared
2018-01-30 Bruce Richardsonexamples: use pkg-config in makefiles
2018-01-30 Bruce Richardsonexamples: put app name and sources at top of makefiles
2018-01-30 Bruce Richardsonexamples: build some samples with meson
2018-01-16 Shahaf Shulerexamples/vhost: convert to new ethdev offloads API
2018-01-16 Zhiyong Yangexamples/vhost: fix startup check
2018-01-16 Junjie Chenexamples/vhost: fix sending ARP packet to self
2018-01-16 Stefan Hajnoczivhost: introduce vring call API
2018-01-04 Bruce Richardsonexamples: use SPDX tag for Intel copyright files
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-08 Roman Zhukovexamples: adjust Rx and Tx descriptors to device limits
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-06-05 Jerin Jacobexamples/vhost: fix uninitialized descriptor indexes
2017-05-10 Gang Jiangexamples/vhost: fix socket path parsing
2017-04-10 Jeff Guoexamples: enable HW CRC strip by default
2017-04-01 Yuanhan Liuexamples/vhost: demonstrate the new generic APIs
2017-04-01 Yuanhan Liuvhost: rename header file
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: do not include net specific headers
2017-04-01 Yuanhan Liuvhost: drop the Rx and Tx queue macro
2017-04-01 Yuanhan Liuvhost: make notify ops per vhost driver
2017-04-01 Yuanhan Liuvhost: use new APIs to handle features
2017-01-17 Yong Wangexamples/vhost: fix lcore initialization
2017-01-17 Yong Wangexamples/vhost: fix calculation of mbuf count
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-10-13 Yuanhan Liuexamples/vhost: add --dequeue-zero-copy option
2016-09-13 Jianfeng Tanexamples/vhost: remove VLAN strip option
2016-09-13 Jiayu Huexamples/vhost: support multiple socket files
2016-09-13 Jiayu Huexamples/vhost: rename --dev-basename to --socket-file
2016-07-22 Jianfeng Tanexamples/vhost: fix performance
2016-07-11 Jianfeng Tanexamples/vhost: print error logs on failure
2016-06-22 Yuanhan Liuexamples/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 queue free entries
2016-06-22 Yuanhan Liuvhost: rename device id variable
2016-06-22 Yuanhan Liuexamples/vhost: make a copy of virtio device id
2016-06-22 Yuanhan Liuvhost: declare device id as int
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-06-22 Yuanhan Liuexamples/vhost: fix corrupted vdev tailq list
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-05-10 Yuanhan Liuexamples/vhost: embed statistics into device structure
2016-05-10 Yuanhan Liuexamples/vhost: clean switch worker
2016-05-10 Yuanhan Liuexamples/vhost: fix mbuf allocation failure
2016-05-10 Yuanhan Liuexamples/vhost: handle broadcast packet
2016-05-10 Yuanhan Liuexamples/vhost: use MAC compare helper
2016-05-10 Yuanhan Liuexamples/vhost: use tailq to link vhost devices
2016-05-10 Yuanhan Liuexamples/vhost: remove unused macro and struct
2016-05-10 Yuanhan Liuexamples/vhost: remove the non-working zero copy code
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-03-25 Yuanhan Liuexamples/vhost: fix VLAN tag
2016-03-25 Yuanhan Liuexamples/vhost: fix offload settings
2016-03-25 Yuanhan Liuexamples/vhost: remove unnecessary pseudo checksum...
2016-02-28 Jianfeng Tanexamples/vhost: fix out of sequence packets
2016-02-28 Jianfeng Tanexamples/vhost: fix mbuf allocation
next