summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-09tldk: introduce versioning, follow DPDK notationv18.02Konstantin Ananyev3-0/+91
2018-02-09Merge "at DPDK queue setup take into account device descriptor limits."Konstantin Ananyev2-7/+15
2018-02-08at DPDK queue setup take into account device descriptor limits.Konstantin Ananyev2-7/+15
2018-02-08Move to 17.11 as default DPDK version.Konstantin Ananyev2-6/+5
2018-02-07tldk: make sure it builds/works with latest dpdk (17.11/18.02)Konstantin Ananyev13-156/+178
2017-11-24l4fwd: allow to specify TX payload contents for rxtx modeKonstantin Ananyev5-16/+104
2017-11-01tle_tcp: return ENODATA for unprocessed/unused packets that belong to existin...Konstantin Ananyev1-2/+1
2017-10-31Integrate TLDK with NGINXKonstantin Ananyev457-0/+228981
2017-07-27- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().Konstantin Ananyev22-281/+902
2017-06-30Add l4fwd RXTX modeRemy Horton8-11/+162
2017-06-20libtle_l4p: fix both wl1 and wl2 should coexist inside union wui.Konstantin Ananyev1-1/+1
2017-06-11libtle_l4p: fix at termination tcp stream not always cleanup it's send queue.Konstantin Ananyev2-7/+24
2017-06-09tle_tcp_proces: fix the issue when strem can sit in the txs queue forever.Konstantin Ananyev1-4/+5
2017-05-15Added rte_ring wrapper functions to support dpdk-17.05 and older versionMohammad Abdul Awal21-404/+514
2017-05-09Merge "tldk_test: added copy command to makefile to make test_scapy_gen.py vi...Konstantin Ananyev4-2/+14
2017-05-09tldk_test: added copy command to makefile to make test_scapy_gen.py visibleKopec, TomaszX4-2/+14
2017-05-09two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...Mohammad Abdul Awal4-4/+5
2017-04-14* Add siphash file for calculating the sequence number.Reshma Pattan9-33/+250
2017-04-10tcp_stream_close issue fixed, added tcp_stream tests (FPP-350)Tomasz Kopec2-3/+3
2017-03-27tcp: fix RCV.WND set incorreclty when peer doesn't support WSCALE optionKonstantin Ananyev2-1/+13
2017-03-23implement sw segmentation for tcpMohammad Abdul Awal3-38/+216
2017-03-06Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.Konstantin Ananyev10-439/+469
2017-02-28test/gtest: enable unit test with scapyMohammad Abdul Awal1-1/+1
2017-02-24Introduce first version of TCP code.Konstantin Ananyev86-4706/+15344
2017-02-22dpdk/makefile: add librte_pmd_pcap support for unit testsMohammad Abdul Awal1-0/+1
2017-02-22gtest: disable test_tle_udp_devMohammad Abdul Awal1-1/+1
2017-02-21Bump default dpdk version to 16.11Konstantin Ananyev1-1/+1
2017-01-24Merge "tldk test: Update tle_dev unit tests"Konstantin Ananyev2-2/+31
2017-01-24tldk_test: fix add define for older gccDaniel Mrzyglod1-0/+10
2017-01-19tldk test: Update tle_dev unit testsKarol Latecki2-2/+31
2017-01-19Merge "tldk: fix possibility of tle_event_active() from DOWN to UP"Konstantin Ananyev2-1/+2
2017-01-19tldk: fix possibility of tle_event_active() from DOWN to UPKarol Latecki2-1/+2
2017-01-16tldk/gtest: Modify makefile to allow compiling with DPDK 16.04Karol Latecki1-2/+2
2016-11-15fix dpdk version checkingMohammad Abdul Awal1-1/+1
2016-10-21Merge "example/udpfw: assign queue id after mac info in ports initialized"Konstantin Ananyev1-44/+19
2016-10-21tldk: fix for positive errno return values in udp_ctl.cKarol Latecki3-8/+8
2016-10-21tldk: fix for wrong rte_errno value in event.cKarol Latecki2-2/+2
2016-10-19example/udpfw: assign queue id after mac info in ports initializedMohammad Abdul Awal1-44/+19
2016-10-17test/gtest: fix stream open test-cases failKonstantin Ananyev1-1/+25
2016-10-07makefiles: don't assume that output and target is always the sameKonstantin Ananyev3-6/+6
2016-10-07libtle_udp: don't allow to open stream for unsupported familyKonstantin Ananyev1-4/+12
2016-10-07libtle_udp: fix possible dereference of NULL ptr in tle_udp_del_dev()Konstantin Ananyev1-2/+1
2016-10-07libtle_udp: fix incorrect comparision in ymm_mask_cmp()Konstantin Ananyev1-5/+5
2016-10-07tldk_test: Add TLDK unit testsDaniel Mrzyglod17-3/+1561
2016-10-06Enable C++ files compilationKonstantin Ananyev10-6/+311
2016-09-16RFC: L4 (TCP, UDP) library public API.Konstantin Ananyev1-0/+734
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 Awal3-25/+41
2016-09-12Merge "added Python script to generate streams for fe.cfg file"Konstantin Ananyev1-0/+199