Commit Graph

7 Commits (9d7dfdaacda8588d4dab7ef3b4139a28a63aa516)

Author SHA1 Message Date
Asim Jamshed 9ea3248722 - Just updated the mTCP mailing list address. 2016-08-07 22:46:53 +09:00
Asim Jamshed 73a85af412 - Code for dpdk lro mode added.
--> See README for more details.
- Small bug fixes in network I/O layer and epwget application
2016-07-17 19:57:21 +09:00
Asim Jamshed 0dca1de681 - made mTCP source compilant with gcc-5.x
-- (https://gcc.gnu.org/gcc-5/porting_to.html)
- Updated compilation directions in README file
- fixed patch for issue #58
- made dpdk default I/O plugin
2016-05-10 20:40:45 +09:00
Asim Jamshed c41b5d911f - Bunch of updates (mostly cosmetic)
---> Added documentation for multi-process support via epserver example.
                - See apps/example/README for details..
        ---> Fixed (partial) issue #24 (gettimeofday() --> clock_gettime())
        ---> Made the compilation process more automated
                - See README file for new instructions
2016-04-05 15:34:43 +09:00
Asim Jamshed c7128c5031 - Experimental version of netmap plugin added.
---> Report any problems to ajamshed@ndsl.kaist.edu or the mTCP mailing list
- Performance optimization is pending (it currently uses nm_inject() which induces as extra memcpy operation per packet).
2015-11-29 15:34:11 -08:00
Asim Jamshed c101fbc46f - Activated the number of cores configuration parameter for mTCP applications
---> When applications such as epserver, epwget and lighttpd are run with a
a value '-N' that is less than the number of cores currently online in the system,
then mTCP application will dynamically adjust the number of NIC queues to '-N'
and spawn respective mTCP threads.

---> The 'num_cores' can also be adjusted via mtcp.conf file (see sample_mtcp.conf)
for details. Please note that in case num_cores is `activated', the value of '-N'
passed through command-line arguments is given lower precedence.

---> '-N' logic for apache-benchmark has not been adjusted yet. This will be
updated soon.
2015-11-08 22:08:55 -08:00
Asim Jamshed 6e3920c84d - mTCP version 3 is released. Please see README* and CHANGELOG files for details. 2015-04-03 14:54:09 +09:00