History log of /mOS-networking-stack/core/src/core.c (Results 1 – 24 of 24)
Revision Date Author Comments
# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# eac4da1c 15-Jan-2019 M. Asim Jamshed <[email protected]>

- Upgrading support of mOS to dpdk-18.11.


# 05e3289c 21-Oct-2017 YoungGyoun <[email protected]>

Patches for mOS release 0.4 (see http://mos.kaist.edu/guide/release/04_release_note.html#mos-release-0-4-october-21-2017 for more details)


# 8c9e1184 14-Aug-2017 Asim Jamshed <[email protected]>

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidde

- Small fixes (with compliments from Ilwoo Park & YoungGyoun Moon)
--> Small tweaks related to TCP fIN handshakes
--> setup script updated
--> Timewait logic fixed
--> Ugly endian type mask hidden from the user during rss calculation
--> tcp tx window logic slightly updated.

show more ...


# 1c9bc629 27-Jun-2017 Asim Jamshed <[email protected]>

- Few updates
- Free up a few previously unidentified resources during termination
- Make the dpdk driver compatible with linux-4.2
- Removed MAX_CPUS=16 restriction. The script needs to be update

- Few updates
- Free up a few previously unidentified resources during termination
- Make the dpdk driver compatible with linux-4.2
- Removed MAX_CPUS=16 restriction. The script needs to be updated.
- Eliminated a rare race condition in context destruction.

show more ...


# dcdbbb98 07-Mar-2017 Asim Jamshed <[email protected]>

- Removed dpdkr_module for the time being (after the "go-ahead" signal from YoungGyoun)
- Added a few more NIC controllers (1/10 Gbps) that can support dpdk/mos
- Some minor fixes.


# c6a5549b 04-Mar-2017 Asim Jamshed <[email protected]>

- Overall code cleanup and other fixes.


# 8a941c7e 02-Mar-2017 Asim Jamshed <[email protected]>

- Minor fixes.. mostly error checking related.


# 7631e025 12-Nov-2016 Asim Jamshed <[email protected]>

- Cleaning up the code..


# df3fae06 19-Oct-2016 Asim Jamshed <[email protected]>

- Added root check (geteuid()) for dpdk/netmap drivers
- Removed redundant (deprecated) eth fdir code from dpdk_module.c
- Added mtcp_recv() for MSG_PEEK option


# a5e1a556 02-Oct-2016 Asim Jamshed <[email protected]>

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const t

Bunch of updates
- Added -Werror to gcc switch in Makefiles
- Fixed some inline functions
- Added SocketErrors
- Added mtcp_getsockname() function
- Fixed a bug in mtcp_accept()
- Added const to some func params (made it more similar to BSD socket interface)
- Created multiple address pools (per interface)
- Fixed a bug in cpu.c
- Added timeout feature in dpdk's select() (disabled by default)
- Patched a bug related to timeouts in mtcp_epoll_wait()
- Fixed some bugs related to TCP state management

show more ...


# 3b6b9ba6 25-Aug-2016 Asim Jamshed <[email protected]>

- Code cleanup..


# 265cb675 09-Aug-2016 Asim Jamshed <[email protected]>

- Minor fixes/improvements to compilation scripts


# 522d5c66 07-Jun-2016 Asim Jamshed <[email protected]>

- Upgraded dpdk from 2.2.0 to 16.04
- Added plugin for netmap
- Removed outdated psio driver
- Some small bug fixes


# 76404edc 27-May-2016 Asim Jamshed <[email protected]>

- Release 0.3 (first commit)