aboutsummaryrefslogtreecommitdiffstats
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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 Ananyev23-2930/+4742
2016-11-15fix dpdk version checkingMohammad Abdul Awal1-1/+1
2016-10-19example/udpfw: assign queue id after mac info in ports initializedMohammad Abdul Awal1-44/+19
2016-10-07makefiles: don't assume that output and target is always the sameKonstantin Ananyev1-2/+2
2016-10-06Enable C++ files compilationKonstantin Ananyev1-1/+1
2016-09-16allocated all port and all cpu momory together instead of reallocMohammad Abdul Awal4-7/+18
2016-09-15udpfw: dynamic allocation of netbe_* structuresMohammad Abdul Awal4-11/+43
2016-09-13add list of blocked ports for IPv6Mohammad Abdul Awal1-6/+8
2016-09-12Merge "added Python script to generate streams for fe.cfg file"Konstantin Ananyev1-0/+199
2016-09-09makefile: allow using DPDK from git and OS distributionsMohammad Abdul Awal5-246/+364
2016-09-09added Python script to generate streams for fe.cfg fileMohammad Abdul Awal1-0/+199
2016-09-06Initial working version of RSSMohammad Abdul Awal7-309/+738
2016-07-29Merge "udpfwd: allow BE and FE run over same core"Konstantin Ananyev2-78/+157
2016-07-29udpfwd: allow BE and FE run over same coreKonstantin Ananyev2-78/+157
2016-07-29udpfwd: avoid loads blocked by stores while updating mbuf tx_offloadKonstantin Ananyev1-3/+9
2016-07-19fix segfault on input packets with invalid checksumKonstantin Ananyev1-12/+35
2016-07-07Change libtle_udp to use dring.Konstantin Ananyev1-2/+15
2016-07-07Introduce extra layer of hierarchy to the makefiles.Konstantin Ananyev1-0/+26
2016-06-21Fixed reallocated memory initialisation bugMohammad Abdul Awal1-0/+2
2016-06-07Initial commit of tldk code.Konstantin Ananyev10-0/+3625