aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd
AgeCommit message (Expand)AuthorFilesLines
2021-04-28bump dpdk version to 20.05Konstantin Ananyev7-117/+121
2020-03-04l4p/tcp_ofo: Add status on exit to test scriptMariusz Drost1-0/+7
2020-03-03l4p/tcp_ofo: Add usage of --mbuf-numMariusz Drost1-2/+5
2020-03-03l4fwd: Add new cmd-line parameter --mbuf-numMariusz Drost5-9/+21
2020-02-04l4p/tcp_ofo: ofo and loss tests mergeMariusz Drost4-166/+315
2020-02-03l4fwd: Change rx offload defaultMariusz Drost1-5/+1
2019-12-31v6: make TCP stream alloc/free to use memtank APIKonstantin Ananyev1-0/+1
2019-12-19l4p/tcp_ofo: fix killing l4fwd app in testsMariusz Drost1-1/+1
2019-12-12l4p/tcp_ofo: Tests for ofo and loss of pktsMariusz Drost4-0/+1098
2019-06-14dpdk: move to v18.11 as default DPDK versionJianfeng Tan3-10/+6
2018-02-08at DPDK queue setup take into account device descriptor limits.Konstantin Ananyev1-3/+7
2018-02-07tldk: make sure it builds/works with latest dpdk (17.11/18.02)Konstantin Ananyev5-118/+122
2017-11-24l4fwd: allow to specify TX payload contents for rxtx modeKonstantin Ananyev5-16/+104
2017-07-27- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().Konstantin Ananyev2-6/+39
2017-06-30Add l4fwd RXTX modeRemy Horton6-11/+140
2017-05-15Added rte_ring wrapper functions to support dpdk-17.05 and older versionMohammad Abdul Awal5-365/+298
2017-05-09two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...Mohammad Abdul Awal3-3/+4
2017-04-14* Add siphash file for calculating the sequence number.Reshma Pattan3-3/+58
2017-03-23implement sw segmentation for tcpMohammad Abdul Awal1-3/+3
2017-03-06Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.Konstantin Ananyev3-86/+108
2017-02-24Introduce first version of TCP code.Konstantin Ananyev19-0/+6326