Commit Graph

355 Commits (5a721054e9f23493ef4960c721cb98ba353e6ab1)

Author SHA1 Message Date
Asim Jamshed 688d4e1988 - Applied fix suggested by YoungGyoun Moon (ygmoon@ndsl.kaist.edu) that correctly calculates sport-sip-dip-dport pool for establishing client connections.
- Added check for `bc` binary in the autotools script.
2018-07-06 10:08:32 -04:00
EunYoung Jeong db9521e9a3 Fixed issue #201 - updated condition for EPOLLOUT event 2018-06-26 13:56:23 +09:00
EunYoung Jeong f0fd710b8b Fixed issue #37 - avoid reserved identifier 2018-06-26 13:53:53 +09:00
Asim Jamshed 52d77dd32c - Updated code to work with the latest version of netmap
--> Updated README.netmap file.
2018-06-23 09:24:06 +09:00
Asim Jamshed 361053e36b - Extend travis script to test psio and netmap versions as well. 2018-06-06 11:37:47 -04:00
Asim Jamshed c5d23052c7 - Typos. 2018-06-06 07:26:26 -04:00
Asim Jamshed 2560098986 - Added warning if hyperthreading is enabled. 2018-06-05 09:56:28 -04:00
Asim Jamshed 37a19ffc88 - Simplified mTCP configuration interface a bit.
-> max_concurrency & max_num_buffers arguments are pre-set to 10,000 (per core) by default.
	-> no need to change it in the mtcp.conf file.
2018-06-05 07:47:10 -04:00
Asim Jamshed 88463f9799 - Fixed autoconf script to check "No driver test". 2018-06-04 13:46:39 -04:00
Asim Jamshed e0cf9febde - Adjusting ab scripts to accommodate changes related to gmp.h 2018-06-01 10:59:34 -04:00
Asim Jamshed fb48d64a3b - Adjusting lighttpd with the addition of bignum library. 2018-06-01 09:19:46 -04:00
Asim Jamshed 2f8534edef - clear bignum when its use is over. 2018-05-29 07:37:23 -04:00
Asim Jamshed ceb78df700 - Updating .buildtest.sh to fix TravisCI test. 2018-05-25 06:13:45 -04:00
Asim Jamshed 90dd2ef0c0 - Update travis script. 2018-05-25 06:06:37 -04:00
Asim Jamshed 973b576a4a - Lift restriction on the number of RSS queues that you can request (from the S/W side). 2018-05-25 06:01:54 -04:00
Asim Jamshed 3b7c6441b2 - Make mTCP work with <= 64 cores (64 RSS queues) 2018-05-24 13:21:47 -04:00
Asim Jamshed f6c7063db2 Merge branch 'master' of https://github.com/eunyoung14/mtcp 2018-05-18 06:42:34 -04:00
Asim Jamshed 2aa92ab9f2
Merge pull request #190 from billpcs/patch-1
Update README.md
2018-05-15 15:37:16 -07:00
Bill Panagiotopoulos 69d711b61e
Update README.md
the folder /tools has changed name in dpdk-17.08 to /usertools
2018-05-15 00:46:33 +03:00
Asim Jamshed c229df0fe9 Merge branch 'devel' of https://github.com/eunyoung14/mtcp into devel 2018-04-30 19:01:17 -07:00
Asim Jamshed c14d1e522a - Patching the driver for linux-4.14. Resolves issue #188 2018-04-30 19:00:18 -07:00
Asim Jamshed cb978b6560 - Resolves issue #186 2018-04-26 09:26:13 -04:00
Asim Jamshed 12aaaae77a - Don't crash when ONVM macro is enabled, and when I am running only dpdk module. 2018-04-25 11:47:14 -04:00
Asim Jamshed 460c5df43e - Small fixes. 2018-04-24 13:19:29 -04:00
Asim Jamshed 1508a9ee63 Merge branch 'sdnfv-onvm_fixes' into devel 2018-04-24 12:39:51 -04:00
Mykola Yurchenko 4c9f051ff8
Merge branch 'devel' into onvm_fixes 2018-04-03 07:35:26 -07:00
Mykola Yurchenko 31d837afff
Update README 2018-04-03 17:29:41 +03:00
Mykola Yurchenko 489042ed86
Update README.md 2018-04-03 17:28:46 +03:00
koolzz b070250288 Fix the configure script onvm reset 2018-04-01 09:35:21 -05:00
koolzz 72d31d8253 Fixed the rss hash for local multicore setup 2018-04-01 08:32:31 -05:00
Asim Jamshed 07cd646644 - Forgot to check in this file. 2018-03-26 13:15:20 -04:00
Asim Jamshed e697284f50 Typos in conf files. 2018-03-26 13:13:59 -04:00
Asim Jamshed 9ced15d52d - One more typo. 2018-03-26 13:09:57 -04:00
Asim Jamshed 8d178e4759 Typo. 2018-03-26 13:08:42 -04:00
Asim Jamshed 12f09cab9a - Cleaned up documentation further. 2018-03-26 13:06:38 -04:00
Asim Jamshed 6e50726b94 - Updated documentation.
- Cleaned up onvm_module.c file.
2018-03-21 07:23:02 -04:00
Asim Jamshed 5e214feaca - Fix. 2018-03-21 04:55:03 -04:00
Asim Jamshed dbafd2956e - Forgot to check in these files. 2018-03-20 09:04:19 +09:00
Asim Jamshed 9d008ab755 - Typo. 2018-03-20 09:03:06 +09:00
Asim Jamshed 41fd2c2046 - Tweaking Makefile/autoconf scripts 2018-03-20 08:54:09 +09:00
Asim Jamshed cddd83e39d Merge branch 'devel' of https://github.com/eunyoung14/mtcp into devel 2018-03-17 09:59:56 +09:00
Asim Jamshed 8f50d667bc - More changes. 2018-03-16 12:42:56 -04:00
Asim Jamshed aa8eab4b09 - Added more documentation for onvm configuration/execution. 2018-03-16 11:59:48 -04:00
Asim Jamshed bf56c09663 - Minor fixes to onvm-based changes. 2018-03-15 12:05:01 -04:00
Asim Jamshed a625a35381 Merge branch 'sdnfv-onvm_clean_17.08' into devel 2018-03-14 12:53:30 -04:00
Asim Jamshed 5ecc49dd1e Merge branch 'onvm_clean_17.08' of https://github.com/sdnfv/mtcp into sdnfv-onvm_clean_17.08 2018-03-14 12:52:52 -04:00
Mykola Yurchenko 6c07b20de8
Add onvm specific setups. 2018-03-14 15:18:11 -04:00
Asim Jamshed d3981f0160 Merge branch 'devel' of https://github.com/eunyoung14/mtcp into devel 2018-03-14 03:57:09 +09:00
Asim Jamshed 2385bf3a0e - Revised flushtcpsendingbuffer.
--> thanks to YoungGyoun Moon.
2018-03-12 13:27:21 -04:00
Asim Jamshed fdca353ece - Small fix to SendTCPPacket() #175
- FlushTCPSendingBuffer revised.
2018-03-09 10:13:23 -05:00