aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd
AgeCommit message (Expand)AuthorFilesLines
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