ethdev: fix max Rx packet length
[dpdk.git] / examples / vhost / main.c
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-08 Dmitry Kozlyuknet: rename Ethernet header fields
2021-09-14 Jiayu Huvhost: remove copy threshold for async path
2021-09-07 Aman Deep Singhnet: add macro to extract MAC address bytes
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-07-23 Cheng Jiangexamples/vhost: handle memory hotplug for async vhost
2021-07-21 Jiayu Huvhost: rework async configuration structure
2021-05-04 David Marchandvhost: fix offload flags in Rx path
2021-05-04 Cheng Jiangexamples/vhost: fix overflow in argument parsing
2021-04-21 Chengchang Tangexamples: add eal cleanup to examples
2021-03-23 Ibtisam Tariqexamples/vhost: enhance getopt_long usage
2021-02-04 Cheng Jiangexamples/vhost: fix potentially overflowing expression
2021-02-04 Cheng Jiangexamples/vhost: remove async inflight packet counter
2021-01-29 Cheng Jiangexamples/vhost: refactor vhost data path
2021-01-13 Jiayu Huvhost: enhance async enqueue for small packets
2020-11-13 Cheng Jiangexamples/vhost: fix ioat dependency
2020-11-13 Cheng Jiangexamples/vhost: check argument length
2020-11-03 Cheng Jiangexamples/vhost: support vhost async data path
2020-11-03 Cheng Jiangexamples/vhost: add async vhost args parsing
2020-10-20 Stephen Hemmingereal: rename lcore master and slave
2020-09-30 Maxime Coquelinexamples/vhost: remove dequeue zero-copy support
2020-07-30 Sarosh Arifexamples: fix port mask parsing failure handling
2020-06-24 Georgiy Levashovexamples: add flush after stats printing
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-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-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
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-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-09-12 Rami Rosenexamples/vhost: remove unnecessary constant
2018-07-04 Ferruh Yigitethdev: remove old offload API
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-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-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-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-06 Jerin Jacobeal: introduce macro for always inline
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: 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
2016-02-17 Jijiang Liuexamples/vhost: add virtio offload
2016-02-17 Jijiang Liuexamples/vhost: remove IPv4 header definition
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-10 Bernard Iremongerexamples/vhost: reduce number of hugepages needed
next