mbuf: add namespace to offload flags
[dpdk.git] / app / test-pmd / flowgen.c
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-24 Olivier Matzmbuf: mark old VLAN offload flags as deprecated
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-08 Alvin Zhangapp/testpmd: update forward engine beginning
2021-10-08 Dmitry Kozlyuknet: rename Ethernet header fields
2021-08-31 Zhihong Wangapp/testpmd: add option for number of flows in flowgen
2021-08-24 Zhihong Wangapp/testpmd: use per-core variable in flowgen
2021-08-24 Zhihong Wangapp/testpmd: record Rx and dropped stats in flowgen
2021-08-24 Zhihong Wangapp/testpmd: use existing checksum API in flowgen engine
2021-08-24 Zhihong Wangapp/testpmd: fix Tx retry in flowgen engine
2021-01-29 Igor Russkikhapp/testpmd: support sending cloned packets in flowgen
2021-01-19 George Prekasapp/testpmd: fix IP checksum calculation
2020-09-18 Dharmik Thakkarapp/testpmd: add record-burst-stats runtime config
2020-09-18 Dharmik Thakkarapp/testpmd: add record-core-cycles runtime config
2020-02-13 Thomas Monjalonfix Mellanox copyright and SPDX tag
2020-01-20 Viacheslav Ovsiienkoapp/testpmd: add mempool with external data buffers
2019-11-20 Reshma Pattannet: use IPV4 VHL constant
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to IP defines
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
2018-11-05 Ferruh Yigitapp/testpmd: fix Tx offload flags
2018-01-15 Shahaf Shulerapp/testpmd: cleanup internal Tx offloads flags field
2018-01-15 Shahaf Shulerapp/testpmd: fix flowgen forwarding offload flags
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-07-16 Stephen Hemmingerapp/testpmd: remove duplicate includes
2016-12-23 Adrien Mazarguilapp/testpmd: implement basic support for flow API
2016-10-13 Maciej Czekajapp/testpmd: configure flowgen packet size with --txpkts
2016-09-16 Amine Kherboucheremove unused ring includes
2016-06-16 Zhihong Wangapp/testpmd: add retry option
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-07-07 Helin Zhangapp/testpmd: add qinq stripping and insertion
2015-06-24 Cyril Chemparathyeal: add and use unaligned integer types
2015-03-10 David Marchandtailq: remove unneeded inclusions
2014-09-17 Olivier Matzmbuf: replace data pointer by an offset
2014-09-17 Bruce Richardsonmbuf: flatten struct vlan_macip
2014-09-17 Olivier Matzmbuf: remove the rte_pktmbuf structure
2014-09-17 Olivier Matzmbuf: remove rte_ctrlmbuf
2014-05-16 Cyril Chemparathyapp/testpmd: add flowgen forwarding engine